YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarp::dev::test::IFakeDeviceInterfaceTest2 Class Referenceabstract

A test interface used internally by continuous integration. More...

#include <yarp/dev/testInterfaces/IFakeDeviceInterfaceTest2.h>

+ Inheritance diagram for yarp::dev::test::IFakeDeviceInterfaceTest2:

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.
 

Detailed Description

A test interface used internally by continuous integration.

See devices: fakeDeviceWrapped, fakeDeviceUnwrapped, fakeDeviceWrapper.

Definition at line 20 of file IFakeDeviceInterfaceTest2.h.

Constructor & Destructor Documentation

◆ ~IFakeDeviceInterfaceTest2()

yarp::dev::test::IFakeDeviceInterfaceTest2::~IFakeDeviceInterfaceTest2 ( )
virtualdefault

Member Function Documentation

◆ testGetValue()

virtual yarp::dev::ReturnValue yarp::dev::test::IFakeDeviceInterfaceTest2::testGetValue ( int &  value)
pure virtual

This method is used to get a single value from a test device.

Implemented in FakeDeviceUnwrapped, FakeDeviceWrapped, and FakeDeviceWrapper.

◆ testSetValue()

virtual yarp::dev::ReturnValue yarp::dev::test::IFakeDeviceInterfaceTest2::testSetValue ( int  value)
pure virtual

This method is used to set a single value inside the test device.

Implemented in FakeDeviceUnwrapped, FakeDeviceWrapped, and FakeDeviceWrapper.


The documentation for this class was generated from the following files: