]> Pileus Git - ~andy/rsl/blob - doc/RSL_allocate_histogram.html
Initial import
[~andy/rsl] / doc / RSL_allocate_histogram.html
1 <head>
2 </head>
3
4 <body>
5 <a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
6 <hr>
7
8
9 <h1>RSL_allocate_histogram</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;<br>
15 <a href=histogram_struct.html><a href=RSL_histogram_struct.html>Histogram</a></a> *RSL_allocate_histogram(int low, int hi);</b> 
16 <hr>
17
18 <h3>Description</h3>
19 Allocate space for the structure <b>Histogram</b>. <i>low</i> and <i>hi</i> specify the low and high dBZ bin values. The bin spacing is 1 dBZ. 
20 <hr>
21
22 <h3>Return value</h3>
23 Upon successful completion, Vallocate_histogram returns a pointer to the structure <b>Histogram</b>. Otherwise, NULL is returned and errno is set. 
24 <hr>Author: <a href=david.wolff.html>David B. Wolff</a> 
25 </body>