A function with one argument which get its return value from a signal. More...
#include <signal_function.h>
Public Member Functions | |
SignalFunction (Signal *ret_=NULL) | |
void | setReturnSignal (Signal *ret_) |
virtual Ret | operator() (const Arg &a) |
void | init (MBSim::Element::InitStage stage) |
void | initializeUsingXML (xercesc::DOMElement *element) |
Protected Attributes | |
std::string | retString |
Signal * | ret |
A function with one argument which get its return value from a signal.