bufr2synop 0.24.0
Data Fields
bufr2tac_error Struct Reference

Store an error/warning/info and its severity. More...

#include <bufr2tac.h>

Data Fields

int severity
 
char description [BUFR2TAC_ERROR_DESCRIPTION_LENGTH]
 

Detailed Description

Store an error/warning/info and its severity.

Definition at line 226 of file bufr2tac.h.

Field Documentation

◆ description

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().

◆ severity

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().


The documentation for this struct was generated from the following file: