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