RadarGetID
| Syntax | ||
int RadarGetID(struct RadarNetwork *ptr,char *code); | ||
| Header | ||
| superdarn/radar.h | ||
| Library | ||
| radar | ||
| Description | ||
The The argument ptr is a pointer to a structure containing the information for the entire network. The radar identifier code for the radar is given by the zero terminated string pointed to by argument code. | ||
| Returns | ||
| Returns the radar identifier number. On error, (-1) is returned. | ||
| Errors | ||
| On error, (-1) is returned. | ||
| Example | ||
|