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;