#include <c_hdf_reader.h>
Public Attributes | |
| char | name [MAX_NC_NAME] |
| int32 | data_type |
| int32 | n_val |
| void * | value |
| int32 ATTR::data_type |
data_type code
Referenced by free_attr(), get_obj_attr_by_index(), and print_attr().
| int32 ATTR::n_val |
number of values of this attribute
Referenced by get_obj_attr_by_index(), and print_attr().
| char ATTR::name[MAX_NC_NAME] |
name of the SDS
Referenced by get_obj_attr_by_index(), and print_attr().
| void* ATTR::value |
value of this attribute
Referenced by free_attr(), get_obj_attr_by_index(), get_sds_info_by_id(), get_v_input_files_by_id(), and print_attr().
1.5.8