00001 00010 #ifndef CCTALK_CHANNEL_DEFS_H 00011 #define CCTALK_CHANNEL_DEFS_H 00012 00023 typedef enum 00024 { 00025 eCCTALK_CHANNEL_A, 00026 eCCTALK_CHANNEL_B, 00028 eCCTALK_CHANNEL_C, 00032 eCCTALK_CHANNEL_END 00033 } teCCTALK_CHANNEL; 00034 00035 00040 typedef struct 00041 { 00042 teCCTALK_CHANNEL eChannelId; 00043 char *pacSerialPortDef; 00044 } tsCCTALK_CHANNEL_DEF; 00045 00046 00047 extern tsCCTALK_CHANNEL_DEF sCctalkChannelDef[]; 00048 00049 #endif /* CCTALK_CHANNEL_DEFS_H */
1.3.6