Project
Loading...
Searching...
No Matches
o2::framework::TaskStreamInfo Struct Reference

#include <DataProcessingDevice.h>

Public Attributes

TaskStreamRef id
 The id of this stream.
 
ServiceRegistryregistry
 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.
 

Detailed Description

Definition at line 60 of file DataProcessingDevice.h.

Member Data Documentation

◆ id

TaskStreamRef o2::framework::TaskStreamInfo::id

The id of this stream.

Definition at line 62 of file DataProcessingDevice.h.

◆ registry

ServiceRegistry* o2::framework::TaskStreamInfo::registry

The registry associated to the task being run.

Definition at line 64 of file DataProcessingDevice.h.

◆ running

bool o2::framework::TaskStreamInfo::running = false

Wether or not this task is running.

Definition at line 68 of file DataProcessingDevice.h.

◆ task

uv_work_t* o2::framework::TaskStreamInfo::task

The libuv task handle.

Definition at line 66 of file DataProcessingDevice.h.


The documentation for this struct was generated from the following file: