bufr2synop 0.24.0
|
This file includes the code for update_TableD binary. More...
Go to the source code of this file.
Macros | |
#define | CONFIG_H |
Functions | |
void | print_usage (void) |
int | main (int argc, char *argv[]) |
Variables | |
const char | SELF [] = "update_tableD" |
char | INPUT_FILE [256] |
char | REFERENCE_FILE [256] |
char * | TK [BUFR_MAXLINES_TABLED][16] |
char | REF [BUFR_MAXLINES_TABLED][CSV_MAXL] |
char | LIN [CSV_MAXL] |
FILE * | F |
FILE * | R |
This file includes the code for update_TableD binary.
It try to fill some field definitions for TableD from ECMWF. It fills the 'Title_en' for revisions prior 18_0_0 from this version.
Definition in file update_tableD.c.
#define CONFIG_H |
Definition at line 34 of file update_tableD.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 54 of file update_tableD.c.
References CSV_MAXL, csv_quoted_string(), F, INPUT_FILE, LIN, parse_csv_line(), print_usage(), R, REF, REFERENCE_FILE, SELF, and TK.
void print_usage | ( | void | ) |
Definition at line 46 of file update_tableD.c.
References PACKAGE_VERSION, and SELF.
Referenced by main().
FILE* F |
Definition at line 43 of file update_tableD.c.
Referenced by main().
char INPUT_FILE[256] |
Definition at line 38 of file update_tableD.c.
Referenced by main().
char LIN[CSV_MAXL] |
Definition at line 42 of file update_tableD.c.
Referenced by main().
FILE * R |
Definition at line 43 of file update_tableD.c.
Referenced by main().
char REF[BUFR_MAXLINES_TABLED][CSV_MAXL] |
Definition at line 41 of file update_tableD.c.
Referenced by main().
char REFERENCE_FILE[256] |
Definition at line 39 of file update_tableD.c.
Referenced by main().
const char SELF[] = "update_tableD" |
Definition at line 37 of file update_tableD.c.
Referenced by main(), and print_usage().
char* TK[BUFR_MAXLINES_TABLED][16] |
Definition at line 40 of file update_tableD.c.
Referenced by main().