#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 1424 of file DiscoveryBase.h.
OpenDDS::DCPS::LocalParticipant< EndpointManagerType >::DiscoveredParticipant::DiscoveredParticipant | ( | ) | [inline] |
Definition at line 1426 of file DiscoveryBase.h.
References defined(), and if().
01426 : 01427 #if defined(OPENDDS_SECURITY) 01428 bit_ih_(0), 01429 has_last_stateless_msg_(false), 01430 last_stateless_msg_time_(0, 0), 01431 auth_started_time_(0, 0), 01432 auth_state_(AS_UNKNOWN) 01433 #else 01434 bit_ih_(0) 01435 #endif 01436 { 01437 01438 }
OpenDDS::DCPS::LocalParticipant< EndpointManagerType >::DiscoveredParticipant::DiscoveredParticipant | ( | const DiscoveredParticipantData & | p, | |
const ACE_Time_Value & | t | |||
) | [inline] |
Definition at line 1440 of file DiscoveryBase.h.
References defined(), and if().
01440 : 01441 #if defined(OPENDDS_SECURITY) 01442 pdata_(p), 01443 last_seen_(t), 01444 bit_ih_(DDS::HANDLE_NIL), 01445 has_last_stateless_msg_(false), 01446 last_stateless_msg_time_(0, 0), 01447 auth_started_time_(0, 0), 01448 auth_state_(AS_UNKNOWN) 01449 #else 01450 pdata_(p), 01451 last_seen_(t), 01452 bit_ih_(DDS::HANDLE_NIL) 01453 #endif 01454 { 01455 01456 }
DDS::InstanceHandle_t OpenDDS::DCPS::LocalParticipant< EndpointManagerType >::DiscoveredParticipant::bit_ih_ |
Definition at line 1460 of file DiscoveryBase.h.
ACE_Time_Value OpenDDS::DCPS::LocalParticipant< EndpointManagerType >::DiscoveredParticipant::last_seen_ |
Definition at line 1459 of file DiscoveryBase.h.
DiscoveredParticipantData OpenDDS::DCPS::LocalParticipant< EndpointManagerType >::DiscoveredParticipant::pdata_ |
Definition at line 1458 of file DiscoveryBase.h.