RAVE
|
Defines the structure for the RaveIO in a volume. More...
Public Attributes | |
RAVE_OBJECT_HEAD RaveCoreObject * | object |
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 | |
Defines the structure for the RaveIO in a volume.
char* _RaveIO_t::bufrTableDir |
the bufr table dir
HL_Compression* _RaveIO_t::compression |
the compression to use
char _RaveIO_t::error_message[1024] |
if an error occurs during writing an error message might give you the reason
RaveIO_ODIM_FileFormat _RaveIO_t::fileFormat |
the file format
char* _RaveIO_t::filename |
the filename
RaveIO_ODIM_H5rad_Version _RaveIO_t::h5radversion |
the h5rad object version
RAVE_OBJECT_HEAD RaveCoreObject* _RaveIO_t::object |
Always on top.
the object
HL_FileCreationProperty* _RaveIO_t::property |
the file creation properties
RaveIO_ODIM_Version _RaveIO_t::read_version |
the read odim version
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
RaveIO_ODIM_Version _RaveIO_t::version |
the odim version