Skip to content
Snippets Groups Projects
Commit f460f04c authored by Peter Kaiser's avatar Peter Kaiser
Browse files

TCPControlUnitObserver: Added default name of TCPControlUnit

parent bd05408c
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ namespace armarx
TCPControlUnitObserverPropertyDefinitions(std::string prefix):
ComponentPropertyDefinitions(prefix)
{
defineRequiredProperty<std::string>("TCPControlUnitName", "Name of the TCPControlUnit");
defineOptionalProperty<std::string>("TCPControlUnitName", "TCPControlUnit", "Name of the TCPControlUnit");
}
};
......
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