|
| Integrator (String name, Logger::Level logLevel=Logger::Level::off) |
|
void | setParameters (Real timestep) |
| Setter for integration step parameter.
|
|
void | setInitialValues (Real input_init, Real state_init, Real output_init) |
| Setter for initial values.
|
|
void | signalPreStep (Real time, Int timeStepCount) |
| pre step operations
|
|
void | signalStep (Real time, Int timeStepCount) |
| step operations
|
|
void | signalAddPreStepDependencies (AttributeBase::List &prevStepDependencies, AttributeBase::List &attributeDependencies, AttributeBase::List &modifiedAttributes) |
| pre step dependencies
|
|
void | signalAddStepDependencies (AttributeBase::List &prevStepDependencies, AttributeBase::List &attributeDependencies, AttributeBase::List &modifiedAttributes) |
| add step dependencies
|
|
Task::List | getTasks () |
|
| SimSignalComp (String uid, String name, Logger::Level logLevel=Logger::Level::off) |
|
| SimSignalComp (String name, Logger::Level logLevel=Logger::Level::off) |
|
virtual void | initialize (Real timeStep) |
|
virtual void | initialize (Real omega, Real timeStep) |
|
void | setBehaviour (Behaviour behaviour) |
| Set behavior of component, e.g. initialization.
|
|
| TopologicalSignalComp (String uid, String name, Logger::Level logLevel=Logger::Level::off) |
| Basic constructor that takes UID, name and log level.
|
|
| TopologicalSignalComp (String name, Logger::Level logLevel=Logger::Level::off) |
| Basic constructor that takes name and log level and sets the UID to name as well.
|
|
| IdentifiedObject (const String &uid, const String &name) |
|
| IdentifiedObject (const String &name) |
|
AttributeBase::Ptr | attribute (const String &name) const |
| Return pointer to an attribute.
|
|
template<typename T > |
Attribute< T >::Ptr | attributeTyped (const String &name) const |
| Return pointer to an attribute.
|
|
const AttributeBase::Map & | attributes () const |
|
String | name () |
|
String | uid () |
| Returns unique id.
|
|
String | type () |
| Get component type (cross-platform)
|
|
virtual String | description () |
|
Definition at line 19 of file Integrator.h.