OpenDDS
Snapshot(2023/04/07-19:43)
|
Public Member Functions | |
ScheduleEnableCommand (WeakRcHandle< PeriodicTask > hb, bool reenable, const TimeDuration &period) | |
virtual void | execute () |
![]() | |
Command () | |
virtual | ~Command () |
![]() | |
virtual | ~RcObject () |
virtual void | _add_ref () |
virtual void | _remove_ref () |
long | ref_count () const |
WeakObject * | _get_weak_object () const |
Public Attributes | |
WeakRcHandle< PeriodicTask > const | periodic_task_ |
const bool | reenable_ |
const TimeDuration | period_ |
Additional Inherited Members | |
![]() | |
const ACE_Reactor * | reactor () const |
ACE_Reactor * | reactor () |
![]() | |
RcObject () | |
Definition at line 69 of file PeriodicTask.h.
|
inline |
Definition at line 70 of file PeriodicTask.h.
|
inlinevirtual |
Implements OpenDDS::DCPS::ReactorInterceptor::Command.
Definition at line 74 of file PeriodicTask.h.
References period_, periodic_task_, and reenable_.
Referenced by OpenDDS::DCPS::PeriodicTask::handle_timeout().
const TimeDuration OpenDDS::DCPS::PeriodicTask::ScheduleEnableCommand::period_ |
Definition at line 84 of file PeriodicTask.h.
Referenced by execute().
WeakRcHandle<PeriodicTask> const OpenDDS::DCPS::PeriodicTask::ScheduleEnableCommand::periodic_task_ |
Definition at line 82 of file PeriodicTask.h.
Referenced by execute(), and OpenDDS::DCPS::PeriodicTask::ScheduleDisableCommand::execute().
const bool OpenDDS::DCPS::PeriodicTask::ScheduleEnableCommand::reenable_ |
Definition at line 83 of file PeriodicTask.h.
Referenced by execute().