Export yaml files.
More...
#include <yaml_export.h>
|
void | emitHeader (const SignalHeader &header, YAML::Emitter &emitter) |
|
void | emitIndexedValues (const IndexedValuesSignal &signal, YAML::Emitter &emitter, bool wrap_in_map=true) |
|
void | emitIndexedValuesSet (const IndexedValuesSetSignal &signal, YAML::Emitter &emitter, bool wrap_in_map=true) |
|
void | emitMatrix (const MatrixSignal &signal, YAML::Emitter &emitter, bool wrap_in_map=true) |
|
void | emitMatrixSet (const MatrixSetSignal &signal, YAML::Emitter &emitter, bool wrap_in_map=true) |
|
void | emitSignalGroup (const CommonSignalTarget::SignalGroup &signal_group, YAML::Emitter &emitter, bool wrap_in_map=true) |
|
void | emitTimeSeries (const TimeSeries &time_series, YAML::Emitter &emitter, bool wrap_in_map=true) |
|
void | emitTimeSeries (const TimeSeriesSignal &signal, YAML::Emitter &emitter, bool wrap_in_map=true) |
|
void | emitTimeSeriesSequence (const TimeSeriesSequenceSignal &signal, YAML::Emitter &emitter, bool wrap_in_map=true) |
|
bool | write_file (const YAML::Emitter &emitter, const std::string &filename) |
|
◆ Ptr
◆ YamlExporter()
corbo::YamlExporter::YamlExporter |
( |
| ) |
|
◆ emitHeader()
void corbo::YamlExporter::emitHeader |
( |
const SignalHeader & |
header, |
|
|
YAML::Emitter & |
emitter |
|
) |
| |
|
private |
◆ emitIndexedValues()
void corbo::YamlExporter::emitIndexedValues |
( |
const IndexedValuesSignal & |
signal, |
|
|
YAML::Emitter & |
emitter, |
|
|
bool |
wrap_in_map = true |
|
) |
| |
|
private |
◆ emitIndexedValuesSet()
void corbo::YamlExporter::emitIndexedValuesSet |
( |
const IndexedValuesSetSignal & |
signal, |
|
|
YAML::Emitter & |
emitter, |
|
|
bool |
wrap_in_map = true |
|
) |
| |
|
private |
◆ emitMatrix()
void corbo::YamlExporter::emitMatrix |
( |
const MatrixSignal & |
signal, |
|
|
YAML::Emitter & |
emitter, |
|
|
bool |
wrap_in_map = true |
|
) |
| |
|
private |
◆ emitMatrixSet()
void corbo::YamlExporter::emitMatrixSet |
( |
const MatrixSetSignal & |
signal, |
|
|
YAML::Emitter & |
emitter, |
|
|
bool |
wrap_in_map = true |
|
) |
| |
|
private |
◆ emitSignalGroup()
◆ emitTimeSeries() [1/2]
void corbo::YamlExporter::emitTimeSeries |
( |
const TimeSeries & |
time_series, |
|
|
YAML::Emitter & |
emitter, |
|
|
bool |
wrap_in_map = true |
|
) |
| |
|
private |
◆ emitTimeSeries() [2/2]
void corbo::YamlExporter::emitTimeSeries |
( |
const TimeSeriesSignal & |
signal, |
|
|
YAML::Emitter & |
emitter, |
|
|
bool |
wrap_in_map = true |
|
) |
| |
|
private |
◆ emitTimeSeriesSequence()
void corbo::YamlExporter::emitTimeSeriesSequence |
( |
const TimeSeriesSequenceSignal & |
signal, |
|
|
YAML::Emitter & |
emitter, |
|
|
bool |
wrap_in_map = true |
|
) |
| |
|
private |
◆ exportIndexedValuesSetSignal()
bool corbo::YamlExporter::exportIndexedValuesSetSignal |
( |
const std::string & |
filename, |
|
|
const IndexedValuesSetSignal & |
signal |
|
) |
| |
|
overridevirtual |
◆ exportIndexedValuesSignal()
bool corbo::YamlExporter::exportIndexedValuesSignal |
( |
const std::string & |
filename, |
|
|
const IndexedValuesSignal & |
signal |
|
) |
| |
|
overridevirtual |
◆ exportMatrixSetSignal()
bool corbo::YamlExporter::exportMatrixSetSignal |
( |
const std::string & |
filename, |
|
|
const MatrixSetSignal & |
signal |
|
) |
| |
|
overridevirtual |
◆ exportMatrixSignal()
bool corbo::YamlExporter::exportMatrixSignal |
( |
const std::string & |
filename, |
|
|
const MatrixSignal & |
signal |
|
) |
| |
|
overridevirtual |
◆ exportSignalGroup()
◆ exportTimeSeries()
bool corbo::YamlExporter::exportTimeSeries |
( |
const std::string & |
filename, |
|
|
const TimeSeries & |
time_series |
|
) |
| |
|
overridevirtual |
◆ exportTimeSeriesSequenceSignal()
bool corbo::YamlExporter::exportTimeSeriesSequenceSignal |
( |
const std::string & |
filename, |
|
|
const TimeSeriesSequenceSignal & |
signal |
|
) |
| |
|
overridevirtual |
◆ exportTimeSeriesSignal()
bool corbo::YamlExporter::exportTimeSeriesSignal |
( |
const std::string & |
filename, |
|
|
const TimeSeriesSignal & |
signal |
|
) |
| |
|
overridevirtual |
◆ getFileSuffix()
std::string corbo::YamlExporter::getFileSuffix |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getFormatName()
std::string corbo::YamlExporter::getFormatName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getInstance()
◆ isSupportingIndexedValuesSetSignal()
bool corbo::YamlExporter::isSupportingIndexedValuesSetSignal |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ isSupportingIndexedValuesSignal()
bool corbo::YamlExporter::isSupportingIndexedValuesSignal |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ isSupportingMatrixSetSignal()
bool corbo::YamlExporter::isSupportingMatrixSetSignal |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ isSupportingMatrixSignal()
bool corbo::YamlExporter::isSupportingMatrixSignal |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ isSupportingSignalGroup()
bool corbo::YamlExporter::isSupportingSignalGroup |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ isSupportingTimeSeries()
bool corbo::YamlExporter::isSupportingTimeSeries |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ isSupportingTimeSeriesSequenceSignal()
bool corbo::YamlExporter::isSupportingTimeSeriesSequenceSignal |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ isSupportingTimeSeriesSignal()
bool corbo::YamlExporter::isSupportingTimeSeriesSignal |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ write_file()
bool corbo::YamlExporter::write_file |
( |
const YAML::Emitter & |
emitter, |
|
|
const std::string & |
filename |
|
) |
| |
|
private |
The documentation for this class was generated from the following file: