
#include <machine/InterpGenerator.hpp>
Public Member Functions | |
| InterpGenerator () | |
| ~InterpGenerator () | |
| void | initParams (const openfluid::ware::WareParams_t &Params) |
| void | prepareData () |
| void | checkConsistency () |
| openfluid::base::SchedulingRequest | initializeRun () |
| openfluid::base::SchedulingRequest | runStep () |
| void | finalizeRun () |
| void openfluid::machine::InterpGenerator::checkConsistency | ( | ) | [virtual] |
Checks the simulator consistency. Internally called by the framework.
Implements openfluid::ware::PluggableSimulator.
| void openfluid::machine::InterpGenerator::finalizeRun | ( | ) | [inline, virtual] |
Internally called by the framework.
Implements openfluid::ware::PluggableSimulator.
Internally called by the framework.
Implements openfluid::ware::PluggableSimulator.
| void openfluid::machine::InterpGenerator::initParams | ( | const openfluid::ware::WareParams_t & | Params | ) | [virtual] |
Initializes simulator parameters of the simulator, given as a hash map. Internally called by the framework.
Implements openfluid::ware::PluggableSimulator.
| void openfluid::machine::InterpGenerator::prepareData | ( | ) | [virtual] |
Prepares data. Internally called by the framework.
Reimplemented from openfluid::machine::Generator.
Internally called by the framework.
Implements openfluid::ware::PluggableSimulator.
1.7.6.1