sensor_api
source
Wire
include
wire
SysGetDirectedStreamsMessage.hh
Go to the documentation of this file.
1
37
#ifndef LibMultiSense_SysGetDirectedStreamsMessage
38
#define LibMultiSense_SysGetDirectedStreamsMessage
39
40
#include "utility/Portability.hh"
41
42
namespace
crl
{
43
namespace
multisense
{
44
namespace
details {
45
namespace
wire {
46
47
class
SysGetDirectedStreams
{
48
public
:
49
static
CRL_CONSTEXPR
IdType
ID
=
ID_CMD_SYS_GET_DIRECTED_STREAMS
;
50
static
CRL_CONSTEXPR
VersionType
VERSION
= 1;
51
52
//
53
// Constructors
54
55
SysGetDirectedStreams
(
utility::BufferStreamReader
&r,
VersionType
v) {
serialize
(r,v);};
56
SysGetDirectedStreams
() {};
57
58
//
59
// Serialization routine
60
61
template
<
class
Archive>
62
void
serialize
(Archive& message,
63
const
VersionType
version)
64
{
65
(void) message;
66
(void) version;
67
//
68
// Nothing. Query only. Use a SysDirectedStreamsMessage for response
69
}
70
};
71
72
}}}}
// namespaces
73
74
#endif
crl::multisense::details::wire::ID_CMD_SYS_GET_DIRECTED_STREAMS
static CRL_CONSTEXPR IdType ID_CMD_SYS_GET_DIRECTED_STREAMS
Definition:
Protocol.hh:182
crl::multisense::details::wire::SysGetDirectedStreams::ID
static CRL_CONSTEXPR IdType ID
Definition:
SysGetDirectedStreamsMessage.hh:49
CRL_CONSTEXPR
#define CRL_CONSTEXPR
Definition:
Legacy/include/MultiSense/details/utility/Portability.hh:49
crl::multisense::details::wire::SysGetDirectedStreams::SysGetDirectedStreams
SysGetDirectedStreams(utility::BufferStreamReader &r, VersionType v)
Definition:
SysGetDirectedStreamsMessage.hh:55
crl
Definition:
Legacy/details/channel.cc:61
crl::multisense::details::wire::VersionType
uint16_t VersionType
Definition:
Protocol.hh:137
crl::multisense::details::wire::SysGetDirectedStreams
Definition:
SysGetDirectedStreamsMessage.hh:47
multisense
Definition:
factory.cc:39
crl::multisense::details::wire::SysGetDirectedStreams::serialize
void serialize(Archive &message, const VersionType version)
Definition:
SysGetDirectedStreamsMessage.hh:62
crl::multisense::details::wire::SysGetDirectedStreams::SysGetDirectedStreams
SysGetDirectedStreams()
Definition:
SysGetDirectedStreamsMessage.hh:56
crl::multisense::details::wire::SysGetDirectedStreams::VERSION
static CRL_CONSTEXPR VersionType VERSION
Definition:
SysGetDirectedStreamsMessage.hh:50
crl::multisense::details::utility::BufferStreamReader
Definition:
BufferStream.hh:192
crl::multisense::details::wire::IdType
uint16_t IdType
Definition:
Protocol.hh:136
multisense_lib
Author(s):
autogenerated on Thu Apr 17 2025 02:49:09