OverSim
|
type for storing seen messages in a circular buffer, holds OverlayKey of the sender and SequenceNumber More...
Public Member Functions | |
MsgHandle (void) | |
MsgHandle (const OverlayKey &key, int seqNum) | |
bool | operator== (const MsgHandle &rhs) const |
MsgHandle & | operator= (const MsgHandle &rhs) |
Public Attributes | |
OverlayKey | key |
int | seqNum |
type for storing seen messages in a circular buffer, holds OverlayKey of the sender and SequenceNumber
Definition at line 56 of file KBRTestApp.h.
|
inline |
Definition at line 61 of file KBRTestApp.h.
|
inline |
Definition at line 63 of file KBRTestApp.h.
Definition at line 68 of file KBRTestApp.h.
|
inline |
Definition at line 65 of file KBRTestApp.h.
OverlayKey KBRTestApp::MsgHandle::key |
Definition at line 58 of file KBRTestApp.h.
Referenced by operator=(), and operator==().
int KBRTestApp::MsgHandle::seqNum |
Definition at line 59 of file KBRTestApp.h.
Referenced by operator=(), and operator==().