bufr2synop 0.24.0
Data Fields
bufr2tac_error_stack Struct Reference

A stack of structs bufr2tac_error. More...

#include <bufr2tac.h>

Collaboration diagram for bufr2tac_error_stack:
Collaboration graph
[legend]

Data Fields

size_t ne
 
int full
 
struct bufr2tac_error err [BUFR2TAC_ERROR_STACK_DIM]
 

Detailed Description

A stack of structs bufr2tac_error.

Definition at line 235 of file bufr2tac.h.

Field Documentation

◆ err

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

◆ full

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

◆ ne

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


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