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
SysGetNetworkMessage.hh
Go to the documentation of this file.
1
37
#ifndef LibMultiSense_SysGetNetworkMessage
38
#define LibMultiSense_SysGetNetworkMessage
39
40
#include "utility/Portability.hh"
41
42
namespace
crl
{
43
namespace
multisense
{
44
namespace
details {
45
namespace
wire {
46
47
class
SysGetNetwork
{
48
public
:
49
static
CRL_CONSTEXPR
IdType
ID
=
ID_CMD_SYS_GET_NETWORK
;
50
static
CRL_CONSTEXPR
VersionType
VERSION
= 1;
51
52
//
53
// Constructors
54
55
SysGetNetwork
(
utility::BufferStreamReader
&r,
VersionType
v) {
serialize
(r,v);};
56
SysGetNetwork
() {};
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
// nothing yet
68
}
69
};
70
71
}}}}
// namespaces
72
73
#endif
crl::multisense::details::wire::ID_CMD_SYS_GET_NETWORK
static CRL_CONSTEXPR IdType ID_CMD_SYS_GET_NETWORK
Definition:
Protocol.hh:175
crl::multisense::details::wire::SysGetNetwork::ID
static CRL_CONSTEXPR IdType ID
Definition:
SysGetNetworkMessage.hh:49
CRL_CONSTEXPR
#define CRL_CONSTEXPR
Definition:
Legacy/include/MultiSense/details/utility/Portability.hh:49
crl::multisense::details::wire::SysGetNetwork::serialize
void serialize(Archive &message, const VersionType version)
Definition:
SysGetNetworkMessage.hh:62
crl::multisense::details::wire::SysGetNetwork
Definition:
SysGetNetworkMessage.hh:47
crl
Definition:
Legacy/details/channel.cc:61
crl::multisense::details::wire::VersionType
uint16_t VersionType
Definition:
Protocol.hh:137
crl::multisense::details::wire::SysGetNetwork::VERSION
static CRL_CONSTEXPR VersionType VERSION
Definition:
SysGetNetworkMessage.hh:50
crl::multisense::details::wire::SysGetNetwork::SysGetNetwork
SysGetNetwork()
Definition:
SysGetNetworkMessage.hh:56
multisense
Definition:
factory.cc:39
crl::multisense::details::wire::SysGetNetwork::SysGetNetwork
SysGetNetwork(utility::BufferStreamReader &r, VersionType v)
Definition:
SysGetNetworkMessage.hh:55
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