RSL_edge_to_radar


Synopsis

#include "rsl.h"
Radar *RSL_edge_to_radar(char *infile);

Description

Reads the EDGE format and returns a pointer to the structure Radar. The input file is specified by the string infile. If infile is NULL, then stdin is read. The input file may be compressed. If the data is compressed, it is passed through the GNU gunzip filter. Thus, compressed data can be any format that gzip understands.  However, the EDGE format uses the lzw compression and requires a supporting library to decode the file.  The supporting library is called ETOR and is distributed separately, since it is not free software.  Contact Enterprise Electronics Corporation to obtain the ETOR library that decodes the EDGE format.

 Enterprise  Electronics  Corporation, Enterprise,  Alabama,  USA  36330 (334) 347-3478.


Return value

Upon successful completion, RSL_edge_to_radar returns a pointer to the structure Radar. Otherwise, NULL is returned and errno is set. 

See also

RSL_anyformat_to_radar 

Author:  Don Burrows @ Enterprise Electronics Corporation