33 #ifndef _HDF5CFDAPUtil_H
34 #define _HDF5CFDAPUtil_H
42 #define NC_JAVA_STR_SIZE_LIMIT 32767
59 static string escattr(
string s);
62 static string octstring(
unsigned char val);
static void replace_double_quote(string &str)
static bool check_beskeys(const string key)
static H5DataType get_mem_dtype(H5DataType, size_t)
static string print_attr(H5DataType h5type, int loc, void *vals)
static string print_type(H5DataType h5type)
static string escattr(string s)
A customized escaping function to escape special characters following OPeNDAP's escattr function that...
static string octstring(unsigned char val)
Helper function for escattr.
This file includes several helper functions for translating HDF5 to CF-compliant. ...