www.pudn.com > IEC104_codeamaterial.rar > extios_h.h, change:2010-09-21,size:537b
/*------------------------------------------------------------------------ Module: extios_h.h Author: solar Project: Creation Date: Description: ------------------------------------------------------------------------*/ #ifndef _EXTIOSH_H #define _EXTIOSH_H #include "syscfg.h" #include "pcol.h" typedef struct{ VPcol Col; /*必须在最前面*/ int cnt_ms; BYTE byDiCnt; BYTE byCnt; int nNoFrm; }VExtIoSH; void extio_high_Init(int tid); void extios_high(VExtIoSH *pBus); #endif