File: RSL_cappi_struct.html

package info (click to toggle)
librsl 1.42-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,836 kB
  • sloc: ansic: 16,950; sh: 8,544; yacc: 316; perl: 151; lex: 94; makefile: 61
file content (26 lines) | stat: -rw-r--r-- 993 bytes parent folder | download | duplicates (3)
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
<head>
</head>

<body>
<a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
<hr>


<pre>typedef struct {
  int   month;  /* Begin time for this Cappi; month (1-12). */
  int   day;    /* Begin time for this Cappi; day (1-31). */
  int   year;   /* Begin time for this Cappi; year (eg. 1993). */
  int   hour;   /* Begin date for this Cappi; hour (0-23). */
  int   minute; /* Begin date for this Cappi; minute (0-59).*/
  float sec;    /* Begin date for this Cappi; second + fraction of  second. */ 
  float height;      /* Height for this Cappi. */
  float lat;
  float lon;         /* Lat/lon of lower left corner of Carpi. */
  int field_type;
  char radar_type[50]; /* Value of Constant radar-&gt;h.radar_type */ 
  int interp_method; /* ??? string describing interpolation method. */
  <a href=RSL_Er_loc_struct.html>Er_loc</a> *loc;       /* elevation and range coordinate array */
  <a href=RSL_sweep_struct.html>Sweep</a> *sweep;      /* Pointers to rays of data */
} Cappi; </pre>

</body>