29 yCInfo(SEGFAULT) <<
"Starting thread";
31 yCInfo(SEGFAULT) <<
"Thread started";
43 yCInfo(SEGFAULT) <<
"Waiting for" <<
m_delay <<
"seconds before crashing";
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
bool close() override
Close the DeviceDriver.
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
void run() override
Main body of the new thread.
A base class for nested structures that can be searched.
bool start()
Start the new thread running.
#define yCInfo(component,...)
#define yCWarning(component,...)
#define YARP_LOG_COMPONENT(name,...)
void delay(double seconds)
Wait for a certain number of seconds.