#include <ResultWriter.h>
|
virtual bool | createFile (const std::string &filename, double startTime, double stopTime)=0 |
|
virtual void | closeFile ()=0 |
|
virtual void | writeFile ()=0 |
|
◆ ResultWriter() [1/2]
oms::ResultWriter::ResultWriter |
( |
unsigned int |
bufferSize | ) |
|
◆ ~ResultWriter()
oms::ResultWriter::~ResultWriter |
( |
| ) |
|
|
virtual |
◆ ResultWriter() [2/2]
oms::ResultWriter::ResultWriter |
( |
ResultWriter const & |
copy | ) |
|
|
private |
◆ addParameter()
void oms::ResultWriter::addParameter |
( |
const std::string & |
name, |
|
|
const std::string & |
description, |
|
|
SignalType_t |
type, |
|
|
SignalValue_t |
value |
|
) |
| |
◆ addSignal()
unsigned int oms::ResultWriter::addSignal |
( |
const std::string & |
name, |
|
|
const std::string & |
description, |
|
|
SignalType_t |
type |
|
) |
| |
◆ close()
void oms::ResultWriter::close |
( |
| ) |
|
◆ closeFile()
virtual void oms::ResultWriter::closeFile |
( |
| ) |
|
|
protectedpure virtual |
◆ create()
bool oms::ResultWriter::create |
( |
const std::string & |
filename, |
|
|
double |
startTime, |
|
|
double |
stopTime |
|
) |
| |
◆ createFile()
virtual bool oms::ResultWriter::createFile |
( |
const std::string & |
filename, |
|
|
double |
startTime, |
|
|
double |
stopTime |
|
) |
| |
|
protectedpure virtual |
◆ emit()
void oms::ResultWriter::emit |
( |
double |
time | ) |
|
◆ operator=()
◆ updateSignal()
void oms::ResultWriter::updateSignal |
( |
unsigned int |
id, |
|
|
SignalValue_t |
value |
|
) |
| |
◆ writeFile()
virtual void oms::ResultWriter::writeFile |
( |
| ) |
|
|
protectedpure virtual |
◆ bufferSize
unsigned int oms::ResultWriter::bufferSize |
|
protected |
◆ data_2
double* oms::ResultWriter::data_2 |
|
protected |
◆ nEmits
unsigned int oms::ResultWriter::nEmits |
|
protected |
◆ parameters
std::vector<Parameter> oms::ResultWriter::parameters |
|
protected |
◆ signals
std::vector<Signal> oms::ResultWriter::signals |
|
protected |
The documentation for this class was generated from the following files:
- /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/src/OMSimulatorLib/ResultWriter.h
- /var/lib/jenkins/workspace/OMSimulator_maintenance_v2.0/src/OMSimulatorLib/ResultWriter.cpp