YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
FakeDeviceServerImpl.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2023-2023 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
7#include <yarp/os/Bottle.h>
9
10#include "FakeTestMsgs.h"
11
13{
14private:
16
17public:
18
20 void unsetInterface();
21
22 // From FakeTestMsgs
24};
void setInterface(yarp::dev::test::IFakeDeviceInterfaceTest1 *_iFake)
yarp::dev::ReturnValue doSomethingRPC() override
A fake interface for testing,debugging and development purposes.