6#ifndef YARP_FAKEDEVICEWRAPPED_H
7#define YARP_FAKEDEVICEWRAPPED_H
37 bool close()
override;
FakeDeviceWrapped: A simple device for testing purposes.
FakeDeviceWrapped(FakeDeviceWrapped &&)=delete
bool close() override
Close the DeviceDriver.
FakeDeviceWrapped & operator=(const FakeDeviceWrapped &)=delete
FakeDeviceWrapped()=default
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
FakeDeviceWrapped & operator=(FakeDeviceWrapped &&)=delete
yarp::dev::ReturnValue testGetValue(int &value) override
This method is used to get a single value from a test device.
yarp::dev::ReturnValue testSetValue(int value) override
This method is used to set a single value inside the test device.
~FakeDeviceWrapped() override=default
FakeDeviceWrapped(const FakeDeviceWrapped &)=delete
Interface implemented by all device drivers.
A test interface used internally by continuous integration.
A base class for nested structures that can be searched.