#include <fake/fakeDevice_nws_yarp/FakeDeviceServerImpl.h>
Inheritance diagram for FakeServerRPCd:Public Member Functions | |
| void | setInterface (yarp::dev::test::IFakeDeviceInterfaceTest1 *_iFake) |
| void | unsetInterface () |
| yarp::dev::ReturnValue | doSomethingRPC () override |
Public Member Functions inherited from FakeTestMsgs | |
| 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. | |
Public Member Functions inherited from yarp::os::Wire | |
| 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). | |
Public Member Functions inherited from yarp::os::PortReader | |
| 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.