VxWorks API Reference : Driver Libraries
cisShow - PCMCIA CIS show library
cisShow( ) - show CIS information
This library provides a show routine for CIS tuples. This is provided for engineering debug use.
This module uses floating point calculations. Any task calling cisShow( ) needs to have the VX_FP_TASK bit set in the task flags.
cisShow( ) - show CIS information
void cisShow ( int sock /* socket no. */ )
This routine shows CIS information.
This routine uses floating point calculations. The calling task needs to be spawned with the VX_FP_TASK flag. If this is not done, the data printed by cisShow may be corrupted and unreliable.
N/A