YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
IDummyTest.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6#ifndef IDUMMYTEST_H
7#define IDUMMYTEST_H
8
9#include <yarp/dev/api.h>
10
11namespace yarp::dev::tests
12{
14 {
15 bool b = true;
16 return b;
17 }
18}
19
20#endif
bool exec_dummy_test()
Definition IDummyTest.h:13
#define YARP_dev_API
Definition api.h:18