OpenDDS::DCPS::TransportClient::PendingAssocTimer::ScheduleCommand Struct Reference

Inheritance diagram for OpenDDS::DCPS::TransportClient::PendingAssocTimer::ScheduleCommand:

Inheritance graph
[legend]
Collaboration diagram for OpenDDS::DCPS::TransportClient::PendingAssocTimer::ScheduleCommand:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ScheduleCommand (PendingAssocTimer *timer, TransportClient *transport_client, PendingAssoc *assoc)
virtual void execute ()

Detailed Description

Definition at line 233 of file TransportClient.h.


Constructor & Destructor Documentation

OpenDDS::DCPS::TransportClient::PendingAssocTimer::ScheduleCommand::ScheduleCommand ( PendingAssocTimer timer,
TransportClient transport_client,
PendingAssoc assoc 
) [inline]

Definition at line 234 of file TransportClient.h.

00237         : CommandBase (timer, transport_client, assoc)
00238       { }


Member Function Documentation

virtual void OpenDDS::DCPS::TransportClient::PendingAssocTimer::ScheduleCommand::execute (  )  [inline, virtual]

Definition at line 239 of file TransportClient.h.

00240       {
00241         if (timer_->reactor()) {
00242           timer_->reactor()->schedule_timer(assoc_, transport_client_, transport_client_->passive_connect_duration_);
00243         }
00244       }


The documentation for this struct was generated from the following file:
Generated on Fri Feb 12 20:06:30 2016 for OpenDDS by  doxygen 1.4.7