OpenDDS::DCPS::RepoIdBuilder Class Reference

#include <RepoIdBuilder.h>

Inheritance diagram for OpenDDS::DCPS::RepoIdBuilder:

Inheritance graph
[legend]
Collaboration diagram for OpenDDS::DCPS::RepoIdBuilder:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RepoIdBuilder ()
 RepoIdBuilder (RepoId &repoId)
 ~RepoIdBuilder ()
void federationId (long federationId)
void participantId (long participantId)

Detailed Description

Definition at line 21 of file RepoIdBuilder.h.


Constructor & Destructor Documentation

OpenDDS::DCPS::RepoIdBuilder::RepoIdBuilder (  ) 

Definition at line 19 of file RepoIdBuilder.cpp.

00020 {
00021 }

OpenDDS::DCPS::RepoIdBuilder::RepoIdBuilder ( RepoId repoId  )  [explicit]

Definition at line 23 of file RepoIdBuilder.cpp.

00024   : GuidBuilder(repoId)
00025 {
00026 }

OpenDDS::DCPS::RepoIdBuilder::~RepoIdBuilder (  ) 

Definition at line 28 of file RepoIdBuilder.cpp.

00029 {
00030 }


Member Function Documentation

ACE_INLINE void OpenDDS::DCPS::RepoIdBuilder::federationId ( long  federationId  ) 

Definition at line 12 of file RepoIdBuilder.inl.

References OpenDDS::DCPS::GuidBuilder::guidPrefix1().

Referenced by OpenDDS::DCPS::InfoRepoDiscovery::bit_key_to_repo_id(), and RepoIdGenerator::next().

00013 {
00014   guidPrefix1(federationId);
00015 }

ACE_INLINE void OpenDDS::DCPS::RepoIdBuilder::participantId ( long  participantId  ) 

Definition at line 18 of file RepoIdBuilder.inl.

References OpenDDS::DCPS::GuidBuilder::guidPrefix2().

Referenced by OpenDDS::DCPS::InfoRepoDiscovery::bit_key_to_repo_id(), and RepoIdGenerator::next().

00019 {
00020   guidPrefix2(participantId);
00021 }


The documentation for this class was generated from the following files:
Generated on Fri Feb 12 20:06:23 2016 for OpenDDS by  doxygen 1.4.7