Public Member Functions | Public Attributes
MasterComponent Class Reference
Inheritance diagram for MasterComponent:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void execute (RTT::base::ActivityInterface *activity)
 MasterComponent ()
void updateHook ()

Public Attributes

RTT::base::ActivityInterfaceactivity

Detailed Description

Definition at line 37 of file slave_test.cpp.


Constructor & Destructor Documentation

Definition at line 40 of file slave_test.cpp.


Member Function Documentation

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.


Member Data Documentation

Definition at line 58 of file slave_test.cpp.


The documentation for this class was generated from the following file:


rtt
Author(s): RTT Developers
autogenerated on Sat Jun 8 2019 18:46:36