OpenDDS
Snapshot(2023/04/28-20:55)
dds
DCPS
transport
udp
Udp.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 "
Udp.h
"
9
#include "
UdpLoader.h
"
10
11
#include "
ace/Service_Config.h
"
12
13
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
14
15
namespace
OpenDDS
{
16
namespace
DCPS {
17
18
UdpInitializer::UdpInitializer
()
19
{
20
ACE_Service_Config::process_directive
(ace_svc_desc_UdpLoader);
21
22
#if (OPENDDS_UDP_HAS_DLL == 0)
23
ACE_Service_Config::process_directive
(
ACE_TEXT
(
"static OpenDDS_Udp"
));
24
#endif
/* OPENDDS_UDP_HAS_DLL */
25
}
26
27
}
// namespace DCPS
28
}
// namespace OpenDDS
29
30
OPENDDS_END_VERSIONED_NAMESPACE_DECL
Udp.h
OpenDDS::DCPS::UdpInitializer::UdpInitializer
UdpInitializer()
Definition:
Udp.cpp:18
ACE_Service_Config::process_directive
static int process_directive(const ACE_TCHAR directive[])
UdpLoader.h
Service_Config.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
The Internal API and Implementation of OpenDDS.
Definition:
AddressCache.h:28
Generated by
1.8.13