bufr2synop 0.24.0
|
A stack of structs bufr2tac_error. More...
#include <bufr2tac.h>
Data Fields | |
size_t | ne |
int | full |
struct bufr2tac_error | err [BUFR2TAC_ERROR_STACK_DIM] |
A stack of structs bufr2tac_error.
Definition at line 235 of file bufr2tac.h.
struct bufr2tac_error bufr2tac_error_stack::err[BUFR2TAC_ERROR_STACK_DIM] |
Dimension of stack array
Definition at line 238 of file bufr2tac.h.
Referenced by bufr2tac_print_error(), and bufr2tac_push_error().
int bufr2tac_error_stack::full |
if 1 then one or more warnings cannot be pushed because of full stack. If = 2 an error cannot be pushed
Definition at line 237 of file bufr2tac.h.
Referenced by bufr2tac_print_error(), and bufr2tac_push_error().
size_t bufr2tac_error_stack::ne |
Current warning/error active. If = 0 then no errors
Definition at line 236 of file bufr2tac.h.
Referenced by bufr2tac_print_error(), and bufr2tac_push_error().