![]() |
Project
|
#include <DeviceExecution.h>
Public Attributes | |
std::vector< char * > | args |
The options passed to a given device. | |
std::vector< char * > | environ |
The environment to be passed to a given device. | |
This represent one single execution of a Device. It's meant to hold information which can change between one execution of a Device and the other, e.g. the executable name or the arguments it is started with.
Definition at line 24 of file DeviceExecution.h.
std::vector<char*> o2::framework::DeviceExecution::args |
The options passed to a given device.
Definition at line 26 of file DeviceExecution.h.
std::vector<char*> o2::framework::DeviceExecution::environ |
The environment to be passed to a given device.
Definition at line 28 of file DeviceExecution.h.