RadarLoadTdiff
Syntax | |
int RadarLoadTdiff(char *tdiffpath,struct RadarNetwork *ptr); | |
Header | |
superdarn/radar.h | |
Library | |
radar | |
Description | |
The The tdiff files are assumed to be located in the directory given by the argument tdiffpath. The argument ptr is a pointer to a structure containing the information for the entire network and must be populated prior to calling this function. | |
Returns | |
Returns zero on success. On error, (-1) is returned. | |
Errors | |
On error, (-1) is returned. | |
Example | |
None |