
#include <machine/InjectGenerator.hpp>
Public Member Functions | |
| InjectGenerator () | |
| ~InjectGenerator () | |
| 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::InjectGenerator::checkConsistency | ( | ) | [virtual] |
Checks the simulator consistency. Internally called by the framework.
Implements openfluid::ware::PluggableSimulator.
| void openfluid::machine::InjectGenerator::finalizeRun | ( | ) | [inline, virtual] |
Internally called by the framework.
Implements openfluid::ware::PluggableSimulator.
Internally called by the framework.
Implements openfluid::ware::PluggableSimulator.
| void openfluid::machine::InjectGenerator::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::InjectGenerator::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