RadarGetRadar
Syntax | ||
struct Radar *RadarGetRadar(struct RadarNetwork *ptr,int stid); | ||
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 number for the radar is given by the argument stid. | ||
Returns | ||
Returns a pointer to the radar information structure for a radar. On error, a NULL pointer is returned. | ||
Errors | ||
On error, a NULL pointer is returned. | ||
Example | ||
|