Public Member Functions | |
CommandBase (DataLinkWatchdog *watchdog) | |
Protected Attributes | |
DataLinkWatchdog * | watchdog_ |
Definition at line 92 of file DataLinkWatchdog_T.h.
OpenDDS::DCPS::DataLinkWatchdog::CommandBase::CommandBase | ( | DataLinkWatchdog * | watchdog | ) | [inline] |
Definition at line 94 of file DataLinkWatchdog_T.h.
00095 : watchdog_(watchdog) 00096 { }
Definition at line 98 of file DataLinkWatchdog_T.h.
Referenced by OpenDDS::DCPS::DataLinkWatchdog::CancelCommand::execute(), and OpenDDS::DCPS::DataLinkWatchdog::ScheduleCommand::execute().