FitFread
Syntax | ||
int FitFread(FILE *fp, struct RadarParm *prm, struct FitData *fit); | ||
Header | ||
superdarn/fitread.h | ||
Library | ||
fit | ||
Description | ||
The The data is read from the open stream pointed to by the argument fp. The data is decoded and used to populate the radar parameter block pointed to by the argument prm and the | ||
Returns | ||
Returns zero on success. On error, (-1) is returned. | ||
Errors | ||
On error, (-1) is returned. | ||
Example | ||
|