Go to the documentation of this file. 23 #error "Do not include this file outside the H5I package!" 30 #include "H5Iprivate.h" 45 #define TYPE_MASK (((hid_t)1 << TYPE_BITS) - 1) 47 #define H5I_MAX_NUM_TYPES TYPE_MASK 53 #define ID_BITS ((sizeof(hid_t) * 8) - (TYPE_BITS + 1)) 54 #define ID_MASK (((hid_t)1 << ID_BITS) - 1) 57 #define H5I_TYPE(a) ((H5I_type_t)(((hid_t)(a) >> ID_BITS) & TYPE_MASK))
MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:52