IODA Bundle
ioda::ObsStore::VarCreateParams Struct Reference

parameters for creating a new variable More...

#include <Variables.hpp>

Collaboration diagram for ioda::ObsStore::VarCreateParams:
[legend]

Public Attributes

std::size_t dtype_size = 0
 
detail::FillValueData_t fvdata
 
gsl::span< char > fill_value
 

Detailed Description

parameters for creating a new variable

Definition at line 38 of file Variables.hpp.

Member Data Documentation

◆ dtype_size

std::size_t ioda::ObsStore::VarCreateParams::dtype_size = 0

Definition at line 41 of file Variables.hpp.

◆ fill_value

gsl::span<char> ioda::ObsStore::VarCreateParams::fill_value

Definition at line 45 of file Variables.hpp.

◆ fvdata

detail::FillValueData_t ioda::ObsStore::VarCreateParams::fvdata

Definition at line 44 of file Variables.hpp.


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