|
socan 1.2.1
Linux SocketCAN higher level library
|
queue for CAN objects. More...
Data Fields | |
| int | elements |
| int | head |
| int | tail |
| sq_elm * | data |
| pthread_mutex_t | qmutex |
| sem_t | qsem |
| bool | empty |
queue for CAN objects.
This queue stores sq_elm objects, which consist of a CAN object id (aka "cob") and a CAN port. The queue is thread safe. The read function blocks when the queue is empty.