3 #ifndef __BOTTLE_EXTRACT__
4 #define __BOTTLE_EXTRACT__
6 #include <yarp/os/MonitorObject.h>
14 bool create(
const yarp::os::Property& options)
override;
15 void destroy(
void)
override;
17 bool setparam(
const yarp::os::Property& params)
override;
18 bool getparam(yarp::os::Property& params)
override;
20 void trig(
void)
override;
22 bool accept(yarp::os::Things& thing)
override;
23 yarp::os::Things& update(yarp::os::Things& thing)
override;
26 int index, subindex, subsubindex;
27 bool hasSubindex() {
return (subindex != NOT_USED); }
28 bool hasSubsubindex() {
return (subsubindex != NOT_USED); }
30 static const int NOT_USED;
The main, catch-all namespace for Robotics Lab UC3M.
Definition: groups.dox:6