Lely core libraries  2.3.4
__can_timer Struct Reference

A CAN timer. More...

Collaboration diagram for __can_timer:

Data Fields

struct pnode node
 The node of this timer in the tree of timers.
 
can_net_tnet
 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_tfunc
 A pointer to the callback function invoked by can_net_set_time().
 
void * data
 A pointer to the user-specified data for func.
 

Detailed Description

A CAN timer.

Definition at line 63 of file net.c.


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