Public Member Functions | |
void | doLog (std::string message) |
bool | startHook () |
TestStateMachine (std::string name) | |
Private Attributes | |
Handle | h |
RTT::Operation< void(std::string)> | log_mtd |
InputPort< os::Timer::TimerId > | receiver |
Definition at line 19 of file testWithStateMachine.cpp.
TestStateMachine::TestStateMachine | ( | std::string | name | ) | [inline] |
Definition at line 28 of file testWithStateMachine.cpp.
void TestStateMachine::doLog | ( | std::string | message | ) | [inline] |
Definition at line 70 of file testWithStateMachine.cpp.
bool TestStateMachine::startHook | ( | ) | [inline, virtual] |
Reimplemented from RTT::base::TaskCore.
Definition at line 36 of file testWithStateMachine.cpp.
Handle TestStateMachine::h [private] |
Definition at line 22 of file testWithStateMachine.cpp.
RTT::Operation<void(std::string)> TestStateMachine::log_mtd [private] |
Definition at line 24 of file testWithStateMachine.cpp.
Definition at line 25 of file testWithStateMachine.cpp.