Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
w
Variables
a
b
c
d
e
f
g
h
i
l
m
p
r
s
t
u
w
Typedefs
a
c
d
g
i
l
m
p
r
s
t
u
v
Enumerations
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Related Functions
Files
File List
File Members
All
_
c
e
g
i
j
m
n
o
p
s
t
u
w
y
Functions
c
e
g
m
o
p
s
t
u
w
y
Variables
Typedefs
Macros
_
c
e
i
m
n
p
s
w
sensor_api
source
Wire
include
wire
LedGetStatusMessage.hh
Go to the documentation of this file.
1
41
#ifndef LibMultiSense_LedGetStatusMessage
42
#define LibMultiSense_LedGetStatusMessage
43
44
#include "utility/Portability.hh"
45
46
namespace
crl
{
47
namespace
multisense
{
48
namespace
details {
49
namespace
wire {
50
51
class
LedGetStatus
{
52
public
:
53
static
CRL_CONSTEXPR
IdType
ID
=
ID_CMD_LED_GET_STATUS
;
54
static
CRL_CONSTEXPR
VersionType
VERSION
= 1;
55
56
//
57
// Constructors
58
59
LedGetStatus
(
utility::BufferStreamReader
&r,
VersionType
v) {
serialize
(r,v);};
60
LedGetStatus
() {};
61
62
//
63
// Serialization routine
64
65
template
<
class
Archive>
66
void
serialize
(Archive& message,
67
const
VersionType
version)
68
{
69
(void) message;
70
(void) version;
71
// nothing yet
72
}
73
};
74
75
}}}}
// namespaces
76
77
#endif
crl::multisense::details::wire::ID_CMD_LED_GET_STATUS
static CRL_CONSTEXPR IdType ID_CMD_LED_GET_STATUS
Definition:
Protocol.hh:166
crl::multisense::details::wire::LedGetStatus::ID
static CRL_CONSTEXPR IdType ID
Definition:
LedGetStatusMessage.hh:53
CRL_CONSTEXPR
#define CRL_CONSTEXPR
Definition:
Legacy/include/MultiSense/details/utility/Portability.hh:49
crl::multisense::details::wire::LedGetStatus::LedGetStatus
LedGetStatus()
Definition:
LedGetStatusMessage.hh:60
crl
Definition:
Legacy/details/channel.cc:61
crl::multisense::details::wire::LedGetStatus::VERSION
static CRL_CONSTEXPR VersionType VERSION
Definition:
LedGetStatusMessage.hh:54
crl::multisense::details::wire::VersionType
uint16_t VersionType
Definition:
Protocol.hh:137
crl::multisense::details::wire::LedGetStatus::serialize
void serialize(Archive &message, const VersionType version)
Definition:
LedGetStatusMessage.hh:66
multisense
Definition:
factory.cc:39
crl::multisense::details::wire::LedGetStatus
Definition:
LedGetStatusMessage.hh:51
crl::multisense::details::utility::BufferStreamReader
Definition:
BufferStream.hh:192
crl::multisense::details::wire::IdType
uint16_t IdType
Definition:
Protocol.hh:136
crl::multisense::details::wire::LedGetStatus::LedGetStatus
LedGetStatus(utility::BufferStreamReader &r, VersionType v)
Definition:
LedGetStatusMessage.hh:59
multisense_lib
Author(s):
autogenerated on Thu Apr 17 2025 02:49:09