RTI Connext Traditional C++ API
Version 6.0.1
Main Page
Modules
Namespaces
Classes
Files
Examples
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
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 Connext Traditional C++ API Version 6.0.1
Copyright © Sat Nov 23 2019
Real-Time Innovations, Inc