📄 distnameshow.html
字号:
<html><head><!-- /vobs/wpwr/docs/vxworks/ref/distNameShow.html - generated by refgen from distNameShow.c --> <title> distNameShow </title></head><body bgcolor="#FFFFFF"> <hr><a name="top"></a><p align=right><a href="libIndex.htm"><i>VxWorks API Reference : OS Libraries</i></a></p></blockquote><h1>distNameShow</h1> <blockquote></a></blockquote><h4>NAME</h4><blockquote> <p><strong>distNameShow</strong> - distributed name database show routines (VxFusion option) </p></blockquote><h4>ROUTINES</h4><blockquote><p><p><b><a href="./distNameShow.html#distNameShow">distNameShow</a>( )</b> - display the entire distributed name database (VxFusion option)<br><b><a href="./distNameShow.html#distNameFilterShow">distNameFilterShow</a>( )</b> - display the distributed name database filtered by type (VxFusion option)<br><p></blockquote><h4>DESCRIPTION</h4><blockquote><p>This library provides routines for displaying the contents of thedistributed name database.<p></blockquote><h4>AVAILABILITY</h4><blockquote><p>This module is distributed as a component of the unbundled distributedmessage queues option, VxFusion.<p></blockquote><h4>INCLUDE FILES</h4><blockquote><p><b>distNameLib.h</b><p></blockquote><h4>SEE ALSO</h4><blockquote><p><b><a href="./distNameLib.html#top">distNameLib</a></b><hr><a name="distNameShow"></a><p align=right><a href="rtnIndex.htm"><i>OS Libraries : Routines</i></a></p></blockquote><h1>distNameShow( )</h1> <blockquote></a></blockquote><h4>NAME</h4><blockquote> <p><strong>distNameShow( )</strong> - display the entire distributed name database (VxFusion option)</p></blockquote><h4>SYNOPSIS</h4><blockquote><p><pre>void distNameShow (void)</pre></blockquote><h4>DESCRIPTION</h4><blockquote><p>This routine displays the entire contents of the distributed name database.The data displayed includes the symbolic ASCII name, the type, and the value.If the type is not pre-defined, it is printed in decimal and thevalue shown in a hexdump.<p></blockquote><h4>NOTE</h4><blockquote><p><p>Option <b>VX_FP_TASK</b> should be set when spawning any task in which<b><a href="./distNameShow.html#distNameShow">distNameShow</a>( )</b> is called unless it is certain that no floatingpoint values will be in the database. The target shell has this option set.<p></blockquote><h4>EXAMPLE</h4><blockquote><p><p><pre>-> distNameShow() NAME TYPE VALUE-------------------- -------------- -------------------------nile T_DIST_NODE 0x930b2617 (2466981399)columbia T_DIST_NODE 0x930b2616 (2466981398)dmq-01 T_DIST_MSG_Q 0x3ff9fbdmq-02 T_DIST_MSG_Q 0x3ff98bdmq-03 T_DIST_MSG_Q 0x3ff94bdmq-04 T_DIST_MSG_Q 0x3ff8dbdmq-05 T_DIST_MSG_Q 0x3ff89bgData 4096 0x48 0x65 0x6c 0x6c 0x6f 0x00 gCount T_DIST_UINT32 0x2d (45)grp1 T_DIST_MSG_Q 0x3ff9bbgrp2 T_DIST_MSG_Q 0x3ff90bvalue = 0 = 0x0</pre></blockquote><h4>AVAILABILITY</h4><blockquote><p>This routine is distributed as a component of the unbundled distributedmessage queues option, VxFusion.<p></blockquote><h4>RETURNS</h4><blockquote><p>N/A</blockquote><h4>SEE ALSO</h4><blockquote><p><b><a href="./distNameShow.html#top">distNameShow</a></b><hr><a name="distNameFilterShow"></a><p align=right><a href="rtnIndex.htm"><i>OS Libraries : Routines</i></a></p></blockquote><h1>distNameFilterShow( )</h1> <blockquote></a></blockquote><h4>NAME</h4><blockquote> <p><strong>distNameFilterShow( )</strong> - display the distributed name database filtered by type (VxFusion option)</p></blockquote><h4>SYNOPSIS</h4><blockquote><p><pre>void distNameFilterShow ( DIST_NAME_TYPE type /* type to filter the database by */ )</pre></blockquote><h4>DESCRIPTION</h4><blockquote><p>This routine displays the contents of the distributed name databasefiltered by <i>type</i>. The data displayed includes the symbolic ASCII name, the type, and the value. If the type is not pre-defined, it is printed in decimal and the value shown in a hexdump.<p></blockquote><h4>NOTE</h4><blockquote><p><p>Option <b>VX_FP_TASK</b> should be set when spawning any task in which<b><a href="./distNameShow.html#distNameFilterShow">distNameFilterShow</a>( )</b> is called unless it is certain that no floatingpoint values will be displayed. The target shell has this option set.<p></blockquote><h4>EXAMPLE</h4><blockquote><p><p><pre>-> distNameFilterShow(0) NAME TYPE VALUE-------------------- -------------- -------------------------dmq-01 T_DIST_MSG_Q 0x3ff9fbdmq-02 T_DIST_MSG_Q 0x3ff98bdmq-03 T_DIST_MSG_Q 0x3ff94bdmq-04 T_DIST_MSG_Q 0x3ff8dbdmq-05 T_DIST_MSG_Q 0x3ff89bgrp1 T_DIST_MSG_Q 0x3ff9bbgrp2 T_DIST_MSG_Q 0x3ff90bvalue = 0 = 0x0</pre></blockquote><h4>AVAILABILITY</h4><blockquote><p>This routine is distributed as a component of the unbundled distributedmessage queues option, VxFusion.<p></blockquote><h4>RETURNS</h4><blockquote><p>N/A</blockquote><h4>SEE ALSO</h4><blockquote><p><b><a href="./distNameShow.html#top">distNameShow</a></b></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -