RAVE
_RaveIO_t Struct Reference

Defines the structure for the RaveIO in a volume. More...

Public Attributes

RAVE_OBJECT_HEAD RaveCoreObjectobject
 Always on top.
 
RaveIO_ODIM_Version version
 the odim version
 
RaveIO_ODIM_Version read_version
 the read odim version
 
RaveIO_ODIM_H5rad_Version h5radversion
 the h5rad object version
 
RaveIO_ODIM_FileFormat fileFormat
 the file format
 
int strict
 if strict writing should be enforced, from 2.4, several how-attributes are required.
 
char * filename
 the filename
 
HL_Compression * compression
 the compression to use
 
HL_FileCreationProperty * property
 the file creation properties
 
char * bufrTableDir
 the bufr table dir
 
char error_message [1024]
 if an error occurs during writing an error message might give you the reason
 

Detailed Description

Defines the structure for the RaveIO in a volume.

Member Data Documentation

◆ bufrTableDir

char* _RaveIO_t::bufrTableDir

the bufr table dir

◆ compression

HL_Compression* _RaveIO_t::compression

the compression to use

◆ error_message

char _RaveIO_t::error_message[1024]

if an error occurs during writing an error message might give you the reason

◆ fileFormat

RaveIO_ODIM_FileFormat _RaveIO_t::fileFormat

the file format

◆ filename

char* _RaveIO_t::filename

the filename

◆ h5radversion

RaveIO_ODIM_H5rad_Version _RaveIO_t::h5radversion

the h5rad object version

◆ object

RAVE_OBJECT_HEAD RaveCoreObject* _RaveIO_t::object

Always on top.

the object

◆ property

HL_FileCreationProperty* _RaveIO_t::property

the file creation properties

◆ read_version

RaveIO_ODIM_Version _RaveIO_t::read_version

the read odim version

◆ strict

int _RaveIO_t::strict

if strict writing should be enforced, from 2.4, several how-attributes are required.

If setting this to true, this will be enforced

◆ version

RaveIO_ODIM_Version _RaveIO_t::version

the odim version


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