#include <DiscoveryBase.h>
Public Member Functions | |
DiscoveredParticipant () | |
DiscoveredParticipant (const DiscoveredParticipantData &p, const ACE_Time_Value &t) | |
Public Attributes | |
DiscoveredParticipantData | pdata_ |
ACE_Time_Value | last_seen_ |
DDS::InstanceHandle_t | bit_ih_ |
Definition at line 1076 of file DiscoveryBase.h.
OpenDDS::DCPS::LocalParticipant< EndpointManagerType >::DiscoveredParticipant::DiscoveredParticipant | ( | ) | [inline] |
OpenDDS::DCPS::LocalParticipant< EndpointManagerType >::DiscoveredParticipant::DiscoveredParticipant | ( | const DiscoveredParticipantData & | p, | |
const ACE_Time_Value & | t | |||
) | [inline] |
Definition at line 1078 of file DiscoveryBase.h.
01080 : pdata_(p), last_seen_(t), bit_ih_(DDS::HANDLE_NIL) {}
DDS::InstanceHandle_t OpenDDS::DCPS::LocalParticipant< EndpointManagerType >::DiscoveredParticipant::bit_ih_ |
Definition at line 1084 of file DiscoveryBase.h.
ACE_Time_Value OpenDDS::DCPS::LocalParticipant< EndpointManagerType >::DiscoveredParticipant::last_seen_ |
Definition at line 1083 of file DiscoveryBase.h.
DiscoveredParticipantData OpenDDS::DCPS::LocalParticipant< EndpointManagerType >::DiscoveredParticipant::pdata_ |
Definition at line 1082 of file DiscoveryBase.h.