|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_SEGFAULT_SEGFAULT_H
10 #define YARP_SEGFAULT_SEGFAULT_H
34 bool close()
override;
42 #endif // YARP_SEGFAULT_SEGFAULT_H
A base class for nested structures that can be searched.
void run() override
Main body of the new thread.
Interface implemented by all device drivers.
An abstraction for a thread of execution.
SegFault & operator=(SegFault &&)=delete
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
test_segfault: A test device that causes a segmentation fault.
SegFault(SegFault &&)=delete
SegFault & operator=(const SegFault &)=delete
SegFault(const SegFault &)=delete
bool close() override
Close the DeviceDriver.