VxWorks API Reference : OS Libraries

msgQDistShow

NAME

msgQDistShow - distributed message queue show routines (VxFusion option)

ROUTINES

msgQDistShowInit( ) - initialize the distributed message queue show package (VxFusion option)

DESCRIPTION

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.

AVAILABILITY

This module is distributed as a component of the unbundled distributed message queues option, VxFusion.

INCLUDE FILES

msgQDistShow.h

SEE ALSO

msgQDistLib, msgQShow


OS Libraries : Routines

msgQDistShowInit( )

NAME

msgQDistShowInit( ) - initialize the distributed message queue show package (VxFusion option)

SYNOPSIS

void msgQDistShowInit (void)

DESCRIPTION

This routine initializes the distributed message queue show package.

NOTE

This routine is called automatically when a target boots using a VxWorks image with VxFusion installed and show routines enabled.

AVAILABILITY

This routine is distributed as a component of the unbundled distributed message queues option, VxFusion.

RETURNS

N/A

SEE ALSO

msgQDistShow