#include <BroadcastMgr.h>
Public Member Functions | |
| TaggedMsg () | |
| TaggedMsg (int t) | |
| TaggedMsg (int t, int s, int c, void *m) | |
| ~TaggedMsg () | |
| int | hash () const |
| int | operator== (const TaggedMsg &tm) const |
Public Attributes | |
| int | tag |
| int | counter |
| int | msgSize |
| char | msg [BCASTMSGSIZE] |
|
|
Definition at line 58 of file BroadcastMgr.h. 00058 {}
|
|
|
Definition at line 59 of file BroadcastMgr.h. 00059 : tag(t) {}
|
|
||||||||||||||||||||
|
Definition at line 60 of file BroadcastMgr.h.
|
|
|
Definition at line 62 of file BroadcastMgr.h. 00062 {}
|
|
|
Definition at line 69 of file BroadcastMgr.h. 00069 { return tag; }
|
|
|
Definition at line 70 of file BroadcastMgr.h. References tag.
|
|
|
Definition at line 65 of file BroadcastMgr.h. Referenced by BroadcastMgr::getbuf(). |
|
|
Definition at line 67 of file BroadcastMgr.h. Referenced by BroadcastMgr::getbuf(). |
|
|
Definition at line 66 of file BroadcastMgr.h. Referenced by BroadcastMgr::getbuf(). |
|
|
Definition at line 64 of file BroadcastMgr.h. Referenced by operator==(). |
1.3.9.1