|
areaDetector 3-14
EPICS areaDetector framework
|
A task that periodically executes the data exposure method of the plugin. More...
#include <NDPluginAttrPlot.h>
Public Member Functions | |
| ExposeDataTask (NDPluginAttrPlot &plugin) | |
| Constructor. | |
| void | run () |
| Periodically runs the data exposure on the plugin. | |
| void | start () |
| Start the internal thread of the task. | |
| void | stop () |
| Stop the internal thread of the task. | |
A task that periodically executes the data exposure method of the plugin.
| ExposeDataTask::ExposeDataTask | ( | NDPluginAttrPlot & | plugin | ) |
Constructor.
| plugin | Reference to the plugin. |
| void ExposeDataTask::run | ( | ) |
Periodically runs the data exposure on the plugin.
| void ExposeDataTask::start | ( | ) |
Start the internal thread of the task.
| void ExposeDataTask::stop | ( | ) |
Stop the internal thread of the task.