OpenDDS
Snapshot(2023/04/28-20:55)
dds
DCPS
RepoIdBuilder.inl
Go to the documentation of this file.
1
/*
2
*
3
*
4
* Distributed under the OpenDDS License.
5
* See: http://www.opendds.org/license.html
6
*/
7
8
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
9
10
namespace
OpenDDS
{
11
namespace
DCPS {
12
13
ACE_INLINE
void
14
RepoIdBuilder::federationId
(
long
federationId)
15
{
16
guidPrefix1
(federationId);
17
}
18
19
ACE_INLINE
void
20
RepoIdBuilder::participantId
(
long
participantId
)
21
{
22
guidPrefix2
(participantId);
23
}
24
25
26
}
// namespace DCPS
27
}
// namespace OpenDDS
28
29
OPENDDS_END_VERSIONED_NAMESPACE_DECL
OpenDDS::DCPS::GuidBuilder::guidPrefix1
void guidPrefix1(long p1)
Definition:
GuidBuilder.cpp:78
OpenDDS::DCPS::GuidBuilder::guidPrefix2
void guidPrefix2(long p2)
Definition:
GuidBuilder.cpp:84
OPENDDS_END_VERSIONED_NAMESPACE_DECL
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
Definition:
Versioned_Namespace.h:48
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
Definition:
Hash.cpp:17
OpenDDS::DCPS::RepoIdBuilder::participantId
void participantId(long participantId)
Definition:
RepoIdBuilder.inl:20
OpenDDS::DCPS::RepoIdBuilder::federationId
void federationId(long federationId)
Definition:
RepoIdBuilder.inl:14
ACE_INLINE
#define ACE_INLINE
OpenDDS
The Internal API and Implementation of OpenDDS.
Definition:
AddressCache.h:28
Generated by
1.8.13