VxWorks API Reference : Driver Libraries

cisShow

NAME

cisShow - PCMCIA CIS show library

ROUTINES

cisShow( ) - show CIS information

DESCRIPTION

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.


Driver Libraries : Routines

cisShow( )

NAME

cisShow( ) - show CIS information

SYNOPSIS

void cisShow
    (
    int sock                  /* socket no. */
    )

DESCRIPTION

This routine shows CIS information.

NOTE

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.

RETURNS

N/A

SEE ALSO

cisShow