6#ifndef YARP_SEGFAULT_SEGFAULT_H
7#define YARP_SEGFAULT_SEGFAULT_H
35 bool close()
override;
This class is the parameters parser for class SegFault.
test_segfault: A test device that causes a segmentation fault.
bool close() override
Close the DeviceDriver.
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
SegFault & operator=(SegFault &&)=delete
SegFault(SegFault &&)=delete
void run() override
Main body of the new thread.
SegFault & operator=(const 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.