OpenDDS::DCPS::LocalParticipant< EndpointManagerType >::DiscoveredParticipant Struct Reference

#include <DiscoveryBase.h>

Collaboration diagram for OpenDDS::DCPS::LocalParticipant< EndpointManagerType >::DiscoveredParticipant:
Collaboration graph
[legend]

List of all members.

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_

Detailed Description

template<typename EndpointManagerType>
struct OpenDDS::DCPS::LocalParticipant< EndpointManagerType >::DiscoveredParticipant

Definition at line 1424 of file DiscoveryBase.h.


Constructor & Destructor Documentation

template<typename EndpointManagerType>
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         }

Here is the call graph for this function:

template<typename EndpointManagerType>
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         }

Here is the call graph for this function:


Member Data Documentation

template<typename EndpointManagerType>
DDS::InstanceHandle_t OpenDDS::DCPS::LocalParticipant< EndpointManagerType >::DiscoveredParticipant::bit_ih_

Definition at line 1460 of file DiscoveryBase.h.

template<typename EndpointManagerType>
ACE_Time_Value OpenDDS::DCPS::LocalParticipant< EndpointManagerType >::DiscoveredParticipant::last_seen_

Definition at line 1459 of file DiscoveryBase.h.

template<typename EndpointManagerType>
DiscoveredParticipantData OpenDDS::DCPS::LocalParticipant< EndpointManagerType >::DiscoveredParticipant::pdata_

Definition at line 1458 of file DiscoveryBase.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1