OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <TransportReassembly.h>
Public Member Functions | |
FragKey (const GUID_t &pubId, const SequenceNumber &dataSampleSeq) | |
bool | operator< (const FragKey &rhs) const |
bool | operator== (const FragKey &other) const |
bool | operator!= (const FragKey &other) const |
Public Attributes | |
GUID_t | publication_ |
SequenceNumber | data_sample_seq_ |
Static Public Attributes | |
static GUID_tKeyLessThan | compare_ |
Definition at line 32 of file TransportReassembly.h.
OpenDDS::DCPS::FragKey::FragKey | ( | const GUID_t & | pubId, |
const SequenceNumber & | dataSampleSeq | ||
) |
Definition at line 20 of file TransportReassembly.cpp.
References compare_.
|
inline |
Definition at line 47 of file TransportReassembly.h.
|
inline |
Definition at line 35 of file TransportReassembly.h.
References compare_, data_sample_seq_, and publication_.
|
inline |
Definition at line 42 of file TransportReassembly.h.
References data_sample_seq_, and publication_.
|
static |
Definition at line 52 of file TransportReassembly.h.
Referenced by FragKey(), and operator<().
SequenceNumber OpenDDS::DCPS::FragKey::data_sample_seq_ |
Definition at line 54 of file TransportReassembly.h.
Referenced by OpenDDS::DCPS::TransportReassembly::data_unavailable(), operator<(), operator==(), and OpenDDS::DCPS::TransportReassembly::reassemble_i().
GUID_t OpenDDS::DCPS::FragKey::publication_ |
Definition at line 53 of file TransportReassembly.h.
Referenced by operator<(), operator==(), and OpenDDS::DCPS::TransportReassembly::reassemble_i().