10 #define YARP_INCLUDING_DEPRECATED_HEADER_ON_PURPOSE
12 #undef YARP_INCLUDING_DEPRECATED_HEADER_ON_PURPOSE
virtual ~Runnable()
Destructor.
virtual void close()
User-defined procedure for stopping execution.
virtual bool threadInit()
Initialization method.
virtual void run()
Body to run - could be periodic or continuous.
virtual void afterStart(bool success)
Should be called from the creator after the thread exists and before a call that requested the thread...
virtual void beforeStart()
Should be called from the creator before the thread exists and before a call that requested the threa...
virtual void threadRelease()
Release method.
#define YARP_WARNING_POP
Ends a temporary alteration of the enabled warnings.
#define YARP_WARNING_PUSH
Starts a temporary alteration of the enabled warnings.
#define YARP_DISABLE_DEPRECATED_WARNING
Disable deprecated warnings in the following code.