YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
ControlBoardInterfacesImpl.cpp
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3
* SPDX-FileCopyrightText: 2006-2010 RobotCub Consortium
4
* SPDX-License-Identifier: BSD-3-Clause
5
*/
6
7
#include "
yarp/dev/ControlBoardInterfacesImpl.h
"
8
#include <
yarp/os/Log.h
>
9
10
#include <cstdio>
11
using namespace
yarp::dev
;
12
13
bool
StubImplEncodersRaw::NOT_YET_IMPLEMENTED(
const
char
*func)
14
{
15
if
(func) {
16
yError
(
"%s: not yet implemented\n"
, func);
17
}
else
{
18
yError
(
"Function not yet implemented\n"
);
19
}
20
21
return
false
;
22
}
ControlBoardInterfacesImpl.h
Log.h
yError
#define yError(...)
Definition
Log.h:361
yarp::dev
For streams capable of holding different kinds of content, check what they actually have.
Definition
jointData.cpp:13
YARP
3.11.2
src
libYARP_dev
src
yarp
dev
ControlBoardInterfacesImpl.cpp
Generated on Sat Mar 1 2025 02:35:32 for YARP by
1.9.8