|
iCub-main
|
#include "fbCanBusMessage.h"#include "fakeBoard.h"#include "msgList.h"#include <yarp/dev/DeviceDriver.h>#include <yarp/dev/CanBusInterface.h>#include <memory.h>#include <list>
Include dependency graph for fakeCan.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | yarp::dev::FakeCanMessage |
| class | Boards |
| class | yarp::dev::FakeCan |
fakecan : implements yarp::dev::ICanBus for a software (fake) can bus board. More... | |
Namespaces | |
| namespace | yarp |
| Copyright (C) 2008 RobotCub Consortium. | |
| namespace | yarp::dev |
Typedefs | |
| typedef std::list< FakeBoard * >::iterator | BoardsIt |
| typedef std::list< FakeBoard * >::const_iterator | BoardsConstIt |
| typedef std::list<FakeBoard*>::const_iterator BoardsConstIt |