10 #ifndef YARP_DEV_SERVICEINTERFACES_H
11 #define YARP_DEV_SERVICEINTERFACES_H
Common interface for devices that act like services (by which we mean they do something for remote us...
virtual bool startService()
Initiate the service, whatever it is.
virtual bool stopService()
Shut down the service, whatever it is.
virtual bool updateService()
Give the service the chance to run for a while.
The main, catch-all namespace for YARP.