| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <EvtRptBehavior.h>
Inheritance diagram for EvtRptBehavior:

Definition at line 8 of file EvtRptBehavior.h.
Public Member Functions | |
| EvtRptBehavior () | |
| constructor | |
| virtual | ~EvtRptBehavior () |
| destructor | |
| virtual void | DoStart () |
| Subscribes to various events. | |
| virtual void | DoStop () |
| Cancels event subscriptions. | |
| virtual void | processEvent (const EventBase &event) |
| prints out data on subscribed events | |
| virtual std::string | getName () const |
| Identifies the behavior in menus and such. | |
Static Public Member Functions | |
| std::string | getClassDescription () |
| Gives a short description of what this class of behaviors does... you should override this (but don't have to). | |
|
|
constructor
Definition at line 11 of file EvtRptBehavior.h. |
|
|
destructor
Definition at line 15 of file EvtRptBehavior.h. |
|
|
Subscribes to various events.
Reimplemented from BehaviorBase. Definition at line 7 of file EvtRptBehavior.cc. References EventRouter::addListener(), BehaviorBase::DoStart(), erouter, EventBase::locomotionEGID, and EventBase::visionEGID. |
Here is the call graph for this function:

|
|
Cancels event subscriptions.
Reimplemented from BehaviorBase. Definition at line 13 of file EvtRptBehavior.cc. References BehaviorBase::DoStop(), erouter, and EventRouter::forgetListener(). |
Here is the call graph for this function:

|
|
Gives a short description of what this class of behaviors does... you should override this (but don't have to).
Reimplemented from BehaviorBase. Definition at line 27 of file EvtRptBehavior.h. |
|
|
Identifies the behavior in menus and such.
Implements BehaviorBase. Definition at line 26 of file EvtRptBehavior.h. |
|
|
prints out data on subscribed events
Reimplemented from BehaviorBase. Definition at line 19 of file EvtRptBehavior.cc. References EventBase::getGeneratorID(), EventBase::getSourceID(), EventBase::getTypeID(), EventBase::locomotionEGID, EventBase::statusETID, and EventBase::visionEGID. |
Here is the call graph for this function:

|
Tekkotsu v1.5 |
Generated Fri Oct 10 15:56:01 2003 by Doxygen 1.3.4 |