OpenDDS
Snapshot(2023/04/28-20:55)
dds
DCPS
StaticIncludes.h
Go to the documentation of this file.
1
#ifndef OPENDDS_DCPS_STATICINCLUDES_H
2
#define OPENDDS_DCPS_STATICINCLUDES_H
3
4
// Only for static builds, include default libraries for both discovery
5
// and transport. This file will be included by the code in the executable
6
// so that the static link includes the initializers for these libraries.
7
#ifdef ACE_AS_STATIC_LIBS
8
# ifdef OPENDDS_SAFETY_PROFILE
9
# include "
StaticDiscovery.h
"
10
# include "
RTPS/RtpsDiscovery.h
"
11
# include "
transport/rtps_udp/RtpsUdp.h
"
12
# else
13
# include "
InfoRepoDiscovery/InfoRepoDiscovery.h
"
14
# include "
transport/tcp/Tcp.h
"
15
# endif
16
#endif
17
18
#endif // OPENDDS_DCPS_STATICINCLUDES_H
InfoRepoDiscovery.h
RtpsDiscovery.h
RtpsUdp.h
Tcp.h
StaticDiscovery.h
Generated by
1.8.13