DDS  ver. 3.6
ChannelId.h
Go to the documentation of this file.
1 // Copyright 2014 GSI, Inc. All rights reserved.
2 //
3 //
4 //
5 #ifndef DDSCHANNELID_H
6 #define DDSCHANNELID_H
7 
8 #include <cstdint>
9 
10 namespace dds
11 {
12  namespace commander_cmd
13  {
15  {
16  public:
17  static uint64_t getChannelId();
18  };
19  } // namespace commander_cmd
20 } // namespace dds
21 #endif
static uint64_t getChannelId()
Definition: ChannelId.cpp:20
Miscellaneous functions and helpers are located here.
Definition: AgentConnectionManager.h:13
Definition: ChannelId.h:14