]> Pileus Git - ~andy/rsl/blob - doc/RSL_edge_to_radar.html
Initial import
[~andy/rsl] / doc / RSL_edge_to_radar.html
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2 <html>
3 <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5    <meta name="GENERATOR" content="Mozilla/4.5 [en] (X11; U; Linux 2.0.32 i686) [Netscape]">
6 </head>
7 <body>
8 <a href="index.html"><img SRC="rsl.gif" height=100 width=100></a>
9 <hr>
10 <h1>
11 RSL_edge_to_radar</h1>
12
13 <hr>
14 <h3>
15 Synopsis</h3>
16 <b>#include "rsl.h"</b>
17 <br><b><a href="RSL_radar_struct.html">Radar</a> *RSL_edge_to_radar(char
18 *infile);</b>
19 <hr>
20 <h3>
21 Description</h3>
22 Reads the EDGE&nbsp;format and returns a pointer to the structure
23 <i>Radar</i>.
24 The input file is specified by the string <i>infile</i>. If <i>infile</i>
25 is NULL, then stdin is read. The input file may be compressed. If the data
26 is compressed, it is passed through the GNU <b>gunzip</b> filter. Thus,
27 compressed data can be any format that <b>gzip</b> understands.&nbsp; However,
28 the EDGE&nbsp;format uses the lzw compression and requires a supporting
29 library to decode the file.&nbsp; The supporting library is called ETOR
30 and is distributed separately, since it is not free software.&nbsp; Contact
31 Enterprise Electronics Corporation to obtain the ETOR library that decodes
32 the EDGE&nbsp;format.
33 <p>&nbsp;Enterprise&nbsp; Electronics&nbsp; Corporation, Enterprise,&nbsp;
34 Alabama,&nbsp; USA&nbsp; 36330 (334) 347-3478.
35 <br>
36 <hr>
37 <h3>
38 Return value</h3>
39 Upon successful completion, RSL_edge_to_radar returns a pointer to the
40 structure <b>Radar</b>. Otherwise, NULL is returned and errno is set.&nbsp;
41 <hr>
42 <h3>
43 See also</h3>
44 <a href="RSL_anyformat_to_radar.html">RSL_anyformat_to_radar&nbsp;</a>
45 <hr>
46 <p>Author:&nbsp; Don Burrows @&nbsp;Enterprise Electronics Corporation
47 </body>
48 </html>