|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef MONITORBINDING_INC
10 #define MONITORBINDING_INC
48 #endif //MONITORBINDING_INC_
virtual bool hasUpdate()=0
virtual bool canAccept()=0
virtual bool peerTrigged()=0
virtual bool setParams(const yarp::os::Property ¶ms)=0
Base class for generic things.
virtual yarp::os::Things & updateData(yarp::os::Things &thing)=0
virtual bool getParams(yarp::os::Property ¶ms)=0
virtual const char * getAcceptConstraint()=0
virtual bool hasUpdateReply()=0
virtual bool load(const yarp::os::Property &options)=0
virtual yarp::os::Things & updateReply(yarp::os::Things &thing)=0
virtual ~MonitorBinding()
Class MonitorBinding.
static MonitorBinding * create(const char *script_type)
factory method
virtual bool hasAccept()=0
virtual bool acceptData(yarp::os::Things &thing)=0
virtual bool setAcceptConstraint(const char *constraint)=0
A class for storing options and configuration information.