Class that must be implemented by code that makes Timer requests.
More...
#include <misc/pv/timer.h>
Class that must be implemented by code that makes Timer requests.
Definition at line 40 of file timer.h.
◆ const_shared_pointer
| std::tr1::shared_ptr<const TimerCallback> epics::pvData::TimerCallback::const_shared_pointer |
◆ const_weak_pointer
| std::tr1::weak_ptr<const TimerCallback> epics::pvData::TimerCallback::const_weak_pointer |
◆ shared_pointer
| std::tr1::shared_ptr<TimerCallback> epics::pvData::TimerCallback::shared_pointer |
◆ weak_pointer
| std::tr1::weak_ptr<TimerCallback> epics::pvData::TimerCallback::weak_pointer |
◆ TimerCallback()
| epics::pvData::TimerCallback::TimerCallback |
( |
| ) |
|
◆ ~TimerCallback()
| virtual epics::pvData::TimerCallback::~TimerCallback |
( |
| ) |
|
|
inlinevirtual |
Destructor
Definition at line 50 of file timer.h.
◆ callback()
| virtual void epics::pvData::TimerCallback::callback |
( |
| ) |
|
|
pure virtual |
The method that is called when a timer expires.
◆ timerStopped()
| virtual void epics::pvData::TimerCallback::timerStopped |
( |
| ) |
|
|
pure virtual |
◆ Timer
The documentation for this class was generated from the following file: