OpenDDS::DCPS::RtpsUdpDataLink::HeartBeat::ScheduleEnableCommand Struct Reference

#include <RtpsUdpDataLink.h>

Collaboration diagram for OpenDDS::DCPS::RtpsUdpDataLink::HeartBeat::ScheduleEnableCommand:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ScheduleEnableCommand (HeartBeat *hb)
virtual void execute ()

Public Attributes

HeartBeatheartbeat_

Detailed Description

Definition at line 438 of file RtpsUdpDataLink.h.


Constructor & Destructor Documentation

OpenDDS::DCPS::RtpsUdpDataLink::HeartBeat::ScheduleEnableCommand::ScheduleEnableCommand ( HeartBeat hb  )  [inline]

Definition at line 439 of file RtpsUdpDataLink.h.

00440         : heartbeat_(hb)
00441       { }


Member Function Documentation

virtual void OpenDDS::DCPS::RtpsUdpDataLink::HeartBeat::ScheduleEnableCommand::execute ( void   )  [inline, virtual]

Definition at line 443 of file RtpsUdpDataLink.h.

00444       {
00445         heartbeat_->enable();
00446       }


Member Data Documentation

Definition at line 448 of file RtpsUdpDataLink.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