]> Pileus Git - ~andy/rsl/blob - doc/RSL_nsig_to_radar.html
Initial import
[~andy/rsl] / doc / RSL_nsig_to_radar.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4    <TITLE></TITLE>
5    <META NAME="GENERATOR" CONTENT="Mozilla/3.01Gold (X11; I; Linux 2.0.20 i586) [Netscape]">
6 </HEAD>
7 <BODY>
8
9 <P><A HREF="index.html"><IMG SRC="rsl.gif" HEIGHT=100 WIDTH=100></A><A HREF="index.html">
10 </A>
11 <HR></P>
12
13 <H1>RSL_nsig_to_radar</H1>
14
15 <P>
16 <HR></P>
17
18 <H3>Synopsis</H3>
19
20 <P><B>#include &quot;rsl.h&quot; <BR>
21 <A HREF="RSL_radar_struct.html">Radar</A> *RSL_nsig_to_radar(char *infile);</B>
22 <BR>
23 <B><A HREF="RSL_radar_struct.html">Radar</A> *RSL_nsig2_to_radar(char *infile);</B>
24
25 <HR></P>
26
27 <H3>Description</H3>
28
29 <P>Reads a new SIGMET (aka nsig) file and returns a pointer to the structure
30 <I>Radar</I>. The input file is specified by the string <I>infile</I>.
31 If <I>infile</I> is NULL, then stdin is read. The input file may be compressed.
32 If the data is compressed, it is passed through the GNU <B>gunzip</B> filter.
33 Thus, compressed data can be any format that <B>gzip</B> understands. Two
34 versions of SIGMET&nbsp;files exist: Version 1 files, and Version 2 files.
35 RSL_nsig_to_radar is used to read version 1 files, and, RSL_nsig2_to_radar
36 is used to read version 2 files.</P>
37
38 <P>The radar structure is, essentially, an array of Volumes. The number
39 and type of volumes allocated is automatically determined from the input
40 nsig file. 
41 <HR></P>
42
43 <H3>Return value</H3>
44
45 <P>Upon successful completion, RSL_nsig_to_radar returns a pointer to the
46 structure <B>Radar</B>. Otherwise, NULL is returned and errno is set. 
47 <HR></P>
48
49 <H3>See also</H3>
50
51 <P><A HREF="RSL_anyformat_to_radar.html">RSL_anyformat_to_radar </A>
52 <HR></P>
53
54 <P>Author: Paul Kucera.</P>
55
56 </BODY>
57 </HTML>