int id; |
Identifier number. |
int status; |
Status proto. |
int cnum; |
Number of identifier protos. |
char **proto; |
Pointer to an array of zero terminated strings giving the identifier protos. |
char *name; |
Zero terminated string giving the station name. |
char *operator; |
Zero terminated string giving the station operator. |
char *hdwfname; |
Zero terminated string giving the filename of the hardware information file. |
int snum; |
Number of entries in the hardware table. |
struct RadarSite *site; |
Pointer to an array containing the entries in the hardware table. |
int tnum; |
Number of entries in the tdiff table. |
struct RadarTdiff *tdiff; |
Pointer to an array containing the entries in the tdiff table. |