|
| EventHandlerThread (const std::string &server, unsigned port) |
|
virtual std::string | GetServer () const |
|
virtual unsigned | GetPort () const |
|
virtual bool | Start ()=0 |
|
virtual void | Stop ()=0 |
|
virtual void | Reset ()=0 |
|
virtual bool | IsRunning ()=0 |
|
virtual bool | IsConnected ()=0 |
|
virtual unsigned | CreateSubscription (EventSubscriber *sub)=0 |
|
virtual bool | SubscribeForEvent (unsigned subid, EVENT_t event)=0 |
|
virtual void | RevokeSubscription (unsigned subid)=0 |
|
virtual void | RevokeAllSubscriptions (EventSubscriber *sub)=0 |
|
|
std::string | m_server |
|
unsigned | m_port |
|
Definition at line 63 of file mytheventhandler.h.
The documentation for this class was generated from the following files: