Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals

_s_interface Struct Reference

#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)


Detailed Description

Definition at line 126 of file interfaces.h.


Field Documentation

int _s_interface::activecount
 

Definition at line 127 of file interfaces.h.

Referenced by boardopenchannel(), boardprobe(), boardshutdown(), and boardstartup().

int(* _s_interface::changestatusfunction)(int, int, int)
 

Referenced by boardchangestatus().

int(* _s_interface::closechannelfunction)(int)
 

Referenced by boardshutdown().

int(* _s_interface::openchannelfunction)(int)
 

Referenced by boardopenchannel().

int(* _s_interface::probefunction)()
 

Referenced by boardprobe().

int(* _s_interface::readfunction)(int, can_frame *)
 

Referenced by boardread().

int(* _s_interface::shutdownfunction)()
 

Referenced by boardshutdown().

int(* _s_interface::startupfunction)()
 

Referenced by boardstartup().

int(* _s_interface::updatestatusfunction)(int)
 

Referenced by boardchangestatus(), boardopenchannel(), boardshutdown(), and boardupdatestatus().

int(* _s_interface::writefunction)(int, can_frame *)
 

Referenced by boardwrite().


The documentation for this struct was generated from the following file:
Generated on Wed Feb 22 13:31:29 2006 for CANapi by  doxygen 1.4.4