DDS  ver. 3.6
TopoDef.h
Go to the documentation of this file.
1 // Copyright 2014 GSI, Inc. All rights reserved.
2 //
3 //
4 //
5 
6 #ifndef __DDS__TopoDef__
7 #define __DDS__TopoDef__
8 
9 #include <cstdint>
10 
11 namespace dds
12 {
13  namespace topology_api
14  {
15  typedef uint64_t Id_t;
16  }
17 } // namespace dds
18 
19 #endif /* __DDS__TopoDef__ */
uint64_t Id_t
Definition: TopoDef.h:15
Miscellaneous functions and helpers are located here.
Definition: AgentConnectionManager.h:13