![]() |
Project
|
#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) |
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.
|
static |
Definition at line 115 of file DDSConfigHelpers.cxx.