RawFread
Syntax | ||
int RawFread(FILE *fp,struct RadarParm *prm, struct RawData *raw); | ||
Header | ||
superdarn/rawread.h | ||
Library | ||
raw | ||
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 raw data structure pointer to by the argument raw. | ||
Returns | ||
Returns zero on success. On error, (-1) is returned. | ||
Errors | ||
On error, (-1) is returned. | ||
Example | ||
|