01vxWorks.cdf
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /*
  2. Copyright 1984 - 2002 Wind River Systems, Inc.
  3. modification history
  4. --------------------
  5. 01t,11jul02,j_s  add WDB_MTU to INCLUDE_WDB_COMM_END as a configuration
  6.  parameter (SPR 74291)
  7. 01s,26jun00,niq  written
  8. DESCRIPTION
  9. This file contains updated descriptions for some vxWorks components
  10. defined in 00vxWorks.cdf. It updates those definitons with the new ones
  11. needed for the Raptor release
  12. */
  13. Component INCLUDE_WDB_COMM_END {
  14. NAME WDB END driver connection
  15. SYNOPSIS supports both task and system mode debugging
  16. CONFIGLETTES wdbEnd.c
  17. CFG_PARAMS      WDB_MTU 
  18. MUX_MAX_BINDS 
  19. MODULES wdbEndPktDrv.o
  20. MACRO_NEST INCLUDE_WDB
  21. HDR_FILES wdb/wdbUdpLib.h wdb/wdbLib.h 
  22. wdb/wdbLibP.h drv/wdb/wdbEndPktDrv.h 
  23. private/funcBindP.h end.h muxLib.h 
  24. muxTkLib.h
  25. REQUIRES INCLUDE_END
  26. HELP tgtsvr WDB
  27. }
  28. Parameter MUX_MAX_BINDS
  29.         {
  30.         NAME            MUX max bind value
  31.         SYNOPSIS        Default number of bindings that MUX allows
  32.         TYPE            uint
  33.         DEFAULT         16
  34.         }