Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
GrasperTrans Class ReferenceCauses a transition if a GrasperEvent from grasperEGID occurs, and checks for a specific error value if one is supplied. More...
Inheritance diagram for GrasperTrans:
Detailed DescriptionCauses a transition if a GrasperEvent from grasperEGID occurs, and checks for a specific error value if one is supplied. This allows a GrasperNode to signal a transition to another state in a clean symbolic way. Only the transition itself needs to know the address of the destination node. The GrasperEvent will be supplied to the destination node's doStart() method. Definition at line 16 of file GrasperTrans.h.
Constructor & Destructor Documentation
Constructor. Definition at line 19 of file GrasperTrans.h.
Constructor. Definition at line 24 of file GrasperTrans.h.
Constructor. Definition at line 29 of file GrasperTrans.h.
Constructor. Definition at line 34 of file GrasperTrans.h.
Copy constructor required in case we're storing a pointer. Definition at line 58 of file GrasperTrans.h. Member Function Documentation
Delegate function for event processing, the event itself is pointed to (only for the duration of the doEvent() call!) by event. Default implementation watches for 'private' text message events (those forwarded by a BehaviorSwitchControl from ControllerGUI input) and will publically rebroadcast them. The idea is that your own processEvent gets first dibs, but if the behavior doesn't handle the text message, it will be handed off for others. Reimplemented from BehaviorBase. Definition at line 44 of file GrasperTrans.h.
Assignment operator required in case we're storing a pointer. Definition at line 61 of file GrasperTrans.h.
Called by start() after the doStart(), allows superclasses to complete initialization. For robustness to future change, subclasses should be sure to call the superclass implementation. Reimplemented from BehaviorBase. Definition at line 38 of file GrasperTrans.h. Member Data Documentationvalue to compare against Definition at line 68 of file GrasperTrans.h. Referenced by doEvent(), and operator=().
true if a value was supplied in the constructor Definition at line 69 of file GrasperTrans.h. Referenced by doEvent(), and operator=(). The documentation for this class was generated from the following file: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:09 2016 by Doxygen 1.6.3 |