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
RemoteHeadControlMessage.hh
Go to the documentation of this file.
1
41
#ifndef LibMultiSense_RemoteHeadControlMessage
42
#define LibMultiSense_RemoteHeadControlMessage
43
44
#include "utility/Portability.hh"
45
#include "
wire/Protocol.hh
"
46
#include "
wire/RemoteHeadConfigMessage.hh
"
47
// #include "MultiSense/MultisenseTypes.hh"
48
49
namespace
crl
{
50
namespace
multisense
{
51
namespace
details {
52
namespace
wire {
53
54
class
RemoteHeadControl
{
55
public
:
56
static
CRL_CONSTEXPR
IdType
ID
=
ID_CMD_REMOTE_HEAD_CONTROL
;
57
static
CRL_CONSTEXPR
VersionType
VERSION
= 1;
58
59
//
60
// Parameters representing the current remote head sync configuration
61
62
std::vector<wire::RemoteHeadSyncGroup>
syncGroups
;
63
64
//
65
// Constructors
66
67
RemoteHeadControl
(
utility::BufferStreamReader
&r,
VersionType
v) {
serialize
(r,v);};
68
RemoteHeadControl
() :
69
syncGroups
()
70
{};
71
72
//
73
// Serialization routine
74
75
template
<
class
Archive>
76
void
serialize
(Archive& message,
77
const
VersionType
version)
78
{
79
80
(void) version;
81
82
message &
syncGroups
;
83
84
}
85
};
86
87
}}}}
// namespaces
88
89
#endif
crl::multisense::details::wire::RemoteHeadControl::syncGroups
std::vector< wire::RemoteHeadSyncGroup > syncGroups
Definition:
RemoteHeadControlMessage.hh:62
crl::multisense::details::wire::RemoteHeadControl::RemoteHeadControl
RemoteHeadControl(utility::BufferStreamReader &r, VersionType v)
Definition:
RemoteHeadControlMessage.hh:67
CRL_CONSTEXPR
#define CRL_CONSTEXPR
Definition:
Legacy/include/MultiSense/details/utility/Portability.hh:49
crl
Definition:
Legacy/details/channel.cc:61
crl::multisense::details::wire::RemoteHeadControl::ID
static CRL_CONSTEXPR IdType ID
Definition:
RemoteHeadControlMessage.hh:56
crl::multisense::details::wire::VersionType
uint16_t VersionType
Definition:
Protocol.hh:137
RemoteHeadConfigMessage.hh
crl::multisense::details::wire::RemoteHeadControl::VERSION
static CRL_CONSTEXPR VersionType VERSION
Definition:
RemoteHeadControlMessage.hh:57
Protocol.hh
multisense
Definition:
factory.cc:39
crl::multisense::details::wire::ID_CMD_REMOTE_HEAD_CONTROL
static CRL_CONSTEXPR IdType ID_CMD_REMOTE_HEAD_CONTROL
Definition:
Protocol.hh:193
crl::multisense::details::wire::RemoteHeadControl
Definition:
RemoteHeadControlMessage.hh:54
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::RemoteHeadControl::serialize
void serialize(Archive &message, const VersionType version)
Definition:
RemoteHeadControlMessage.hh:76
crl::multisense::details::wire::RemoteHeadControl::RemoteHeadControl
RemoteHeadControl()
Definition:
RemoteHeadControlMessage.hh:68
multisense_lib
Author(s):
autogenerated on Thu Apr 17 2025 02:49:09