Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
TrackNode Class ReferenceCreates a LookoutTrackRequest trackreq that the user can modify in their doStart() function, then has the Lookout execute the request when doStart() returns. More...
Inheritance diagram for TrackNode:
Detailed DescriptionCreates a LookoutTrackRequest trackreq that the user can modify in their doStart() function, then has the Lookout execute the request when doStart() returns. Definition at line 10 of file TrackNode.h.
Constructor & Destructor Documentation
Constructor. Definition at line 13 of file TrackNode.h.
Constructor. Definition at line 17 of file TrackNode.h. Member Function Documentation
If called inside doStart, prevents request from being passed to Track, and posts a failure event. Definition at line 38 of file TrackNode.cc.
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 34 of file TrackNode.cc.
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 17 of file TrackNode.cc.
Called by start() before the doStart(), allows superclasses to do some initialization startup preceeding subclass customization. For robustness to future change, subclasses should be sure to call the superclass implementation. Reimplemented from BehaviorBase. Definition at line 9 of file TrackNode.cc.
Transitions should call this when leaving the state, so it can disable its transitions. Reimplemented from StateNode. Definition at line 27 of file TrackNode.cc. Member Data Documentation
If set true in doStart, request will not be submitted to the Track. Definition at line 32 of file TrackNode.h. Referenced by cancelThisRequest(), postStart(), and preStart(). Definition at line 25 of file TrackNode.h. Referenced by postStart(), and preStart(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:17 2016 by Doxygen 1.6.3 |