Home| superdarn |src.lib|tk|raw Index

raw


Navigate by clicking on the links below.

Documentation XML Source:raw.doc.xml

Functions:

Structures:

Unions:

Function Prototypes:

int RawFread(FILE *fp,struct RadarParm *prm, struct RawData *raw);

int RawFseek(FILE *fp, int yr,int mo,int dy,int hr,int mt,int sc,double *atme, struct RawIndex *inx);

int RawFwrite(FILE *fp,struct RadarParm *prm, struct RawData *raw);

struct RawIndex *RawIndexFload(FILE *fp);

void RawIndexFree(struct RawIndex *ptr);

struct RawIndex *RawIndexLoad(int fid);

int RawRead(int fid,struct RadarParm *prm, struct RawData *raw);

int RawSeek(int fid, int yr,int mo,int dy,int hr,int mt,int sc,double *atme, struct RawIndex *inx);

int RawWrite(int fid,struct RadarParm *prm, struct RawData *raw);