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

VxWorks

开发平台:

C/C++

  1. /* msgQDistGrpShow.h - distributed group show library header (VxFusion) */
  2. /* Copyright 1999 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,09jul97,ur   written.
  7. */
  8. #ifndef __INCmsgQDistGrpShowh
  9. #define __INCmsgQDistGrpShowh
  10. #include "vxWorks.h"
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif /* __cplusplus */
  14. /* function declarations */
  15. #if defined(__STDC__) || defined(__cplusplus)
  16. void msgQDistGrpShowInit (void);
  17. STATUS msgQDistGrpShow (char *distGrpName);
  18. STATUS msgQDistGrpDbShow (void);
  19. #else   /* __STDC__ */
  20. void msgQDistGrpShowInit ();
  21. STATUS msgQDistGrpShow ();
  22. STATUS msgQDistGrpDbShow ();
  23. #endif  /* __STDC__ */
  24. #ifdef __cplusplus
  25. }
  26. #endif /* __cplusplus */
  27. #endif /* __INCmsgQDistGrpShowh */