EventRouter.cc File Reference
Detailed Description
Implements EventRouter class, for distribution and trapping of events to listeners.
- Author:
- ejt (Creator)
- Author
- ejt
- Name
- Revision
- 1.30
- State
- Exp
- Date
- 2007/03/15 18:21:45
Definition in file EventRouter.cc.
#include "EventRouter.h"
#include "Shared/Profiler.h"
#include "Behaviors/BehaviorBase.h"
#include "Shared/ProjectInterface.h"
#include <algorithm>
#include "Events/TimerEvent.h"
#include "EventTranslator.h"
#include "Events/RemoteRouter.h"
#include "Events/EventProxy.h"
#include <sstream>
Include dependency graph for EventRouter.cc:
Go to the source code of this file.
|
Variables |
|
EventRouter * | erouter = NULL |
| | a global router for cross communication, probably the most common usage, although perhaps there may be times you'd rather have multiple event routers for smaller sections
|
|