Interface for a can bus device.
More...
#include <yarp/dev/CanBusInterface.h>
Interface for a can bus device.
Definition at line 173 of file CanBusInterface.h.
◆ ~ICanBus()
virtual yarp::dev::ICanBus::~ICanBus |
( |
| ) |
|
|
inlinevirtual |
◆ canGetBaudRate()
virtual bool yarp::dev::ICanBus::canGetBaudRate |
( |
unsigned int * |
rate | ) |
|
|
pure virtual |
◆ canIdAdd()
virtual bool yarp::dev::ICanBus::canIdAdd |
( |
unsigned int |
id | ) |
|
|
pure virtual |
◆ canIdDelete()
virtual bool yarp::dev::ICanBus::canIdDelete |
( |
unsigned int |
id | ) |
|
|
pure virtual |
◆ canRead()
virtual bool yarp::dev::ICanBus::canRead |
( |
CanBuffer & |
msgs, |
|
|
unsigned int |
size, |
|
|
unsigned int * |
read, |
|
|
bool |
wait = false |
|
) |
| |
|
pure virtual |
◆ canSetBaudRate()
virtual bool yarp::dev::ICanBus::canSetBaudRate |
( |
unsigned int |
rate | ) |
|
|
pure virtual |
◆ canWrite()
virtual bool yarp::dev::ICanBus::canWrite |
( |
const CanBuffer & |
msgs, |
|
|
unsigned int |
size, |
|
|
unsigned int * |
sent, |
|
|
bool |
wait = false |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: