23 static bool override = getenv(
"DPL_DEFAULT_PIPELINE_LENGTH");
25 static unsigned int retval = atoi(getenv(
"DPL_DEFAULT_PIPELINE_LENGTH"));
40 char* explicitMode = getenv(
"O2_DPL_DEPLOYMENT_MODE");
41 if (explicitMode !=
nullptr) {
42 if (strcmp(explicitMode,
"OnlineDDS") == 0) {
44 }
else if (strcmp(explicitMode,
"OnlineECS") == 0) {
46 }
else if (strcmp(explicitMode,
"OnlineAUX") == 0) {
48 }
else if (strcmp(explicitMode,
"Local") == 0) {
50 }
else if (strcmp(explicitMode,
"Grid") == 0) {
52 }
else if (strcmp(explicitMode,
"FST") == 0) {
55 throw std::runtime_error(
"Invalid deployment mode");
Defining PrimaryVertex explicitly as messageable.
static DeploymentMode deploymentMode()
static unsigned int pipelineLength()
get max number of timeslices in the queue
static bool onlineDeploymentMode()
@true if running online