SpecialSignalOperation with advanced functionality. More...
#include <signal_manipulation.h>
Public Member Functions | |
SpecialSignalOperation (const std::string &name="") | |
void | initializeUsingXML (xercesc::DOMElement *element) |
void | init (InitStage stage) |
void | setSignal (Signal *signal_) |
void | setSecondSignal (Signal *signal_) |
void | setSecondSignalValues (fmatvec::VecV s2_) |
void | setOperator (unsigned int op_) |
fmatvec::VecV | getSignal () |
![]() | |
Signal (const std::string &name) | |
virtual void | updateg (double t) |
virtual void | updategd (double t) |
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 (double t, double dt=1) |
![]() | |
Atom & | operator= (const Atom &) |
void | setMessageStreamActive (MsgType type, bool active) |
void | getMessageStream (MsgType type, boost::shared_ptr< bool > &a, boost::shared_ptr< std::ostream > &s) |
void | adoptMessageStreams (const Atom *src=NULL) |
std::ostream & | msg (MsgType type) |
bool | msgAct (MsgType type) |
Private Attributes | |
Signal * | s |
Signal * | s2 |
std::string | signalString |
std::string | signal2String |
unsigned int | op |
fmatvec::VecV | s2values |
Additional Inherited Members | |
![]() | |
enum | MsgType |
![]() | |
static void | setCurrentMessageStream (MsgType type, const boost::shared_ptr< bool > &a=boost::make_shared< bool >(true), const boost::shared_ptr< std::ostream > &s=boost::make_shared< std::ostream >(std::cout.rdbuf())) |
static std::ostream & | msgStatic (MsgType type) |
static bool | msgActStatic (MsgType type) |
![]() | |
Atom (const Atom &src) | |
SpecialSignalOperation with advanced functionality.