OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <RepoIdBuilder.h>
Public Member Functions | |
RepoIdBuilder () | |
RepoIdBuilder (GUID_t &repoId) | |
~RepoIdBuilder () | |
void | federationId (long federationId) |
void | participantId (long participantId) |
![]() | |
GuidBuilder () | |
GuidBuilder (GUID_t &guid) | |
~GuidBuilder () | |
void | guidPrefix0 (long p0) |
void | guidPrefix1 (long p1) |
void | guidPrefix2 (long p2) |
void | entityId (EntityId_t entityId) |
void | entityId (long entityId) |
void | entityKey (long entityKey) |
void | entityKind (CORBA::Octet entityKind) |
void | entityKind (EntityKind kind, bool makeBuiltin) |
operator GUID_t () | |
Additional Inherited Members | |
![]() | |
static GUID_t | create () |
Definition at line 23 of file RepoIdBuilder.h.
OpenDDS::DCPS::RepoIdBuilder::RepoIdBuilder | ( | ) |
Definition at line 21 of file RepoIdBuilder.cpp.
|
explicit |
Definition at line 25 of file RepoIdBuilder.cpp.
OpenDDS::DCPS::RepoIdBuilder::~RepoIdBuilder | ( | ) |
Definition at line 30 of file RepoIdBuilder.cpp.
References OPENDDS_END_VERSIONED_NAMESPACE_DECL.
ACE_INLINE void OpenDDS::DCPS::RepoIdBuilder::federationId | ( | long | federationId | ) |
Definition at line 14 of file RepoIdBuilder.inl.
References ACE_INLINE, and OpenDDS::DCPS::GuidBuilder::guidPrefix1().
Referenced by OpenDDS::DCPS::RepoIdGenerator::next().
ACE_INLINE void OpenDDS::DCPS::RepoIdBuilder::participantId | ( | long | participantId | ) |
Definition at line 20 of file RepoIdBuilder.inl.
References OpenDDS::DCPS::GuidBuilder::guidPrefix2(), and OPENDDS_END_VERSIONED_NAMESPACE_DECL.
Referenced by OpenDDS::DCPS::RepoIdGenerator::next().