YARP
Yet Another Robot Platform
ControlBoardInterfacesImpl.cpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
3
* Copyright (C) 2006-2010 RobotCub Consortium
4
* All rights reserved.
5
*
6
* This software may be modified and distributed under the terms of the
7
* BSD-3-Clause license. See the accompanying LICENSE file for details.
8
*/
9
10
#include "
yarp/dev/ControlBoardInterfacesImpl.h
"
11
#include <
yarp/os/Log.h
>
12
13
#include <cstdio>
14
using namespace
yarp::dev
;
15
16
bool
StubImplEncodersRaw::NOT_YET_IMPLEMENTED
(
const
char
*func)
17
{
18
if
(func)
19
yError
(
"%s: not yet implemented\n"
, func);
20
else
21
yError
(
"Function not yet implemented\n"
);
22
23
return
false
;
24
}
yError
#define yError(...)
Definition:
Log.h:282
yarp::dev
An interface for the device drivers.
Definition:
audioBufferSizeData.cpp:17
NOT_YET_IMPLEMENTED
bool NOT_YET_IMPLEMENTED(const char *txt)
Definition:
DynamixelAX12FtdiDriver.cpp:25
Log.h
ControlBoardInterfacesImpl.h
YARP
3.4.100+20201223.2+gitb8ea4d712
src
libYARP_dev
src
yarp
dev
ControlBoardInterfacesImpl.cpp
Generated on Sun Jan 3 2021 02:46:23 for YARP by
1.8.20