OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <Sedp.h>
Public Member Functions | |
MatchingData () | |
Public Attributes | |
SequenceNumber | rpc_seqnum_minimal |
Sequence number of the first request for remote minimal types. More... | |
bool | got_minimal |
Whether all minimal types are obtained. More... | |
SequenceNumber | rpc_seqnum_complete |
bool | got_complete |
Whether all complete types are obtained. More... | |
MonotonicTimePoint | time_added_to_map |
|
inline |
Definition at line 1057 of file Sedp.h.
bool OpenDDS::RTPS::Sedp::MatchingData::got_complete |
Whether all complete types are obtained.
Definition at line 1072 of file Sedp.h.
Referenced by OpenDDS::RTPS::Sedp::request_type_objects().
bool OpenDDS::RTPS::Sedp::MatchingData::got_minimal |
Whether all minimal types are obtained.
Definition at line 1065 of file Sedp.h.
Referenced by OpenDDS::RTPS::Sedp::request_type_objects().
SequenceNumber OpenDDS::RTPS::Sedp::MatchingData::rpc_seqnum_complete |
Sequence number of the first request for remote complete types. Set to SEQUENCENUMBER_UNKNOWN if there is no such request.
Definition at line 1069 of file Sedp.h.
Referenced by OpenDDS::RTPS::Sedp::get_remote_type_objects(), and OpenDDS::RTPS::Sedp::request_type_objects().
SequenceNumber OpenDDS::RTPS::Sedp::MatchingData::rpc_seqnum_minimal |
Sequence number of the first request for remote minimal types.
Definition at line 1062 of file Sedp.h.
Referenced by OpenDDS::RTPS::Sedp::get_remote_type_objects(), and OpenDDS::RTPS::Sedp::request_type_objects().
MonotonicTimePoint OpenDDS::RTPS::Sedp::MatchingData::time_added_to_map |
Definition at line 1074 of file Sedp.h.
Referenced by OpenDDS::RTPS::Sedp::get_remote_type_objects(), and OpenDDS::RTPS::Sedp::request_type_objects().