xil_cis_reset(3)
NAME
xil_cis_reset − clears data in a compressed image sequence
SYNOPSIS
#include <xil/xil.h>
void xil_cis_reset (XilCis cis);
DESCRIPTION
This function removes any compressed data currently stored in the specified compressed image sequence and sets the cis state parameters to their intitial values. cis is the compressed image sequence that contains the data to be cleared.
ERRORS
For a complete list of XIL error messages by number, consult Appendix B of the XIL Programmer’s Guide.
EXAMPLES
XilCis cis;
xil_cis_reset(cis);
SEE ALSO
SunOS — Last change: 13 August 1993