9 #ifndef YARP_SEGFAULT_SEGFAULT_H
10 #define YARP_SEGFAULT_SEGFAULT_H
30 bool close()
override;
bool close() override
Close the DeviceDriver.
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
SegFault & operator=(const SegFault &)=delete
SegFault(SegFault &&)=delete
void run() override
Main body of the new thread.
SegFault & operator=(SegFault &&)=delete
SegFault(const SegFault &)=delete
Interface implemented by all device drivers.
A base class for nested structures that can be searched.
An abstraction for a thread of execution.