Public Member Functions | |
void | execute (RTT::base::ActivityInterface *activity) |
MasterComponent () | |
void | updateHook () |
Public Attributes | |
RTT::base::ActivityInterface * | activity |
Definition at line 37 of file slave_test.cpp.
MasterComponent::MasterComponent | ( | ) | [inline] |
Definition at line 40 of file slave_test.cpp.
void MasterComponent::execute | ( | RTT::base::ActivityInterface * | activity | ) | [inline] |
Definition at line 52 of file slave_test.cpp.
void MasterComponent::updateHook | ( | ) | [inline, virtual] |
Function where the user must insert his 'application' code. When the ExecutionEngine's Activity is a periodic, this function is called by the ExecutionEngine in each periodic step after all messages are processed. When it is executed by a non periodic activity, this function is called after a message is received and executed. It should not loop forever, since no commands or events are processed when this function executes. The default implementation is an empty function.
Reimplemented from RTT::base::TaskCore.
Definition at line 45 of file slave_test.cpp.
Definition at line 58 of file slave_test.cpp.