OldRawRead
Syntax | ||
int OldRawRead(struct OldRawFp *ptr,struct RadarParm *prm, struct RawData *raw); | ||
Header | ||
superdarn/oldrawread.h | ||
Library | ||
oldraw | ||
Description | ||
The The data is read from the open file pointed to by the argument ptr. 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 | ||
|