|
iCub-main
|
#include <mutex>#include <condition_variable>#include <yarp/os/Time.h>#include <yarp/os/Log.h>#include <yarp/dev/DeviceDriver.h>#include <yarp/dev/CanBusInterface.h>#include "canControlConstants.h"
Include dependency graph for SharedCanBus.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | yarp::dev::CanBusAccessPoint |
sharedcan : implements ICanBus interface for multiple access from a single access can driver (for example cfw2can). More... | |
Namespaces | |
| namespace | yarp |
| Copyright (C) 2008 RobotCub Consortium. | |
| namespace | yarp::dev |
Macros | |
| #define | UNREQ 0 |
| Copyright (C) 2012 RobotCub Consortium. | |
| #define | REQST 1 |
| #define REQST 1 |
Definition at line 29 of file SharedCanBus.h.
| #define UNREQ 0 |
Copyright (C) 2012 RobotCub Consortium.
Author: Alessandro Scalzo
CopyPolicy: Released under the terms of the GNU GPL v2.0.
This file can be edited at src/modules/shcan/SharedCanBus.h
Definition at line 28 of file SharedCanBus.h.