RCube
Rcube Rest Server calculates sail routes based on Grib files and sailing boat polar files
Loading...
Searching...
No Matches
readgriball.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * gribReaderVersion (char *str, size_t maxLen)
 return version of ECCODE API
 
bool readGribLists (const char *fileName, Zone *zone)
 Read lists zone.timeStamp, shortName, zone.dataDate, dataTime before full grib reading.
 
bool readGribParameters (const char *fileName, Zone *zone)
 Read grib parameters in zone before full grib reading.
 
bool readGribAll (const char *fileName, Zone *zone, int iFlow)
 read grib file using eccodes C API return true if OK
 

Variables

FlowPtGribData []
 grib data description
 

Function Documentation

◆ gribReaderVersion()

char * gribReaderVersion ( char *  str,
size_t  maxLen 
)
extern

return version of ECCODE API

return version of ECCODE API

Definition at line 23 of file readgriballeccodes.c.

Referenced by testToJson().

Here is the caller graph for this function:

◆ readGribAll()

◆ readGribLists()

◆ readGribParameters()

bool readGribParameters ( const char *  fileName,
Zone zone 
)
extern

Variable Documentation

◆ tGribData

FlowP* tGribData[]
extern

grib data description

Definition at line 20 of file readgriballeccodes.c.

Referenced by checkGrib(), consistentGrib(), findCurrentGrib(), findWindGrib(), launchAction(), main(), optionManage(), and readGribAll().