OpenDDS  Snapshot(2023/04/07-19:43)
Public Member Functions | Public Attributes | List of all members
OpenDDS::RTPS::Sedp::MatchingData Struct Reference

#include <Sedp.h>

Collaboration diagram for OpenDDS::RTPS::Sedp::MatchingData:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 1056 of file Sedp.h.

Constructor & Destructor Documentation

◆ MatchingData()

OpenDDS::RTPS::Sedp::MatchingData::MatchingData ( )
inline

Definition at line 1057 of file Sedp.h.

1058  : got_minimal(false), got_complete(false)
1059  {}
bool got_complete
Whether all complete types are obtained.
Definition: Sedp.h:1072
bool got_minimal
Whether all minimal types are obtained.
Definition: Sedp.h:1065

Member Data Documentation

◆ got_complete

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().

◆ got_minimal

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().

◆ rpc_seqnum_complete

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().

◆ rpc_seqnum_minimal

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().

◆ time_added_to_map

MonotonicTimePoint OpenDDS::RTPS::Sedp::MatchingData::time_added_to_map

The documentation for this struct was generated from the following file: