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