|
Public Member Functions |
| void | lock () |
| void | unlock () |
| bool | isModified () |
| void | setEvent (float x, float y, float z, float theta, int t1, int t2, short event_id, char *event_source) |
| void | setEvent (float x, float y, float z, float alpha, int t1, int t2, short event_id) |
| int | getEventId () |
| void | push () |
| virtual int | isEventGenerator () |
Public Attributes |
| Event | event |
| int | pid |
| short | eid |
| std::string | source |
Protected Member Functions |
| | PhantomMiddlewareSource (const char *multicast_group, int pid_, short eid_, const std::string &source_) |
| | PhantomMiddlewareSource (const char *multicast_group, int pid_, short eid_) |
| virtual | ~PhantomMiddlewareSource () |
Friends |
| class | PhantomMiddlewareModule |
| class | PhantomListener |