#include <fake/fakeDevice_nws_yarp/FakeDeviceServerImpl.h>
Public Member Functions | |
void | setInterface (yarp::dev::test::IFakeDeviceInterfaceTest1 *_iFake) |
void | unsetInterface () |
yarp::dev::ReturnValue | doSomethingRPC () override |
![]() | |
virtual yarp::os::ApplicationNetworkProtocolVersion | getLocalProtocolVersion () |
virtual yarp::os::ApplicationNetworkProtocolVersion | getRemoteProtocolVersion () |
virtual bool | checkProtocolVersion () |
FakeTestMsgs () | |
virtual std::vector< std::string > | help (const std::string &functionName="--all") |
bool | read (yarp::os::ConnectionReader &connection) override |
Read this object from a network connection. | |
![]() | |
yarp::os::WireLink & | yarp () |
Get YARP state associated with this object. | |
const yarp::os::WireLink & | yarp () const |
Get YARP state associated with this object (const version). | |
![]() | |
virtual | ~PortReader () |
Destructor. | |
virtual Type | getReadType () const |
Definition at line 12 of file FakeDeviceServerImpl.h.
|
overridevirtual |
Reimplemented from FakeTestMsgs.
Definition at line 15 of file FakeDeviceServerImpl.cpp.
void FakeServerRPCd::setInterface | ( | yarp::dev::test::IFakeDeviceInterfaceTest1 * | _iFake | ) |
Definition at line 33 of file FakeDeviceServerImpl.cpp.
void FakeServerRPCd::unsetInterface | ( | ) |
Definition at line 38 of file FakeDeviceServerImpl.cpp.