|
Lely core libraries
1.9.2
|
A CAN frame receiver. More...

Data Fields | |
| struct rbnode | node |
| The node of this receiver in the tree of receivers. | |
| struct dlnode | list |
| The list of CAN frame receivers with the same key. | |
| can_net_t * | net |
| A pointer to the network interface with which this receiver is registered. | |
| can_recv_key_t | key |
| The key used in node. | |
| can_recv_func_t * | func |
| A pointer to the callback function invoked by can_net_recv(). | |
| void * | data |
| A pointer to the user-specified data for func. | |