RTI Connext Traditional C++ API Version 7.2.0
rtiflat.hpp
1/*
2(c) Copyright, Real-Time Innovations, 2018.
3All rights reserved.
4
5No duplications, whole or partial, manual or electronic, may be made
6without express written permission. Any such copies, or
7revisions thereof, must display this notice unaltered.
8This 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
155namespace 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
The RTI namespace.
Definition: AggregationBuilders.hpp:17