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 23 of file RepoIdBuilder.h.


Constructor & Destructor Documentation

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

Definition at line 21 of file RepoIdBuilder.cpp.

00022 {
00023 }

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

Definition at line 25 of file RepoIdBuilder.cpp.

00026   : GuidBuilder(repoId)
00027 {
00028 }

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

Definition at line 30 of file RepoIdBuilder.cpp.

00031 {
00032 }


Member Function Documentation

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

Definition at line 14 of file RepoIdBuilder.inl.

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

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

00015 {
00016   guidPrefix1(federationId);
00017 }

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 20 of file RepoIdBuilder.inl.

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

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

00021 {
00022   guidPrefix2(participantId);
00023 }

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1