HDF5  1.12.0
H5Ofsinfo.c File Reference

Functions

 H5FL_DEFINE_STATIC (H5O_fsinfo_t)
 
herr_t H5O_fsinfo_set_version (H5F_libver_t low, H5F_libver_t high, H5O_fsinfo_t *fsinfo)
 
herr_t H5O_fsinfo_check_version (H5F_libver_t high, H5O_fsinfo_t *fsinfo)
 

Variables

const H5O_msg_class_t H5O_MSG_FSINFO [1]
 

Function Documentation

◆ H5FL_DEFINE_STATIC()

H5FL_DEFINE_STATIC ( H5O_fsinfo_t  )

◆ H5O_fsinfo_check_version()

herr_t H5O_fsinfo_check_version ( H5F_libver_t  high,
H5O_fsinfo_t fsinfo 
)

◆ H5O_fsinfo_set_version()

herr_t H5O_fsinfo_set_version ( H5F_libver_t  low,
H5F_libver_t  high,
H5O_fsinfo_t fsinfo 
)

Variable Documentation

◆ H5O_MSG_FSINFO

const H5O_msg_class_t H5O_MSG_FSINFO[1]
Initial value:
= {{
H5O_FSINFO_ID,
"fsinfo",
sizeof(H5O_fsinfo_t),
0,
H5O_fsinfo_decode,
H5O_fsinfo_encode,
H5O_fsinfo_copy,
H5O_fsinfo_size,
NULL,
H5O__fsinfo_free,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
H5O__fsinfo_debug
}}
H5O_fsinfo_t
struct H5O_fsinfo_t H5O_fsinfo_t
NULL
FUNC_ENTER_NOAPI_NOINIT NULL
Definition: H5FDfamily.c:637