Inheritance diagram for DiscreteTimeSystems::Integrator:


Public Member Functions | |
| Integrator (int n) | |
| virtual | ~Integrator () |
| virtual bool | isStatefulBlock () |
| virtual void | updateState () |
| virtual void | updateOutput () |
Definition at line 9 of file integrator.h.
| virtual bool DiscreteTimeSystems::Integrator::isStatefulBlock | ( | ) | [inline, virtual] |
Returns true if this is a stateful block
Implements DiscreteTimeSystems::Block.
Definition at line 21 of file integrator.h.
| void DiscreteTimeSystems::Integrator::updateState | ( | ) | [virtual] |
Updates the block state, but does not update the output
Implements DiscreteTimeSystems::Block.
Definition at line 27 of file integrator.cpp.
| void DiscreteTimeSystems::Integrator::updateOutput | ( | ) | [virtual] |
Only updates the output
Implements DiscreteTimeSystems::Block.
Definition at line 36 of file integrator.cpp.
1.5.1