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