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