All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Protected Attributes | List of all members
MBSimControl::SignalFunction< Ret(Arg1, Arg2)> Class Template Reference

A function with two arguments which get its return value from a signal. More...

#include <signal_function.h>

Inheritance diagram for MBSimControl::SignalFunction< Ret(Arg1, Arg2)>:
MBSim::Function< Ret(Arg1, Arg2)> MBSim::FunctionBase MBSim::Element fmatvec::Atom

Public Member Functions

 SignalFunction (Signal *ret_=NULL)
 
void setReturnSignal (Signal *ret_)
 
virtual Ret operator() (const Arg1 &a1, const Arg2 &a2)
 
void init (MBSim::Element::InitStage stage)
 
void initializeUsingXML (xercesc::DOMElement *element)
 
MBSim::ElementgetDependency () const
 
- Public Member Functions inherited from fmatvec::Atom
Atomoperator= (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)
 

Protected Attributes

std::string retString
 
Signalret
 

Additional Inherited Members

- Public Types inherited from fmatvec::Atom
enum  MsgType
 
- Static Public Member Functions inherited from fmatvec::Atom
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)
 
- Protected Member Functions inherited from fmatvec::Atom
 Atom (const Atom &src)
 

Detailed Description

template<typename Ret, typename Arg1, typename Arg2>
class MBSimControl::SignalFunction< Ret(Arg1, Arg2)>

A function with two arguments which get its return value from a signal.


The documentation for this class was generated from the following file:

Impressum / Disclaimer / Datenschutz Generated by doxygen 1.8.5 Valid HTML