29 void open_f(
int unit,
const char* filepath);
52 void openbf_f(
int bufr_unit,
const char* cio,
int table_file_id);
84 int ireadmg_f(
int bufr_unit,
char* subset,
int* iddate,
int subset_len);
108 void ufbint_f(
int bufr_unit,
void** c_data,
int dim_1,
int dim_2,
109 int* iret,
const char* table_b_mnemonic);
123 void ufbrep_f(
int bufr_unit,
void** c_data,
int dim_1,
int dim_2,
124 int* iret,
const char* table_b_mnemonic);
136 void mtinfo_f(
const char* path,
int file_unit_1,
int file_unit_2);
150 void status_f(
int file_unit,
int* lun,
int* il,
int* im);
194 void get_typ_f(
char** data,
int* str_len,
int* size);
205 void get_tag_f(
char** data,
int* str_len,
int* size);
251 void get_val_f(
int lun,
double** data,
int* len);
263 void get_inv_f(
int lun,
int** data,
int* len);
void get_nval_f(int lun, int *numNodes)
Get the number of values in the current subset.
void get_tag_f(char **data, int *str_len, int *size)
Get copy of the moda_tables TAG array.
void get_val_f(int lun, double **data, int *len)
Get pointer to the moda_usrint VAL array.
int ireadmg_f(int bufr_unit, char *subset, int *iddate, int subset_len)
Wraps BUFRLIB "ireadmg" subroutine.
void close_f(int unit)
Wraps fortran "close" statement so we can close a Fortran file from a C program.
void get_typ_f(char **data, int *str_len, int *size)
Get copy of the moda_tables TYP array.
void get_inode_f(int lun, int *startNode)
Get the bufr node idx for the start node of the subset.
void status_f(int file_unit, int *lun, int *il, int *im)
Wraps BUFRLIB "status" function.
void get_itp_f(int **data, int *len)
Get copy of the moda_tables ITP array.
void get_isc_f(int **data, int *len)
Get copy of the moda_tables ISC array.
void delete_table_data_f()
Deletes the copies of the moda_tables arrays.
int ireadsb_f(int bufr_unit)
Wraps BUFRLIB "ireadsb" function.
void ufbrep_f(int bufr_unit, void **c_data, int dim_1, int dim_2, int *iret, const char *table_b_mnemonic)
Wraps BUFRLIB "ufbrep" function.
void get_link_f(int **data, int *len)
Get copy of the moda_tables LINK array.
void mtinfo_f(const char *path, int file_unit_1, int file_unit_2)
Wraps BUFRLIB "mtinfo" function.
void get_jmpb_f(int **data, int *len)
Get copy of the moda_tables JMPB array.
void openbf_f(int bufr_unit, const char *cio, int table_file_id)
Wraps BUFRLIB "openbf" subroutine.
void closbf_f(int bufr_unit)
Wraps BUFRLIB "closbf" subroutine.
void exitbufr_f()
Wraps BUFRLIB "exitbufr" subroutine. Closes all open file units used by BUFRLIB.
void open_f(int unit, const char *filepath)
Wraps fortran "open" statement so we can open a Fortran file from a C program.
void get_inv_f(int lun, int **data, int *len)
Get pointer to the moda_usrint INV array.
void ufbint_f(int bufr_unit, void **c_data, int dim_1, int dim_2, int *iret, const char *table_b_mnemonic)
Wraps BUFRLIB "ufbint" function.