A test interface used internally by continuous integration. More...
#include <yarp/dev/testInterfaces/IFakeDeviceInterfaceTest2.h>
Public Member Functions | |
virtual | ~IFakeDeviceInterfaceTest2 () |
virtual yarp::dev::ReturnValue | testSetValue (int value)=0 |
This method is used to set a single value inside the test device. | |
virtual yarp::dev::ReturnValue | testGetValue (int &value)=0 |
This method is used to get a single value from a test device. | |
A test interface used internally by continuous integration.
See devices: fakeDeviceWrapped, fakeDeviceUnwrapped, fakeDeviceWrapper.
Definition at line 20 of file IFakeDeviceInterfaceTest2.h.
|
virtualdefault |
|
pure virtual |
This method is used to get a single value from a test device.
Implemented in FakeDeviceUnwrapped, FakeDeviceWrapped, and FakeDeviceWrapper.
|
pure virtual |
This method is used to set a single value inside the test device.
Implemented in FakeDeviceUnwrapped, FakeDeviceWrapped, and FakeDeviceWrapper.