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

#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.
 

Detailed Description

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.

Member Data Documentation

◆ args

std::vector<char*> o2::framework::DeviceExecution::args

The options passed to a given device.

Definition at line 26 of file DeviceExecution.h.

◆ environ

std::vector<char*> o2::framework::DeviceExecution::environ

The environment to be passed to a given device.

Definition at line 28 of file DeviceExecution.h.


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