OpenDDS  Snapshot(2023/04/28-20:55)
Public Member Functions | Public Attributes | List of all members
OpenDDS::ICE::DeferredTriggeredCheck Struct Reference

#include <EndpointManager.h>

Collaboration diagram for OpenDDS::ICE::DeferredTriggeredCheck:
Collaboration graph
[legend]

Public Member Functions

 DeferredTriggeredCheck (const ACE_INET_Addr &a_local_address, const ACE_INET_Addr &a_remote_address, ACE_UINT32 a_priority, bool a_use_candidate, const DCPS::MonotonicTimePoint &a_expiration_date)
 

Public Attributes

ACE_INET_Addr local_address
 
ACE_INET_Addr remote_address
 
ACE_UINT32 priority
 
bool use_candidate
 
DCPS::MonotonicTimePoint expiration_date
 

Detailed Description

Definition at line 31 of file EndpointManager.h.

Constructor & Destructor Documentation

◆ DeferredTriggeredCheck()

OpenDDS::ICE::DeferredTriggeredCheck::DeferredTriggeredCheck ( const ACE_INET_Addr a_local_address,
const ACE_INET_Addr a_remote_address,
ACE_UINT32  a_priority,
bool  a_use_candidate,
const DCPS::MonotonicTimePoint a_expiration_date 
)
inline

Definition at line 38 of file EndpointManager.h.

43  : local_address(a_local_address)
44  , remote_address(a_remote_address)
45  , priority(a_priority)
46  , use_candidate(a_use_candidate)
47  , expiration_date(a_expiration_date)
48  {}
DCPS::MonotonicTimePoint expiration_date

Member Data Documentation

◆ expiration_date

DCPS::MonotonicTimePoint OpenDDS::ICE::DeferredTriggeredCheck::expiration_date

Definition at line 36 of file EndpointManager.h.

◆ local_address

ACE_INET_Addr OpenDDS::ICE::DeferredTriggeredCheck::local_address

Definition at line 32 of file EndpointManager.h.

◆ priority

ACE_UINT32 OpenDDS::ICE::DeferredTriggeredCheck::priority

Definition at line 34 of file EndpointManager.h.

◆ remote_address

ACE_INET_Addr OpenDDS::ICE::DeferredTriggeredCheck::remote_address

Definition at line 33 of file EndpointManager.h.

◆ use_candidate

bool OpenDDS::ICE::DeferredTriggeredCheck::use_candidate

Definition at line 35 of file EndpointManager.h.


The documentation for this struct was generated from the following file: