
Public Member Functions | |
| RemoteInfo () | |
| RemoteInfo (const ACE_INET_Addr &addr, bool iqos) | |
Public Attributes | |
| ACE_INET_Addr | addr_ |
| bool | requires_inline_qos_ |
Definition at line 179 of file RtpsUdpDataLink.h.
| OpenDDS::DCPS::RtpsUdpDataLink::RemoteInfo::RemoteInfo | ( | ) | [inline] |
Definition at line 180 of file RtpsUdpDataLink.h.
00180 : addr_(), requires_inline_qos_(false) {}
| OpenDDS::DCPS::RtpsUdpDataLink::RemoteInfo::RemoteInfo | ( | const ACE_INET_Addr & | addr, | |
| bool | iqos | |||
| ) | [inline] |
Definition at line 181 of file RtpsUdpDataLink.h.
00182 : addr_(addr), requires_inline_qos_(iqos) {}
Definition at line 183 of file RtpsUdpDataLink.h.
Definition at line 184 of file RtpsUdpDataLink.h.
1.6.1