VxWorks API Reference : OS Libraries
msgQDistShow - distributed message queue show routines (VxFusion option)
msgQDistShowInit( ) - initialize the distributed message queue show package (VxFusion option)
This library provides show routines for distributed message queues. The user does not call these show routines directly. Instead, he uses the msgQShow library routine msgQShow( ) to display the contents of a message queue, regardless of its type. The msgQShow( ) routine calls the distributed show routines, as necessary.
This module is distributed as a component of the unbundled distributed message queues option, VxFusion.
msgQDistShow.h
msgQDistShowInit( ) - initialize the distributed message queue show package (VxFusion option)
void msgQDistShowInit (void)
This routine initializes the distributed message queue show package.
This routine is called automatically when a target boots using a VxWorks image with VxFusion installed and show routines enabled.
This routine is distributed as a component of the unbundled distributed message queues option, VxFusion.
N/A