DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
zobj Struct Reference

Zlib buffer used for compression and decompression. More...

#include <dtsapp.h>

Data Fields

uint8_t * buff
 Buffer with compressed/uncompressed data. More...
 
uint16_t olen
 Original size of data. More...
 
uint16_t zlen
 Compressed size of data. More...
 

Detailed Description

Zlib buffer used for compression and decompression.

Definition at line 164 of file dtsapp.h.

Field Documentation

uint8_t* zobj::buff

Buffer with compressed/uncompressed data.

Definition at line 166 of file dtsapp.h.

Referenced by zcompress(), and zuncompress().

uint16_t zobj::olen

Original size of data.

Definition at line 168 of file dtsapp.h.

Referenced by zcompress(), and zuncompress().

uint16_t zobj::zlen

Compressed size of data.

Definition at line 170 of file dtsapp.h.

Referenced by zcompress(), and zuncompress().


The documentation for this struct was generated from the following file: