has to be a boost::statechart::state because of the post_event in the constructor More...
#include <GripperPositionStateMachine.h>
Public Types | |
| typedef boost::statechart::transition < e_done, Listening > | reactions |
Public Member Functions | |
| Done (my_context ctx) | |
has to be a boost::statechart::state because of the post_event in the constructor
Definition at line 353 of file GripperPositionStateMachine.h.
| typedef boost::statechart::transition< e_done, Listening > Done::reactions |
Definition at line 357 of file GripperPositionStateMachine.h.
| Done::Done | ( | my_context | ctx | ) |
Definition at line 542 of file GripperPositionStateMachine.cpp.