OpenDDS  Snapshot(2023/04/28-20:55)
InstanceHandle.cpp
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 #include "DCPS/DdsDcps_pch.h" //Only the _pch include should start with DCPS/
9 
10 #include "dds/DdsDcpsGuidC.h"
11 
12 #include "InstanceHandle.h"
13 
15 
16 namespace OpenDDS {
17 namespace DCPS {
18 
20  : sequence_(begin)
21 {
22 }
23 
25 {
26 }
27 
30 {
31  return ++sequence_;
32 }
33 
34 } // namespace DCPS
35 } // namespace OpenDDS
36 
InstanceHandleGenerator(long begin=HANDLE_UNKNOWN)
HANDLE_TYPE_NATIVE InstanceHandle_t
Definition: DdsDcpsCore.idl:51
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
The Internal API and Implementation of OpenDDS.
Definition: AddressCache.h:28