LibMultiSense
LibMultiSense Documentation
Loading...
Searching...
No Matches
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
44namespace crl {
45namespace multisense {
46namespace details {
47namespace wire {
48
50public:
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
#define CRL_CONSTEXPR
SecondaryAppGetConfig(utility::BufferStreamReader &r, VersionType v)
void serialize(Archive &message, const VersionType version)
static CRL_CONSTEXPR IdType ID_CMD_SECONDARY_APP_GET_CONFIG
Definition Protocol.hh:197