OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <Sedp.h>
Public Member Functions | |
MatchingPair (const GUID_t &reader, const GUID_t writer, bool reader_is_local) | |
MatchingPair (const GUID_t &remote, bool remote_is_reader, DCPS::TypeObjReqCond *type_obj_req_cond) | |
const GUID_t & | reader () const |
const GUID_t & | writer () const |
bool | operator< (const MatchingPair &other) const |
![]() | |
GuidPair (const GUID_t &local, const GUID_t &remote) | |
int | cmp (const GuidPair &other) const |
bool | operator< (const GuidPair &other) const |
Public Attributes | |
bool | local_is_reader |
DCPS::TypeObjReqCond * | type_obj_req_cond |
![]() | |
GUID_t | local |
GUID_t | remote |
|
inline |
Definition at line 1087 of file Sedp.h.
|
inline |
Definition at line 1094 of file Sedp.h.
|
inline |
Definition at line 1111 of file Sedp.h.
References OpenDDS::RTPS::Sedp::OPENDDS_MAP(), and type_obj_req_cond.
|
inline |
|
inline |
DCPS::TypeObjReqCond* OpenDDS::RTPS::Sedp::MatchingPair::type_obj_req_cond |
This is used by get_dynamic_type on the service participant to wait for a TypeObject request to complete. This is does not take ownership because it should only be on the stack as the request should complete or fail within the call to get_dynamic_type.
Definition at line 1085 of file Sedp.h.
Referenced by operator<().