|
Files |
file | ButtonEvent.cc |
file | ButtonEvent.h |
| Describes ButtonEvent, redefines getName and getDescription to use the button names instead of numerical source IDs.
|
file | DataEvent.h |
| Defines DataEvent, for passing around data (or pointers to data).
|
file | EventBase.cc |
| Implements EventBase, the basic class for sending events around the system.
|
file | EventBase.h |
| Describes EventBase, the basic class for sending events around the system.
|
file | EventGeneratorBase.cc |
file | EventGeneratorBase.h |
file | EventListener.h |
| Defines EventListener class, an interface for anything that wants to receive events.
|
file | EventRouter.cc |
| Implements EventRouter class, for distribution and trapping of events to listeners.
|
file | EventRouter.h |
| Describes EventRouter class, for distribution and trapping of events to listeners.
|
file | EventTranslator.cc |
| Implements EventTranslator, which receives events from EventRouters in non-Main processes and adds them into a SharedQueue for Main to pick up.
|
file | EventTranslator.h |
| Describes EventTranslator, which receives events from EventRouters in non-Main processes and adds them into a SharedQueue for Main to pick up.
|
file | EventTrapper.h |
| Defines EventTrapper class, an interface for anything that wants to trap events.
|
file | FilterBankEvent.h |
| Defines FilterBankEvent, an event for distributing raw image data.
|
file | LocomotionEvent.cc |
| Implements LocomotionEvent, which gives updates regarding the current movement of the robot through the world.
|
file | LocomotionEvent.h |
| Describes LocomotionEvent, which gives updates regarding the current movement of the robot through the world.
|
file | SegmentedColorFilterBankEvent.h |
| Defines SegmentedColorFilterBankEvent, an event provides some additional color information over its superclass for image banks made up of indexed colors.
|
file | TextMsgEvent.cc |
| Implements TextMsgEvent, which extends EventBase to also include actual message text.
|
file | TextMsgEvent.h |
| Describes TextMsgEvent, which extends EventBase to also include actual message text.
|
file | VisionObjectEvent.cc |
file | VisionObjectEvent.h |
| Provides information about objects recognized in the camera image.
|