DDS  ver. 3.6
ProtocolDef.h
Go to the documentation of this file.
1 // Copyright 2014 GSI, Inc. All rights reserved.
2 //
3 //
4 //
5 #ifndef __DDS__ProtocolDef__
6 #define __DDS__ProtocolDef__
7 
8 // DDS
9 
10 namespace dds
11 {
12  namespace protocol_api
13  {
14  // Channel types
16  {
17  UNKNOWN = 0,
20  };
21  typedef std::vector<EChannelType> channelTypeVector_t;
22  const std::array<std::string, 3> gChannelTypeName{ { "unknown", "agent", "ui" } };
23  } // namespace protocol_api
24 } // namespace dds
25 #endif /* __DDS__ProtocolDef__ */
EChannelType
Definition: ProtocolDef.h:15
const std::array< std::string, 3 > gChannelTypeName
Definition: ProtocolDef.h:22
Definition: ProtocolDef.h:19
Definition: ProtocolDef.h:17
Miscellaneous functions and helpers are located here.
Definition: AgentConnectionManager.h:13
Definition: ProtocolDef.h:18
std::vector< EChannelType > channelTypeVector_t
Definition: ProtocolDef.h:21