![]() |
HDF5
1.12.0
|
#include "H5FDdrvr_module.h"#include "H5private.h"#include "H5Eprivate.h"#include "H5FDprivate.h"#include "H5FDhdfs.h"#include "H5FLprivate.h"#include "H5Iprivate.h"#include "H5MMprivate.h"Data Structures | |
| struct | H5FD_hdfs_t |
Macros | |
| #define | HDFS_DEBUG 0 |
| #define | HDFS_STATS 0 |
| #define | MAXADDR (((haddr_t)1<<(8*sizeof(HDoff_t)-1))-1) |
Typedefs | |
| typedef struct H5FD_hdfs_t | H5FD_hdfs_t |
Functions | |
| hid_t | H5FD_hdfs_init (void) |
| herr_t | H5Pset_fapl_hdfs (hid_t fapl_id, H5FD_hdfs_fapl_t *fa) |
| herr_t | H5Pget_fapl_hdfs (hid_t fapl_id, H5FD_hdfs_fapl_t *fa_out) |
| #define HDFS_DEBUG 0 |
| #define HDFS_STATS 0 |
| typedef struct H5FD_hdfs_t H5FD_hdfs_t |
| hid_t H5FD_hdfs_init | ( | void | ) |
| herr_t H5Pget_fapl_hdfs | ( | hid_t | fapl_id, |
| H5FD_hdfs_fapl_t * | fa_out | ||
| ) |
| herr_t H5Pset_fapl_hdfs | ( | hid_t | fapl_id, |
| H5FD_hdfs_fapl_t * | fa | ||
| ) |
1.8.18