VxWorks Reference Manual : Libraries
fppShow - floating-point show routines
fppShowInit( ) - initialize the floating-point show facility
fppTaskRegsShow( ) - print the contents of a task's floating-point registers
This library provides the routines necessary to show a task's optional floating-point context. To use this facility, it must first be installed using fppShowInit( ), which is called automatically when the floating-point show facility is configured into VxWorks using either of the following methods:
- If you use the configuration header files, define INCLUDE_SHOW_ROUTINES in config.h.
- If you use the Tornado project facility, select INCLUDE_HW_FP_SHOW.
This library enhances task information routines, such as ti( ), to display the floating-point context.
fppLib.h
fppShowInit( ) - initialize the floating-point show facility
void fppShowInit (void)
This routine links the floating-point show facility into the VxWorks system. It is called automatically when the floating-point show facility is configured into VxWorks using either of the following methods:
- If you use the configuration header files, define INCLUDE_SHOW_ROUTINES in config.h.
- If you use the Tornado project facility, select INCLUDE_HW_FP_SHOW.
N/A
fppTaskRegsShow( ) - print the contents of a task's floating-point registers
void fppTaskRegsShow ( int task /* task to display floating point registers for */ )
This routine prints to standard output the contents of a task's floating-point registers.
N/A