OpenDDS
Snapshot(2023/04/28-20:55)
|
Public Member Functions | |
ScheduleTimerCommand (ACE_Reactor *a_reactor, ACE_Event_Handler *a_event_handler, const TimeDuration &a_delay) | |
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 | |
ACE_Reactor * | reactor |
ACE_Event_Handler * | event_handler |
TimeDuration | delay |
Additional Inherited Members | |
![]() | |
const ACE_Reactor * | reactor () const |
ACE_Reactor * | reactor () |
![]() | |
RcObject () | |
Definition at line 27 of file AgentImpl.cpp.
|
inline |
Definition at line 32 of file AgentImpl.cpp.
|
inlinevirtual |
Implements OpenDDS::DCPS::ReactorInterceptor::Command.
Definition at line 35 of file AgentImpl.cpp.
References ACE_Reactor::cancel_timer(), ACE_Reactor::schedule_timer(), and OpenDDS::DCPS::TimeDuration::value().
TimeDuration OpenDDS::ICE::ScheduleTimerCommand::delay |
Definition at line 30 of file AgentImpl.cpp.
ACE_Event_Handler* OpenDDS::ICE::ScheduleTimerCommand::event_handler |
Definition at line 29 of file AgentImpl.cpp.
ACE_Reactor* OpenDDS::ICE::ScheduleTimerCommand::reactor |
Definition at line 28 of file AgentImpl.cpp.