#include "netcdf.h"
#include "nc4utils.h"
#include "timeutils.h"
Go to the source code of this file.
|
int | createFile (const char *filename, const char *cdlfile, size_t sdim, int *ncid, int *gid) |
|
int | parseDims (int ncid, int ndims, string dimString, int *numDims, int *dimid, int *varDims) |
|
int | createNCDF (int ncid, const char *sname, const char *lname, const char *standard_name, const char *units, void *fill_value, const char *flag_values, const char *flag_meanings, double low, double high, float scale_factor, float add_offset, int nt, int rank, int *dimids) |
|
int | tepoch2yds (double tepoch, int32_t *iyr, int32_t *idy, double *sec) |
|
int | readFrame (ifstream *framefile, uint8_t frame[892], int &prevFrameCnt, int ierror[2]) |
|
int | getSHpacket (ifstream *framefile, uint8_t frame[892], int &framePtr, uint8_t **packet, int &packetLength, int &prevFrameCnt, int &frameDrop) |
|
int | expandEnvVar (string *sValue) |
|
◆ createFile()
int createFile |
( |
const char * |
filename, |
|
|
const char * |
cdlfile, |
|
|
size_t |
sdim, |
|
|
int * |
ncid, |
|
|
int * |
gid |
|
) |
| |
◆ createNCDF()
int createNCDF |
( |
int |
ncid, |
|
|
const char * |
sname, |
|
|
const char * |
lname, |
|
|
const char * |
standard_name, |
|
|
const char * |
units, |
|
|
void * |
fill_value, |
|
|
const char * |
flag_values, |
|
|
const char * |
flag_meanings, |
|
|
double |
low, |
|
|
double |
high, |
|
|
float |
scale_factor, |
|
|
float |
add_offset, |
|
|
int |
nt, |
|
|
int |
rank, |
|
|
int * |
dimids |
|
) |
| |
◆ expandEnvVar()
int expandEnvVar |
( |
string * |
sValue | ) |
|
|
inline |
◆ getSHpacket()
int getSHpacket |
( |
ifstream * |
framefile, |
|
|
uint8_t |
frame[892], |
|
|
int & |
framePtr, |
|
|
uint8_t ** |
packet, |
|
|
int & |
packetLength, |
|
|
int & |
prevFrameCnt, |
|
|
int & |
frameDrop |
|
) |
| |
◆ parseDims()
int parseDims |
( |
int |
ncid, |
|
|
int |
ndims, |
|
|
string |
dimString, |
|
|
int * |
numDims, |
|
|
int * |
dimid, |
|
|
int * |
varDims |
|
) |
| |
◆ readFrame()
int readFrame |
( |
ifstream * |
framefile, |
|
|
uint8_t |
frame[892], |
|
|
int & |
prevFrameCnt, |
|
|
int |
ierror[2] |
|
) |
| |
◆ tepoch2yds()
int tepoch2yds |
( |
double |
tepoch, |
|
|
int32_t * |
iyr, |
|
|
int32_t * |
idy, |
|
|
double * |
sec |
|
) |
| |
◆ PHDRLEN
◆ PUSLEN
◆ SHDRLEN