1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<head>
</head>
<body>
<a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
<hr>
<h1>RSL_get_value_from_cappi</h1>
<hr>
<h3>Synopsis</h3>
<b>#include "rsl.h"</b> <br>
<b>float </b><b>*RSL_get_value_from_cappi(<a href=RSL_cappi_struct.html>Cappi</a> *cap, float rng, float azm);</b>
<h3>
<hr>Description</h3>
This routine uses <a href=RSL_get_value.html>RSL_get_value_from_sweep</a> to get the value.
<hr>
<h3>Return value</h3>
Upon successful completion, a valid floating point number is returned. If no value can be found, BADVAL is returned.
<hr>
<h3>See also</h3>
<a href=RSL_get_value.html>RSL_get_value_from_sweep</a>
<p>
<hr>Author: <a href=john.merritt.html>John H. Merritt</a>
</body>
|