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