OpenDDS
Snapshot(2023/04/28-20:55)
dds
DCPS
transport
rtps_udp
RtpsUdp.cpp
Go to the documentation of this file.
1
/*
2
*
3
*
4
* Distributed under the OpenDDS License.
5
* See: http://www.opendds.org/license.html
6
*/
7
8
#include "
RtpsUdp.h
"
9
#include "
RtpsUdpLoader.h
"
10
11
#include "
ace/Service_Config.h
"
12
13
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
14
15
namespace
OpenDDS
{
16
namespace
DCPS {
17
18
RtpsUdpInitializer::RtpsUdpInitializer
()
19
{
20
ACE_Service_Config::process_directive
(ace_svc_desc_RtpsUdpLoader);
21
22
#if (OPENDDS_RTPS_UDP_HAS_DLL == 0)
23
ACE_Service_Config::process_directive
(
ACE_TEXT
(
"static OpenDDS_Rtps_Udp"
));
24
#endif
/* OPENDDS_RTPS_UDP_HAS_DLL */
25
}
26
27
}
// namespace DCPS
28
}
// namespace OpenDDS
29
30
OPENDDS_END_VERSIONED_NAMESPACE_DECL
ACE_Service_Config::process_directive
static int process_directive(const ACE_TCHAR directive[])
Service_Config.h
RtpsUdp.h
ACE_TEXT
ACE_TEXT("TCP_Factory")
OPENDDS_END_VERSIONED_NAMESPACE_DECL
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
Definition:
Versioned_Namespace.h:48
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
Definition:
Hash.cpp:17
OpenDDS::DCPS::RtpsUdpInitializer::RtpsUdpInitializer
RtpsUdpInitializer()
Definition:
RtpsUdp.cpp:18
OpenDDS
The Internal API and Implementation of OpenDDS.
Definition:
AddressCache.h:28
RtpsUdpLoader.h
Generated by
1.8.13