#include <SimSignalComp.h>
|
| 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) |
|
virtual Task::List | getTasks () |
|
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 () |
|
Base class for all signal type components that have only unidirectional connections
Definition at line 17 of file SimSignalComp.h.
◆ List
typedef std::vector<Ptr> CPS::SimSignalComp::List |
◆ Ptr
◆ Behaviour
enum CPS::SimSignalComp::Behaviour |
◆ SimSignalComp() [1/2]
CPS::SimSignalComp::SimSignalComp |
( |
String | uid, |
|
|
String | name, |
|
|
Logger::Level | logLevel = Logger::Level::off ) |
|
inline |
◆ SimSignalComp() [2/2]
CPS::SimSignalComp::SimSignalComp |
( |
String | name, |
|
|
Logger::Level | logLevel = Logger::Level::off ) |
|
inline |
◆ ~SimSignalComp()
virtual CPS::SimSignalComp::~SimSignalComp |
( |
| ) |
|
|
inlinevirtual |
◆ getTasks()
virtual Task::List CPS::SimSignalComp::getTasks |
( |
| ) |
|
|
inlinevirtual |
◆ initialize() [1/2]
virtual void CPS::SimSignalComp::initialize |
( |
Real | omega, |
|
|
Real | timeStep ) |
|
inlinevirtual |
◆ initialize() [2/2]
virtual void CPS::SimSignalComp::initialize |
( |
Real | timeStep | ) |
|
|
inlinevirtual |
◆ setBehaviour()
void CPS::SimSignalComp::setBehaviour |
( |
Behaviour | behaviour | ) |
|
|
inline |
Set behavior of component, e.g. initialization.
Definition at line 47 of file SimSignalComp.h.
◆ mBehaviour
Bool CPS::SimSignalComp::mBehaviour = Behaviour::Simulation |
|
protected |
Determine state of the simulation, e.g. to implement special behavior for components during initialization
Definition at line 24 of file SimSignalComp.h.
The documentation for this class was generated from the following file: