wdbFuncBind.c
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:0k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* wdbFuncBind.c - indirect module calls for the wdb agent */
  2. /* Copyright 1984-1994 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01b,07jun95,ms added __wdbEvtptDeleteAll
  7. 01a,12jan95,ms  written.
  8. */
  9. /*
  10. DESCPRIPTION
  11. This library is used to decouple some wdb modules.
  12. */
  13. #include "vxWorks.h"
  14. #include "rpc/rpc.h"
  15. BOOL (*__wdbEventListIsEmpty) (void);
  16. void (*__wdbEvtptDeleteAll) (void);