![]() |
Project
|
#include <DataProcessingDevice.h>
Public Attributes | |
TaskStreamRef | id |
The id of this stream. | |
ServiceRegistry * | registry |
The registry associated to the task being run. | |
uv_work_t * | task |
The libuv task handle. | |
bool | running = false |
Wether or not this task is running. | |
Definition at line 60 of file DataProcessingDevice.h.
TaskStreamRef o2::framework::TaskStreamInfo::id |
The id of this stream.
Definition at line 62 of file DataProcessingDevice.h.
ServiceRegistry* o2::framework::TaskStreamInfo::registry |
The registry associated to the task being run.
Definition at line 64 of file DataProcessingDevice.h.
bool o2::framework::TaskStreamInfo::running = false |
Wether or not this task is running.
Definition at line 68 of file DataProcessingDevice.h.
uv_work_t* o2::framework::TaskStreamInfo::task |
The libuv task handle.
Definition at line 66 of file DataProcessingDevice.h.