Definition at line 46 of file h5cfdaputil.h.
◆ daptype_strrep_to_dap4_attrtype()
D4AttributeType HDF5CFDAPUtil::daptype_strrep_to_dap4_attrtype |
( |
const string & |
s | ) |
|
|
static |
Helper function to obtain the DAP4 attribute type. We deliberately duplicates the same function for the default option to separate the handling of CF .
Definition at line 371 of file h5cfdaputil.cc.
◆ escattr()
string HDF5CFDAPUtil::escattr |
( |
string |
s | ) |
|
|
static |
A customized escaping function to escape special characters following OPeNDAP's escattr function that can be found at escaping.cc and escaping.h. i Note: the customized version will not treat
(new line),\t(tab),\r(Carriage return) as special characters since NASA HDF files use this characters to make the attribute easy to read. Escaping these characters in the attributes will use \012 etc to replace
etc. in these attributes and make attributes hard to read.
Definition at line 60 of file h5cfdaputil.cc.
◆ get_mem_dtype()
H5DataType HDF5CFDAPUtil::get_mem_dtype |
( |
H5DataType |
dtype, |
|
|
size_t |
mem_dtype_size |
|
) |
| |
|
static |
◆ octstring()
string HDF5CFDAPUtil::octstring |
( |
unsigned char |
val | ) |
|
|
static |
◆ print_attr()
string HDF5CFDAPUtil::print_attr |
( |
H5DataType |
h5type, |
|
|
int |
loc, |
|
|
void * |
vals |
|
) |
| |
|
static |
◆ print_type()
string HDF5CFDAPUtil::print_type |
( |
H5DataType |
h5type | ) |
|
|
static |
◆ print_type_dap4()
D4AttributeType HDF5CFDAPUtil::print_type_dap4 |
( |
H5DataType |
h5type | ) |
|
|
static |
◆ replace_double_quote()
void HDF5CFDAPUtil::replace_double_quote |
( |
string & |
str | ) |
|
|
static |
The documentation for this class was generated from the following files: