OpenDDS
Snapshot(2023/04/28-20:55)
dds
DCPS
transport
framework
PerConnectionSynchStrategy.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 OPENDDS_DCPS_TRANSPORT_FRAMEWORK_PERCONNECTIONSYNCHSTRATEGY_H
9
#define OPENDDS_DCPS_TRANSPORT_FRAMEWORK_PERCONNECTIONSYNCHSTRATEGY_H
10
11
#include "
dds/DCPS/dcps_export.h
"
12
#include "
ThreadSynchStrategy.h
"
13
14
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
15
16
namespace
OpenDDS
{
17
namespace
DCPS {
18
19
class
OpenDDS_Dcps_Export
PerConnectionSynchStrategy
:
public
ThreadSynchStrategy
{
20
public
:
21
22
PerConnectionSynchStrategy
();
23
virtual
~
PerConnectionSynchStrategy
();
24
25
virtual
ThreadSynch
* create_synch_object(
26
ThreadSynchResource
* synch_resource,
27
long
priority,
28
long
scheduler);
29
};
30
31
}
// namespace DCPS
32
}
// namespace OpenDDS
33
34
OPENDDS_END_VERSIONED_NAMESPACE_DECL
35
36
#if defined (__ACE_INLINE__)
37
#include "
PerConnectionSynchStrategy.inl
"
38
#endif
/* __ACE_INLINE__ */
39
40
#endif
/* OPENDDS_DCPS_PERCONNECTIONSYNCHSTRATEGY_H */
OpenDDS::DCPS::ThreadSynchStrategy
Definition:
ThreadSynchStrategy.h:24
dcps_export.h
OpenDDS_Dcps_Export
#define OpenDDS_Dcps_Export
Definition:
dcps_export.h:24
OpenDDS::DCPS::PerConnectionSynchStrategy
Definition:
PerConnectionSynchStrategy.h:19
PerConnectionSynchStrategy.inl
ThreadSynchStrategy.h
OpenDDS::DCPS::ThreadSynchResource
Definition:
ThreadSynchResource.h:19
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
OpenDDS::DCPS::ThreadSynch
Definition:
ThreadSynch.h:34
Generated by
1.8.13