OpenDDS  Snapshot(2023/04/28-20:55)
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 
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
21 {
22  guidPrefix2(participantId);
23 }
24 
25 
26 } // namespace DCPS
27 } // namespace OpenDDS
28 
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
void participantId(long participantId)
void federationId(long federationId)
#define ACE_INLINE
The Internal API and Implementation of OpenDDS.
Definition: AddressCache.h:28