VxWorks Reference Manual : Libraries

msgQDistShow

NAME

msgQDistShow - distributed message queue show routines (VxFusion)

ROUTINES

msgQDistShowInit( ) - initialize the distributed message queue show package

DESCRIPTION

This library provides show routines for distributed message queues. Do not call these show routines directly. Instead, use 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.

INCLUDE FILES

msgQDistShow.h

SEE ALSO

msgQDistShow, msgQDistLib, msgQShow


Libraries : Routines

msgQDistShowInit( )

NAME

msgQDistShowInit( ) - initialize the distributed message queue show package

SYNOPSIS


void msgQDistShowInit ()

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.

RETURNS

N/A

SEE ALSO

msgQDistShow