OpenDDS
Snapshot(2023/04/28-20:55)
dds
DCPS
transport
tcp
TcpReceiveStrategy.inl
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 "
dds/DCPS/ReactorTask.h
"
9
#include "
dds/DCPS/transport/framework/EntryExit.h
"
10
11
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
12
13
ACE_INLINE
ACE_Reactor
*
14
OpenDDS::DCPS::TcpReceiveStrategy::get_reactor
()
15
{
16
DBG_ENTRY_LVL
(
"TcpReceiveStrategy"
,
"get_reactor"
,6);
17
return
this->
reactor_task_
->
get_reactor
();
18
}
19
20
ACE_INLINE
bool
21
OpenDDS::DCPS::TcpReceiveStrategy::gracefully_disconnected
()
22
{
23
return
this->
gracefully_disconnected_
;
24
}
25
26
OPENDDS_END_VERSIONED_NAMESPACE_DECL
EntryExit.h
OpenDDS::DCPS::TcpReceiveStrategy::get_reactor
ACE_Reactor * get_reactor()
Definition:
TcpReceiveStrategy.inl:14
ACE_Reactor
OpenDDS::DCPS::TcpReceiveStrategy::reactor_task_
ReactorTask_rch reactor_task_
Definition:
TcpReceiveStrategy.h:62
OpenDDS::DCPS::TcpReceiveStrategy::gracefully_disconnected
bool gracefully_disconnected()
Definition:
TcpReceiveStrategy.inl:21
ReactorTask.h
OpenDDS::DCPS::TransportReceiveStrategy<>::gracefully_disconnected_
bool gracefully_disconnected_
Flag indicates if the GRACEFUL_DISCONNECT message is received.
Definition:
TransportReceiveStrategy_T.h:133
DBG_ENTRY_LVL
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition:
EntryExit.h:68
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::ReactorTask::get_reactor
ACE_Reactor * get_reactor()
Definition:
ReactorTask.inl:14
ACE_INLINE
#define ACE_INLINE
Generated by
1.8.13