LibMultiSense
LibMultiSense Documentation
SecondaryAppGetConfigMessage.hh
Go to the documentation of this file.
1 
39 #ifndef LibMultiSense_SecondaryAppGetConfig
40 #define LibMultiSense_SecondaryAppGetConfig
41 
42 #include "MultiSense/details/utility/Portability.hh"
43 
44 namespace crl {
45 namespace multisense {
46 namespace details {
47 namespace wire {
48 
50 public:
53 
54  //
55  // Constructors
56 
59 
60  //
61  // Serialization routine.
62 
63  template<class Archive>
64  void serialize(Archive& message,
65  const VersionType version)
66  {
67  (void) message;
68  (void) version;
69  // nothing yet
70  }
71 };
72 
73 }}}} // namespaces
74 
75 #endif
CRL_CONSTEXPR
#define CRL_CONSTEXPR
Definition: Portability.hh:49
crl::multisense::details::wire::SecondaryAppGetConfig::ID
static CRL_CONSTEXPR IdType ID
Definition: SecondaryAppGetConfigMessage.hh:52
crl
Definition: BufferStream.hh:51
crl::multisense::details::wire::VersionType
uint16_t VersionType
Definition: Protocol.hh:137
crl::multisense::details::wire::SecondaryAppGetConfig::serialize
void serialize(Archive &message, const VersionType version)
Definition: SecondaryAppGetConfigMessage.hh:64
crl::multisense::details::wire::SecondaryAppGetConfig::SecondaryAppGetConfig
SecondaryAppGetConfig()
Definition: SecondaryAppGetConfigMessage.hh:58
crl::multisense::details::utility::BufferStreamReader
Definition: BufferStream.hh:192
multisense
Definition: MultiSenseChannel.hh:44
crl::multisense::details::wire::ID_CMD_SECONDARY_APP_GET_CONFIG
static CRL_CONSTEXPR IdType ID_CMD_SECONDARY_APP_GET_CONFIG
Definition: Protocol.hh:197
crl::multisense::details::wire::SecondaryAppGetConfig::SecondaryAppGetConfig
SecondaryAppGetConfig(utility::BufferStreamReader &r, VersionType v)
Definition: SecondaryAppGetConfigMessage.hh:57
crl::multisense::details::wire::IdType
uint16_t IdType
Definition: Protocol.hh:136
crl::multisense::details::wire::SecondaryAppGetConfig
Definition: SecondaryAppGetConfigMessage.hh:49
crl::multisense::details::wire::SecondaryAppGetConfig::VERSION
static CRL_CONSTEXPR VersionType VERSION
Definition: SecondaryAppGetConfigMessage.hh:51