OpenDDS  Snapshot(2023/04/28-20:55)
TcpDataLink.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 "TcpTransport.h"
9 #include "TcpConnection.h"
11 
13 
16 {
17  DBG_ENTRY_LVL("TcpDataLink","remote_address",6);
18  return this->remote_address_;
19 }
20 
23 {
24  return this->connection_.lock();
25 }
26 
WeakRcHandle< TcpConnection > connection_
Definition: TcpDataLink.h:96
ACE_INET_Addr remote_address_
Definition: TcpDataLink.h:95
TcpConnection_rch get_connection()
Definition: TcpDataLink.inl:22
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition: EntryExit.h:68
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
#define ACE_INLINE
const ACE_INET_Addr & remote_address() const
Accessor for the remote address.
Definition: TcpDataLink.inl:15