Skip to content
Snippets Groups Projects
Commit e019a35e authored by Zenker, Dr. Klaus (FWKE) - 126506's avatar Zenker, Dr. Klaus (FWKE) - 126506
Browse files

Use common naming scheme.

parent b3948241
No related branches found
No related tags found
No related merge requests found
...@@ -216,12 +216,12 @@ namespace logging { ...@@ -216,12 +216,12 @@ namespace logging {
"(cout/cerr), 3 (none)", "(cout/cerr), 3 (none)",
{"CS", getName()}}; {"CS", getName()}};
ctk::ScalarPollInput<std::string> logFile{this, "Logfile", "", ctk::ScalarPollInput<std::string> logFile{this, "logFile", "",
"Name of the external logfile. If empty messages are pushed to " "Name of the external logfile. If empty messages are pushed to "
"cout/cerr", "cout/cerr",
{"CS", getName()}}; {"CS", getName()}};
ctk::ScalarPollInput<uint> tailLength{this, "maxLength", "", ctk::ScalarPollInput<uint> tailLength{this, "maxTailLength", "",
"Maximum number of messages to be shown in the logging stream tail.", "Maximum number of messages to be shown in the logging stream tail.",
{"CS", getName()}}; {"CS", getName()}};
...@@ -229,7 +229,7 @@ namespace logging { ...@@ -229,7 +229,7 @@ namespace logging {
"Current log level used for messages.", "Current log level used for messages.",
{"CS", getName()}}; {"CS", getName()}};
ctk::ScalarOutput<std::string> logTail{this, "LogTail", "", ctk::ScalarOutput<std::string> logTail{this, "logTail", "",
"Tail of the logging stream.", "Tail of the logging stream.",
{"CS", "PROCESS", getName()}}; {"CS", "PROCESS", getName()}};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment