RTI Connext Traditional C++ API
Version 7.3.0
Toggle main menu visibility
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
asyn
b
c
d
data
dyna
dynam
e
f
g
guar
h
i
j
k
keyed
l
m
n
o
octet
p
q
r
s
t
u
v
w
wait
~
Functions
_
a
asyn
b
c
d
data
dyna
dynam
e
f
g
guar
h
i
k
keyed
l
m
n
o
octet
p
q
r
s
t
u
w
wait
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
Related Functions
Files
File List
Examples
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
rtiflat.hpp
1
/*
2
(c) Copyright, Real-Time Innovations, 2018.
3
All rights reserved.
4
5
No duplications, whole or partial, manual or electronic, may be made
6
without express written permission. Any such copies, or
7
revisions thereof, must display this notice unaltered.
8
This code contains trade secrets of Real-Time Innovations, Inc.
9
*/
10
11
// Note: this file shouldn't be included directly. Include the header for the
12
// corresponding C++ API:
13
//
14
// - Modern C++ API: "rti/topic/flat/FlatData.hpp"
15
// - Traditional C++ API: "ndds/ndds_flat_data_cpp.h"
16
17
#ifndef RTI_DDS_FLAT_RTIFLAT_HPP_
18
#define RTI_DDS_FLAT_RTIFLAT_HPP_
19
154
#ifdef DOXYGEN_DOCUMENTATION_ONLY
155
namespace
rti
{
156
160
namespace
flat {
161
}
162
}
163
#endif
164
165
#include "rti/flat/ExceptionHelper.hpp"
166
#include "rti/flat/FlatSample.hpp"
167
#include "rti/flat/FlatTypeTraits.hpp"
168
#include "rti/flat/SequenceBuilders.hpp"
169
170
#endif
// RTI_DDS_FLAT_RTIFLAT_HPP_
171
rti
The RTI namespace.
Definition:
AggregationBuilders.hpp:17