msgqdistgrpshow.h
来自「the vxworks system kernel souce packeg.t」· C头文件 代码 · 共 43 行
H
43 行
/* 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 __cplusplusextern "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 */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?