wdt_chn_api.h
上传用户:sunhongbo
上传日期:2022-01-25
资源大小:3010k
文件大小:1k
源码类别:

数据库系统

开发平台:

C/C++

  1. /*===============================================================================
  2.  File Name:wdt_chn_api.h
  3.  Author:QJX
  4.  Create Time:2007-8-15
  5.  
  6.  Description:channel num control
  7.  Class Name:"CHN"
  8.  History:
  9. ===============================================================================*/
  10. #ifndef __WDT_CHN_API_H_
  11. #define __WDT_CHN_API_H_
  12. /*-------------------------------------------------------------------------------
  13. Macro Define
  14. -------------------------------------------------------------------------------*/
  15. #define DEF_CHN(lpClassName,x,y,nWidth,nHeight,ID,parentID,stylewidth,styleheight) 
  16. lpClassName,x,y,nWidth,nHeight,ID,parentID,0,0,0,0,0,stylewidth,styleheight,0,0,
  17. /*-------------------------------------------------------------------------------
  18. Constant Define
  19. -------------------------------------------------------------------------------*/
  20. #define WDT_CHN_SV_DATA      1
  21. #define WDT_CHN_SV_NUM       2
  22. #define WDT_CHN_SV_KEY  3
  23. #define WDT_CHN_SV_CLR  4
  24. #define WDT_CHN_SV_DES  5
  25. #define WDT_CHN_SV_DESSHOW   6
  26. /*-------------------------------------------------------------------------------
  27. Function Declare
  28. -------------------------------------------------------------------------------*/
  29. void WDT_CHN_API_Register(void);
  30. PU08 WDT_CHN_API_GetVersion(void);
  31. #endif
  32.