OpenDDS::DCPS::DataLinkWatchdog::ScheduleCommand Class Reference

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

List of all members.

Public Member Functions

 ScheduleCommand (DataLinkWatchdog *watchdog, const void *arg, bool nodelay)
virtual void execute ()

Private Attributes

const void * arg_
bool nodelay_

Detailed Description

Definition at line 101 of file DataLinkWatchdog_T.h.


Constructor & Destructor Documentation

OpenDDS::DCPS::DataLinkWatchdog::ScheduleCommand::ScheduleCommand ( DataLinkWatchdog watchdog,
const void *  arg,
bool  nodelay 
) [inline]

Definition at line 103 of file DataLinkWatchdog_T.h.

00104       : CommandBase(watchdog)
00105       , arg_ (arg)
00106       , nodelay_ (nodelay)
00107     { }


Member Function Documentation

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

Definition at line 109 of file DataLinkWatchdog_T.h.

References arg_, nodelay_, OpenDDS::DCPS::DataLinkWatchdog::schedule_i(), and OpenDDS::DCPS::DataLinkWatchdog::CommandBase::watchdog_.

00109                            {
00110       watchdog_->schedule_i(arg_, nodelay_);
00111     }

Here is the call graph for this function:


Member Data Documentation

Definition at line 114 of file DataLinkWatchdog_T.h.

Referenced by execute().

Definition at line 115 of file DataLinkWatchdog_T.h.

Referenced by execute().


The documentation for this class 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