RTC Toolkit
1.0.0
Main Page
Related Pages
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
Variables
a
c
d
e
f
h
i
l
m
n
o
p
r
s
t
v
w
Typedefs
a
c
d
f
l
m
o
p
r
s
t
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
v
w
Functions
b
c
d
e
f
g
l
m
o
p
r
s
t
w
Variables
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
standaloneTools
mudpiPublisher
mudpiPublisherReceiver
src
mudpi.h
Go to the documentation of this file.
1
12
#include <cstdint>
13
namespace
mudpi
{
14
15
typedef
double
timestamp_t
;
16
typedef
struct
{
17
std::int32_t
topicId;
18
std::uint16_t
componentId;
19
std::uint16_t
applicationTag;
20
std::uint16_t
reserved;
21
std::uint16_t
version;
22
std::uint32_t
sampleId;
23
timestamp_t
timestamp;
24
std::uint16_t
frameId;
25
std::uint16_t
numFrames;
26
std::uint16_t
payloadSize;
27
std::uint16_t
reserved2;
28
} mudpiHeader;
29
30
}
mudpi
Definition:
mudpi.h:12
mudpi::uint16_t
unsigned short uint16_t
Definition:
mudpi.h:15
mudpi::timestamp_t
double timestamp_t
Definition:
mudpi.h:18
mudpi::uint32_t
unsigned int uint32_t
Definition:
mudpi.h:16
mudpi::int32_t
int int32_t
Definition:
mudpi.h:17
Generated by
1.8.20