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

VxWorks

开发平台:

C/C++

  1. /* msgQDisthow.h - distributed message queue show library header (VxFusion) */
  2. /* Copyright 1999 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,28jul98,drm  written.
  7. */
  8. #ifndef __INCmsgQDistShowh
  9. #define __INCmsgQDistShowh
  10. #include "vxWorks.h"
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif /* __cplusplus */
  14. /* function declarations */
  15. #if defined(__STDC__) || defined(__cplusplus)
  16. void msgQDistShowInit (void);
  17. #else   /* __STDC__ */
  18. void msgQDistShowInit ();
  19. #endif  /* __STDC__ */
  20. #ifdef __cplusplus
  21. }
  22. #endif /* __cplusplus */
  23. #endif /* __INCmsgQDistShowh */