|
OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <TcpSynchResource.h>


Public Member Functions | |
| TcpSynchResource (TcpDataLink &link, const int &max_output_pause_period_ms) | |
| virtual | ~TcpSynchResource () |
| virtual void | notify_lost_on_backpressure_timeout () |
Public Member Functions inherited from OpenDDS::DCPS::ThreadSynchResource | |
| virtual | ~ThreadSynchResource () |
| virtual int | wait_to_unclog () |
| void | set_handle (ACE_HANDLE handle) |
Private Attributes | |
| TcpDataLink & | link_ |
Additional Inherited Members | |
Protected Member Functions inherited from OpenDDS::DCPS::ThreadSynchResource | |
| ThreadSynchResource () | |
Protected Attributes inherited from OpenDDS::DCPS::ThreadSynchResource | |
| ACE_HANDLE | handle_ |
| TimeDuration * | timeout_ |
Definition at line 22 of file TcpSynchResource.h.
| OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL OpenDDS::DCPS::TcpSynchResource::TcpSynchResource | ( | TcpDataLink & | link, |
| const int & | max_output_pause_period_ms | ||
| ) |
Definition at line 15 of file TcpSynchResource.cpp.
References DBG_ENTRY_LVL, OpenDDS::DCPS::TimeDuration::from_msec(), and OpenDDS::DCPS::ThreadSynchResource::timeout_.
|
virtual |
|
virtual |
Implements OpenDDS::DCPS::ThreadSynchResource.
Definition at line 34 of file TcpSynchResource.cpp.
References DBG_ENTRY_LVL, OpenDDS::DCPS::TcpDataLink::get_connection(), link_, and OPENDDS_END_VERSIONED_NAMESPACE_DECL.
|
private |
Definition at line 33 of file TcpSynchResource.h.
Referenced by notify_lost_on_backpressure_timeout().
1.8.13