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

#include <WorkflowSerializationHelpers.h>

Static Public Member Functions

static bool import (std::istream &s, std::vector< DataProcessorSpec > &workflow, std::vector< DataProcessorInfo > &metadata, CommandInfo &command)
 
static void dump (std::ostream &o, std::vector< DataProcessorSpec > const &workflow, std::vector< DataProcessorInfo > const &metadata, CommandInfo const &commandInfo)
 

Detailed Description

Definition at line 24 of file WorkflowSerializationHelpers.h.

Member Function Documentation

◆ dump()

void o2::framework::WorkflowSerializationHelpers::dump ( std::ostream &  o,
std::vector< DataProcessorSpec > const &  workflow,
std::vector< DataProcessorInfo > const &  metadata,
CommandInfo const &  commandInfo 
)
static

FIXME: this only works for a selected set of InputSpecs... a proper way to fully serialize an InputSpec with a DataDescriptorMatcher is needed.

Definition at line 977 of file WorkflowSerializationHelpers.cxx.

◆ import()

bool o2::framework::WorkflowSerializationHelpers::import ( std::istream &  s,
std::vector< DataProcessorSpec > &  workflow,
std::vector< DataProcessorInfo > &  metadata,
CommandInfo command 
)
static
Returns
false if the previous workflow failed to generate a valid config, true otherwise

Definition at line 930 of file WorkflowSerializationHelpers.cxx.


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