bufr2synop 0.24.0
|
Store an error/warning/info and its severity. More...
#include <bufr2tac.h>
Data Fields | |
int | severity |
char | description [BUFR2TAC_ERROR_DESCRIPTION_LENGTH] |
Store an error/warning/info and its severity.
Definition at line 226 of file bufr2tac.h.
char bufr2tac_error::description[BUFR2TAC_ERROR_DESCRIPTION_LENGTH] |
string with error description
Definition at line 228 of file bufr2tac.h.
Referenced by bufr2tac_print_error(), and bufr2tac_push_error().
int bufr2tac_error::severity |
Level of severity. if = 1 then is a warning. if = 2 is an error
Definition at line 227 of file bufr2tac.h.
Referenced by bufr2tac_print_error(), and bufr2tac_push_error().