YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
IFakeDeviceInterfaceTest1.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2025-2025 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6#ifndef YARP_DEV_IFAKEDEVICENTERFACETEST1_H
7#define YARP_DEV_IFAKEDEVICENTERFACETEST1_H
8
9#include <yarp/dev/api.h>
11
12namespace yarp::dev::test {
13
32
33} // namespace yarp::dev::test
34
35#endif // YARP_DEV_IFAKEDEVICENTERFACETEST1_H
A fake interface for testing,debugging and development purposes.
virtual ~IFakeDeviceInterfaceTest1()
Destructor.
virtual yarp::dev::ReturnValue doSomething()=0
A method for testing purposes.
#define YARP_dev_API
Definition api.h:18