areaDetector
3-5-0
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. More... | |
void | run () |
Periodically runs the data exposure on the plugin. More... | |
void | start () |
Start the internal thread of the task. More... | |
void | stop () |
Stop the internal thread of the task. More... | |
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.