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

#include <DDSConfigHelpers.h>

Static Public Member Functions

static void dumpDeviceSpec2DDS (std::ostream &out, DriverMode mode, std::string const &workflowSuffix, std::vector< DataProcessorSpec > const &workflow, std::vector< DataProcessorInfo > const &metadata, std::vector< DeviceSpec > const &specs, std::vector< DeviceExecution > const &executions, CommandInfo const &commandInfo)
 

Detailed Description

Helper to dump DDS configuration to run in a deployed manner. out is a stream where the configuration will be printed mode is the mode in which the workflow is being run workflow is the workflow to dump metadata is the metadata to dump workflowSuffix a suffix to add to all the ids in the workflow specs is the internal representation of the dataflow topology which we want to dump. executions is the transient parameters for the afore mentioned specifications the full command being used

Definition at line 39 of file DDSConfigHelpers.h.

Member Function Documentation

◆ dumpDeviceSpec2DDS()

void o2::framework::DDSConfigHelpers::dumpDeviceSpec2DDS ( std::ostream &  out,
DriverMode  mode,
std::string const &  workflowSuffix,
std::vector< DataProcessorSpec > const &  workflow,
std::vector< DataProcessorInfo > const &  metadata,
std::vector< DeviceSpec > const &  specs,
std::vector< DeviceExecution > const &  executions,
CommandInfo const &  commandInfo 
)
static

Definition at line 115 of file DDSConfigHelpers.cxx.


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