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.
◆ 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 |
The documentation for this class was generated from the following file: