27 #ifndef ACADO_TOOLKIT_SIMULATION_BLOCK_HPP 28 #define ACADO_TOOLKIT_SIMULATION_BLOCK_HPP 157 #include <acado/simulation_environment/simulation_block.ipp> 160 #endif // ACADO_TOOLKIT_SIMULATION_BLOCK_HPP Allows real time measurements based on the system's clock.
BooleanType isDefined() const
Allows to pass back messages to the calling function.
returnValue setSamplingTime(double _samplingTime)
#define CLOSE_NAMESPACE_ACADO
returnValue setName(BlockName _name)
BlockName getName() const
Encapsulates all user interaction for setting options, logging data and plotting results.
void rhs(const real_t *x, real_t *f)
double getSamplingTime() const
const double DEFAULT_SAMPLING_TIME
Base class for building-blocks of the SimulationEnvironment.
#define BEGIN_NAMESPACE_ACADO
SimulationBlock & operator=(const SimulationBlock &rhs)
virtual ~SimulationBlock()