Folks
Can anyone show me a simple example of how to read a series of STRING
attributes where each are like one of of the following:
ATTRIBUTE "N_Aux_Filename" {
DATATYPE H5T_STRING {
STRSIZE 105;
STRPAD H5T_STR_NULLTERM;
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
DATASPACE SIMPLE { ( 2, 1 ) / ( 2, 1 ) }
}
ATTRIBUTE "N_Input_Prod" {
DATATYPE H5T_STRING {
STRSIZE 33;
STRPAD H5T_STR_NULLTERM;
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
DATASPACE SIMPLE { ( 4, 1 ) / ( 4, 1 ) }
}
and so on.....
Thanks and regards
_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org