VxWorks Reference Manual : Libraries

dspShow

NAME

dspShow - dsp show routines

ROUTINES

dspShowInit( ) - initialize the dsp show facility
dspTaskRegsShow( ) - print the contents of a task's dsp registers

DESCRIPTION

This library provides the routines necessary to show a task's optional dsp context. To use this facility, it must first be installed using dspShowInit( ). The facility is included automatically when INCLUDE_SHOW_ROUTINES and INCLUDE_DSP are defined in configAll.h.

This library enhances task information routines, such as ti( ), to display the dsp context.

INCLUDE FILES

dspLib.h

SEE ALSO

dspShow, dspLib


Libraries : Routines

dspShowInit( )

NAME

dspShowInit( ) - initialize the dsp show facility

SYNOPSIS


void dspShowInit (void)

DESCRIPTION

This routine links the dsp show facility into the VxWorks system. The facility is included automatically when INCLUDE_SHOW_ROUTINES and INCLUDE_DSP are defined in configAll.h.

RETURNS

N/A

SEE ALSO

dspShow


Libraries : Routines

dspTaskRegsShow( )

NAME

dspTaskRegsShow( ) - print the contents of a task's dsp registers

SYNOPSIS

void dspTaskRegsShow
    (
    int task /* task to display dsp registers for */
    )

DESCRIPTION

This routine prints to standard output the contents of a task's dsp registers.

RETURNS

N/A

SEE ALSO

dspShow