|
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 () |
Public Member Functions inherited from OpenDDS::DCPS::ReactorInterceptor::Command | |
| Command () | |
| virtual | ~Command () |
Public Member Functions inherited from OpenDDS::DCPS::RcObject | |
| 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 | |
Protected Member Functions inherited from OpenDDS::DCPS::ReactorInterceptor::Command | |
| const ACE_Reactor * | reactor () const |
| ACE_Reactor * | reactor () |
Protected Member Functions inherited from OpenDDS::DCPS::RcObject | |
| 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.
1.8.13