
#include <machine/FixedGenerator.hpp>
Public Member Functions | |
| FixedGenerator () | |
| ~FixedGenerator () | |
| void | initParams (const openfluid::ware::WareParams_t &Params) |
| void | checkConsistency () |
| openfluid::base::SchedulingRequest | initializeRun () |
| openfluid::base::SchedulingRequest | runStep () |
| void | finalizeRun () |
| void openfluid::machine::FixedGenerator::checkConsistency | ( | ) | [inline, virtual] |
Checks the simulator consistency. Internally called by the framework.
Implements openfluid::ware::PluggableSimulator.
| void openfluid::machine::FixedGenerator::finalizeRun | ( | ) | [inline, virtual] |
Internally called by the framework.
Implements openfluid::ware::PluggableSimulator.
Internally called by the framework.
Implements openfluid::ware::PluggableSimulator.
| void openfluid::machine::FixedGenerator::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.
Internally called by the framework.
Implements openfluid::ware::PluggableSimulator.
1.7.6.1