Lely core libraries 2.3.5
__can_net Struct Reference

A CAN network interface. More...

Collaboration diagram for __can_net:

Data Fields

struct pheap timer_heap
 The heap containing all timers.
struct timespec time
 The current time.
struct timespec next
 The time at which the next timer triggers.
can_timer_func_tnext_func
 A pointer to the callback function invoked by can_net_set_next().
void * next_data
 A pointer to user-specified data for next_func.
struct rbtree recv_tree
 The tree containing all receivers.
can_send_func_tsend_func
 A pointer to the callback function invoked by can_net_send().
void * send_data
 A pointer to the user-specified data for send_func.

Detailed Description

A CAN network interface.

Definition at line 37 of file net.c.


The documentation for this struct was generated from the following file: