#include <interfaces.h>
Data Fields | |
| int | activecount |
| int(* | probefunction )() |
| int(* | startupfunction )() |
| int(* | openchannelfunction )(int) |
| int(* | closechannelfunction )(int) |
| int(* | shutdownfunction )() |
| int(* | readfunction )(int, can_frame *) |
| int(* | writefunction )(int, can_frame *) |
| int(* | updatestatusfunction )(int) |
| int(* | changestatusfunction )(int, int, int) |
Definition at line 126 of file interfaces.h.
|
|
Definition at line 127 of file interfaces.h. Referenced by boardopenchannel(), boardprobe(), boardshutdown(), and boardstartup(). |
|
|
Referenced by boardchangestatus(). |
|
|
Referenced by boardshutdown(). |
|
|
Referenced by boardopenchannel(). |
|
|
Referenced by boardprobe(). |
|
|
Referenced by boardread(). |
|
|
Referenced by boardshutdown(). |
|
|
Referenced by boardstartup(). |
|
|
Referenced by boardchangestatus(), boardopenchannel(), boardshutdown(), and boardupdatestatus(). |
|
|
Referenced by boardwrite(). |
1.4.4