30#include <RobotAPI/interface/components/RobotHealthInterface.h>
45 "RobotHealthTopicName",
"RobotHealthTopic",
"Name of the RobotHealth topic");
49 "Which sleep function to use: nanosleep, sleepwait, yieldwait, busywait");
76 return "RobotHealthDummy";
Default component property definition container.
ComponentPropertyDefinitions(std::string prefix, bool hasObjectNameParameter=true)
Baseclass for all ArmarX ManagedIceObjects requiring properties.
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
PropertyDefinition< PropertyType > & defineOptionalProperty(const std::string &name, PropertyType defaultValue, const std::string &description="", PropertyDefinitionBase::PropertyConstness constness=PropertyDefinitionBase::eConstant)
RobotHealthDummyPropertyDefinitions(std::string prefix)
Brief description of class RobotHealthDummy.
void onInitComponent() override
void yieldwait(long microseconds)
void onDisconnectComponent() override
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
RunningTask< RobotHealthDummy >::pointer_type dummyTask
void onConnectComponent() override
RobotHealthInterfacePrx robotHealthTopicPrx
void sleepwait(long microseconds)
void busywait(long microseconds)
void onExitComponent() override
std::string getDefaultName() const override
int NanoSleep(long nanosec)
IceUtil::Handle< RunningTask< T > > pointer_type
Shared pointer type for convenience.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.