OpenDDS
Snapshot(2023/04/28-20:55)
dds
InfoRepo
DefaultValues.h
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
#ifndef DEFAULTVALUES_H
9
#define DEFAULTVALUES_H
10
11
#include
/**/
"ace/pre.h"
12
13
#if !defined (ACE_LACKS_PRAGMA_ONCE)
14
# pragma once
15
#endif
/* ACE_LACKS_PRAGMA_ONCE */
16
17
#include "
dds/Versioned_Namespace.h
"
18
19
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
20
21
namespace
OpenDDS
{
22
namespace
Federator {
23
namespace
Defaults {
24
25
enum
{
26
DiscoveryRequestPort
= 10022,
27
DiscoveryReplyPort
= 10023
28
};
29
30
}
// namespace Defaults
31
}
// namespace Federator
32
}
// namespace OpenDDS
33
34
OPENDDS_END_VERSIONED_NAMESPACE_DECL
35
36
#include
/**/
"ace/post.h"
37
38
#endif
/* DEFAULTVALUES_H */
Versioned_Namespace.h
OpenDDS::Federator::Defaults::DiscoveryReplyPort
Definition:
DefaultValues.h:27
OpenDDS::Federator::Defaults::DiscoveryRequestPort
Definition:
DefaultValues.h:26
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