kb_dc_dataparse.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:1k
源码类别:

DVD

开发平台:

C/C++

  1. //
  2. //-----------------------------------------------------------------------------
  3. // Standard include files:
  4. //-----------------------------------------------------------------------------
  5. #include  "kb_dc_fileproc.h"
  6. //-----------------------------------------------------------------------------
  7. // Types and defines:
  8. //-----------------------------------------------------------------------------
  9. extern DCDIR  *gDCDir;
  10. extern DCFILE *gDCFile;
  11. //-----------------------------------------------------------------------------
  12. // Internal Prototypes:
  13. //-----------------------------------------------------------------------------
  14. extern void ResetTimeOut(void);
  15. extern void  SetDCDIR(DCDIR *dir);
  16. extern DCDIR * GetDCDIR(void);
  17. extern void SetDCFILE(DCFILE *file);           
  18. extern DCFILE * GetDCFILE(void);
  19. extern int BuildMergedFile(DCFILE *dcfile);
  20. extern int ParseDIISection(const char* fileName,unsigned char *buf,unsigned long length);
  21. extern int ParseModuleDDBSection(unsigned char *buf,unsigned int modId);
  22. extern int ParseALLDDBSection(unsigned char *buf,unsigned int firstModId);
  23. extern void   PrintfDCFileData(DCFILE *file);
  24. extern void PrintfDDBData(unsigned char *data, int size,int blockNo);