RTI Connext Micro
Version 2.4.1.0
Main Page
RTI Connext Micro Documentation
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
ndds_c.h
1
/*
2
* FILE: ndds_c.h - Collection of DDS header files
3
*
4
* (c) Copyright, Real-Time Innovations, 2008-2014.
5
*
6
* All rights reserved.
7
*
8
* No duplications, whole or partial, manual or electronic, may be made
9
* without express written permission. Any such copies, or
10
* revisions thereof, must display this notice unaltered.
11
* This code contains trade secrets of Real-Time Innovations, Inc.
12
*
13
* Modification History
14
* --------------------
15
* 30par2008, tk Written
16
*/
17
/*ci
18
* \file
19
* \brief DDS topic module
20
* @ingroup DDSTopicModule
21
*/
22
#ifndef ndds_c_h
23
#define ndds_c_h
24
25
#ifndef dds_c_dll_h
26
#include "
dds_c/dds_c_dll.h
"
27
#endif
28
#ifndef dds_c_common_h
29
#include "
dds_c/dds_c_common.h
"
30
#endif
31
#ifndef dds_c_sequence_h
32
#include "
dds_c/dds_c_sequence.h
"
33
#endif
34
#ifndef dds_c_infrastructure_h
35
#include "
dds_c/dds_c_infrastructure.h
"
36
#endif
37
#ifndef dds_c_topic_h
38
#include "
dds_c/dds_c_topic.h
"
39
#endif
40
#ifndef dds_c_publication_h
41
#include "
dds_c/dds_c_publication.h
"
42
#endif
43
#ifndef dds_c_subscription_h
44
#include "
dds_c/dds_c_subscription.h
"
45
#endif
46
#ifndef dds_c_domain_h
47
#include "
dds_c/dds_c_domain.h
"
48
#endif
49
50
#endif
/* ndds_c_h */
RTI Connext Micro Version 2.4.1.0
Copyright © Thu Nov 20 2014
Real-Time Innovations, Inc