msgQDistGrpShow.h
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* msgQDistGrpShow.h - distributed group show library header (VxFusion) */
- /* Copyright 1999 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01a,09jul97,ur written.
- */
- #ifndef __INCmsgQDistGrpShowh
- #define __INCmsgQDistGrpShowh
- #include "vxWorks.h"
- #ifdef __cplusplus
- extern "C" {
- #endif /* __cplusplus */
- /* function declarations */
- #if defined(__STDC__) || defined(__cplusplus)
- void msgQDistGrpShowInit (void);
- STATUS msgQDistGrpShow (char *distGrpName);
- STATUS msgQDistGrpDbShow (void);
- #else /* __STDC__ */
- void msgQDistGrpShowInit ();
- STATUS msgQDistGrpShow ();
- STATUS msgQDistGrpDbShow ();
- #endif /* __STDC__ */
- #ifdef __cplusplus
- }
- #endif /* __cplusplus */
- #endif /* __INCmsgQDistGrpShowh */