socketcan
: implements yarp::dev::ICanBus for a linux socketcan.
More...
#include <SocketCan.h>
|
| SocketCan () |
|
| ~SocketCan () |
|
virtual bool | canSetBaudRate (unsigned int rate) |
|
virtual bool | canGetBaudRate (unsigned int *rate) |
|
virtual bool | canIdAdd (unsigned int id) |
|
virtual bool | canIdDelete (unsigned int id) |
|
virtual bool | canRead (CanBuffer &msgs, unsigned int size, unsigned int *read, bool wait=false) |
|
virtual bool | canWrite (const CanBuffer &msgs, unsigned int size, unsigned int *sent, bool wait=false) |
|
virtual bool | open (yarp::os::Searchable &par) |
|
virtual bool | close () |
|
socketcan
: implements yarp::dev::ICanBus for a linux socketcan.
YARP device name |
socketcan |
Definition at line 106 of file SocketCan.h.
◆ SocketCan()
◆ ~SocketCan()
SocketCan::~SocketCan |
( |
| ) |
|
◆ canGetBaudRate()
bool SocketCan::canGetBaudRate |
( |
unsigned int * |
rate | ) |
|
|
virtual |
◆ canIdAdd()
bool SocketCan::canIdAdd |
( |
unsigned int |
id | ) |
|
|
virtual |
◆ canIdDelete()
bool SocketCan::canIdDelete |
( |
unsigned int |
id | ) |
|
|
virtual |
◆ canRead()
bool SocketCan::canRead |
( |
CanBuffer & |
msgs, |
|
|
unsigned int |
size, |
|
|
unsigned int * |
read, |
|
|
bool |
wait = false |
|
) |
| |
|
virtual |
◆ canSetBaudRate()
bool SocketCan::canSetBaudRate |
( |
unsigned int |
rate | ) |
|
|
virtual |
◆ canWrite()
bool SocketCan::canWrite |
( |
const CanBuffer & |
msgs, |
|
|
unsigned int |
size, |
|
|
unsigned int * |
sent, |
|
|
bool |
wait = false |
|
) |
| |
|
virtual |
◆ close()
bool SocketCan::close |
( |
void |
| ) |
|
|
virtual |
◆ open()
bool SocketCan::open |
( |
yarp::os::Searchable & |
par | ) |
|
|
virtual |
The documentation for this class was generated from the following files: