A fake interface for testing,debugging and development purposes. More...
#include <yarp/dev/testInterfaces/IFakeDeviceInterfaceTest1.h>
Public Member Functions | |
virtual | ~IFakeDeviceInterfaceTest1 () |
Destructor. | |
virtual yarp::dev::ReturnValue | doSomething ()=0 |
A method for testing purposes. | |
A fake interface for testing,debugging and development purposes.
Definition at line 19 of file IFakeDeviceInterfaceTest1.h.
|
virtualdefault |
Destructor.
|
pure virtual |
A method for testing purposes.
Implemented in FakeDevice_nwc_yarp, and FakeDeviceUnwrapped.