VxWorks Reference Manual : Libraries
dspShow - dsp show routines
dspShowInit( ) - initialize the dsp show facility
dspTaskRegsShow( ) - print the contents of a task's dsp registers
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.
dspLib.h
dspShowInit( ) - initialize the dsp show facility
void dspShowInit (void)
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.
N/A
dspTaskRegsShow( ) - print the contents of a task's dsp registers
void dspTaskRegsShow ( int task /* task to display dsp registers for */ )
This routine prints to standard output the contents of a task's dsp registers.
N/A