|
| ExternSignalSink (const std::string &name="") |
|
void | updateSignal () |
|
void | setSignal (Signal *sig) |
|
void | initializeUsingXML (xercesc::DOMElement *element) |
|
void | init (InitStage stage) |
|
int | getSignalSize () const |
|
| Signal (const std::string &name) |
|
void | init (InitStage stage) |
|
virtual void | updateg () |
|
virtual void | updategd () |
|
virtual void | updateWRef (const fmatvec::Mat &ref, int i=0) |
|
virtual void | updateVRef (const fmatvec::Mat &ref, int i=0) |
|
virtual void | updatehRef (const fmatvec::Vec &hRef, int i=0) |
|
virtual void | updatedhdqRef (const fmatvec::Mat &ref, int i=0) |
|
virtual void | updatedhduRef (const fmatvec::SqrMat &ref, int i=0) |
|
virtual void | updatedhdtRef (const fmatvec::Vec &ref, int i=0) |
|
virtual void | updaterRef (const fmatvec::Vec &ref, int i=0) |
|
virtual bool | isActive () const |
|
virtual bool | gActiveChanged () |
|
virtual bool | isSingleValued () const |
|
std::string | getType () const |
|
virtual void | plot () |
|
const fmatvec::VecV & | getSignal (bool check=true) |
|
const fmatvec::VecV & | evalSignal () |
|
void | resetUpToDate () |
|
Atom & | operator= (const Atom &) |
|
void | setMessageStreamActive (MsgType type, bool active) |
|
void | getMessageStream (MsgType type, std::shared_ptr< bool > &a, std::shared_ptr< std::ostream > &s) |
|
void | adoptMessageStreams (const Atom *src=NULL) |
|
std::ostream & | msg (MsgType type) |
|
bool | msgAct (MsgType type) |
|
A dummy Signal class which just feeds a signal throught. The aim of this class is just to mark a signal for external use. Hence e.g. the FMI export or co-simulation searches for all classes of this type and use all these elements as signal outputs of the system.