/* $Id: isegcan.h,v 1.3 2003/05/10 07:56:48 wafer Exp $ */ #ifndef _ISEC_CAN_INC_ #define _ISEC_CAN_INC_ #ifdef __cplusplus extern "C" { #endif char InitCanSystem(int HwNbr, uw16 PortAdr, uw16 Intr, uchar BitRate, void *Application, char *string); char CanLogOnOff(uw16 *, uchar *, uchar *, char *); void Write2Can(uw16 ID, uchar *CanBuff, char *TStamp); void ReInitCanSystem(char reinit); void Write2Can(uw16 ID, uchar *CanBuff, char *TStamp); char WriteReadfCan(uw16 ID, uchar *CanBuff, char *TStamp); char ReadfCan(uw16 *ID, uchar *CanBuff, char *TStamp); #ifdef __cplusplus } #endif #endif