Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

EventRouter.h File Reference


Detailed Description

Describes EventRouter class, for distribution and trapping of events to listeners.

Author:
ejt (Creator)
Author
dst
Name
Revision
1.38
State
Exp
Date
2007/03/16 01:20:12

Definition in file EventRouter.h.

#include <string>
#include <vector>
#include <queue>
#include <map>
#include <list>
#include <algorithm>
#include "EventListener.h"
#include "EventTrapper.h"
#include "Shared/get_time.h"
#include "Shared/debuget.h"
#include "Shared/attributes.h"
#include "IPC/ProcessID.h"
#include <iostream>
#include "Shared/RemoteState.h"
#include "Wireless/SocketListener.h"
#include "Wireless/Socket.h"

Include dependency graph for EventRouter.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EventRouter
 This class will handle distribution of events as well as management of timers. More...
struct  EventRouter::TimerEntry
 Contains all the information needed to maintain a timer by the EventRouter. More...
class  EventRouter::TimerEntryPtrCmp
 Used by STL to sort the timer list in order of activation time. More...
class  EventRouter::EventMapper
 Does the actual storage of the mapping between EventBase's and the EventListeners/EventTrappers who should receive them. More...
class  EventRouter::PostingStatus
 contains information regarding the progress of posting an event More...

Variables

EventRoutererouter
 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


Tekkotsu v3.0
Generated Fri May 11 20:05:19 2007 by Doxygen 1.4.7