Public Member Functions | |
TemperatureSensor (const std::string &name="") | |
std::string | getType () const |
int | getSignalSize () const |
void | init (InitStage stage) |
![]() | |
virtual void | plot () |
virtual void | updateWRef (const fmatvec::Mat &ref, int i=0)=0 |
virtual void | updateVRef (const fmatvec::Mat &ref, int i=0)=0 |
virtual void | updatehRef (const fmatvec::Vec &hRef, int i=0)=0 |
virtual void | updaterRef (const fmatvec::Vec &ref, int i=0)=0 |
![]() | |
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) |
Additional Inherited Members | |
![]() | |
enum | MsgType |
![]() | |
static void | setCurrentMessageStream (MsgType type, const std::shared_ptr< bool > &a=std::make_shared< bool >(true), const std::shared_ptr< std::ostream > &s=std::make_shared< std::ostream >(std::cout.rdbuf())) |
static std::ostream & | msgStatic (MsgType type) |
static bool | msgActStatic (MsgType type) |
![]() | |
Atom (const Atom &src) | |