kb_dc_dataparse.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:1k
- //
- //-----------------------------------------------------------------------------
- // Standard include files:
- //-----------------------------------------------------------------------------
- #include "kb_dc_fileproc.h"
- //-----------------------------------------------------------------------------
- // Types and defines:
- //-----------------------------------------------------------------------------
- extern DCDIR *gDCDir;
- extern DCFILE *gDCFile;
- //-----------------------------------------------------------------------------
- // Internal Prototypes:
- //-----------------------------------------------------------------------------
- extern void ResetTimeOut(void);
- extern void SetDCDIR(DCDIR *dir);
- extern DCDIR * GetDCDIR(void);
- extern void SetDCFILE(DCFILE *file);
- extern DCFILE * GetDCFILE(void);
- extern int BuildMergedFile(DCFILE *dcfile);
- extern int ParseDIISection(const char* fileName,unsigned char *buf,unsigned long length);
- extern int ParseModuleDDBSection(unsigned char *buf,unsigned int modId);
- extern int ParseALLDDBSection(unsigned char *buf,unsigned int firstModId);
- extern void PrintfDCFileData(DCFILE *file);
- extern void PrintfDDBData(unsigned char *data, int size,int blockNo);