Lely core libraries
2.3.4
|
A CAN timer. More...
Data Fields | |
struct pnode | node |
The node of this timer in the tree of timers. | |
can_net_t * | net |
A pointer to the network interface with which this timer is registered. | |
struct timespec | start |
The time at which the timer should trigger. | |
struct timespec | interval |
The interval between successive triggers. | |
can_timer_func_t * | func |
A pointer to the callback function invoked by can_net_set_time(). | |
void * | data |
A pointer to the user-specified data for func. | |