Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
PilotTrans Class ReferenceCauses a transition if a PilotEvent from pilotEGID occurs, and checks for a specific error value if one is supplied. More...
Inheritance diagram for PilotTrans:
Detailed DescriptionCauses a transition if a PilotEvent from pilotEGID occurs, and checks for a specific error value if one is supplied. This allows a PilotNode 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 PilotEvent will be supplied to the destination node's doStart() method. Definition at line 17 of file PilotTrans.h.
Constructor & Destructor Documentation
Constructor. Definition at line 20 of file PilotTrans.h.
Constructor. Definition at line 24 of file PilotTrans.h.
Constructor. Definition at line 28 of file PilotTrans.h.
Constructor. Definition at line 32 of file PilotTrans.h.
Copy constructor. Definition at line 41 of file PilotTrans.cc. 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 11 of file PilotTrans.cc.
don't call this
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 5 of file PilotTrans.cc. Member Data Documentation
Definition at line 44 of file PilotTrans.h. Referenced by doEvent().
true if a value was supplied in the constructor Definition at line 43 of file PilotTrans.h. Referenced by doEvent(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:14 2016 by Doxygen 1.6.3 |