AVRGSM_FILES/AVRGSM_zip.h
Go to the documentation of this file.00001
00022
#ifndef AVR_SMS_ZIP_H_INCLUDED
00023
#define AVR_SMS_ZIP_H_INCLUDED
00024
00025 #define MESSAGE_ENCODED_SIZE 70
00026 #define MESSAGE_LENGTH 80
00027 #define hex_nmbr "0123456789ABCDEF"
00028
00029
00030
int ZIP_compress(
unsigned char *in,
unsigned char *discarded,
unsigned char ret[] );
00031
int ZIP_decompress(
unsigned char *compressed,
unsigned char *decompressed );
00032
00033
int ZIP_atoi(
unsigned char *a );
00034
int ZIP_htoi(
unsigned char hex );
00035
void ZIP_itoh(
int n,
unsigned char *ret );
00036
00037
#endif
Generated on Tue Nov 1 16:21:39 2005 for AVR323 Interfacing GSM modems by
1.3.7