GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > ZFS / V0-0-1

Constituent: zlib_unit_test     Tag: mv2304


Interface   Data Structures   File List   Data Fields   Globals  

zlib_unit_test_data.c File Reference

ZLIB package unit test program sample data sets. More...


Variables

unsigned char zlib_orig_buf_0 []
unsigned int zlib_orig_buf_0_size = sizeof(zlib_orig_buf_0)
unsigned char zlib_comp_buf_0 []
unsigned int zlib_comp_buf_0_size = sizeof(zlib_comp_buf_0)
unsigned char zlib_err_buf_0 []
unsigned int zlib_err_buf_0_size = sizeof(zlib_err_buf_0)
unsigned char zlib_orig_buf_1 []
unsigned int zlib_orig_buf_1_size = sizeof(zlib_orig_buf_1)
unsigned char zlib_comp_buf_1 []
unsigned int zlib_comp_buf_1_size = sizeof(zlib_comp_buf_1)
unsigned char zlib_err_buf_1 []
unsigned int zlib_err_buf_1_size = sizeof(zlib_err_buf_1)


Detailed Description

ZLIB package unit test program sample data sets.

Author:
D.L. Wood

Variable Documentation

unsigned char zlib_comp_buf_0[]
 

The correct compressed format of zlib_orig_buf_0.

unsigned int zlib_comp_buf_0_size = sizeof(zlib_comp_buf_0)
 

The size in bytes of zlib_comp_buf_0.

unsigned char zlib_comp_buf_1[]
 

The correct compressed format of zlib_orig_buf_1.

unsigned int zlib_comp_buf_1_size = sizeof(zlib_comp_buf_1)
 

The size in bytes of zlib_comp_buf_1.

unsigned char zlib_err_buf_0[]
 

The compressed format of zlib_orig_buf_0 with a single bit error.

unsigned int zlib_err_buf_0_size = sizeof(zlib_err_buf_0)
 

The size in bytes of zlib_err_buf_0.

unsigned char zlib_err_buf_1[]
 

The compressed format of zlib_orig_buf_1 with a single bit error.

unsigned int zlib_err_buf_1_size = sizeof(zlib_err_buf_1)
 

The size in bytes of zlib_err_buf_1.

unsigned char zlib_orig_buf_0[]
 

A sample of an original data file to be compressed.

unsigned int zlib_orig_buf_0_size = sizeof(zlib_orig_buf_0)
 

The size in bytes of zlib_orig_buf_0.

unsigned char zlib_orig_buf_1[]
 

A sample of an original data file to be compressed.

unsigned int zlib_orig_buf_1_size = sizeof(zlib_orig_buf_1)
 

The size in bytes of zlib_orig_buf_1.


Generated on Fri Jan 6 21:12:28 2006 by  doxygen 1.4.4