Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
GrasperNode Class ReferenceCreates a GrasperRequest graspreq that the user can modify in their doStart() function, then executes the request when doStart() returns. More...
Inheritance diagram for GrasperNode:
Detailed DescriptionCreates a GrasperRequest graspreq that the user can modify in their doStart() function, then executes the request when doStart() returns. Definition at line 10 of file GrasperNode.h.
Constructor & Destructor Documentation
Constructor. Definition at line 13 of file GrasperNode.h.
Constructor. Definition at line 17 of file GrasperNode.h. Member Function Documentation
Definition at line 46 of file GrasperNode.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 24 of file GrasperNode.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 14 of file GrasperNode.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 GrasperNode.cc. Member Data Documentation
Definition at line 28 of file GrasperNode.h. Referenced by cancelThisRequest(), postStart(), and preStart().
Definition at line 27 of file GrasperNode.h. Referenced by KoduInterpreter::GrabActionRunner::ExecuteGrabAction::GrabObject::doStart(), KoduInterpreter::PerceptualMultiplexor::FailureRecovery::ObjectManipRecovery::RetrieveLostObject::doStart(), and postStart(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:09 2016 by Doxygen 1.6.3 |