HDF5  1.12.0
Macros | Variables
H5Zfletcher32.c File Reference
#include "H5Zmodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5Fprivate.h"
#include "H5MMprivate.h"
#include "H5Zpkg.h"

Macros

#define FLETCHER_LEN   4
 

Variables

const H5Z_class2_t H5Z_FLETCHER32 [1]
 

Macro Definition Documentation

◆ FLETCHER_LEN

#define FLETCHER_LEN   4

Variable Documentation

◆ H5Z_FLETCHER32

const H5Z_class2_t H5Z_FLETCHER32[1]
Initial value:
= {{
1,
1,
"fletcher32",
NULL,
NULL,
H5Z_filter_fletcher32,
}}
H5Z_CLASS_T_VERS
#define H5Z_CLASS_T_VERS
Definition: H5Zpublic.h:104
H5Z_FILTER_FLETCHER32
#define H5Z_FILTER_FLETCHER32
Definition: H5Zpublic.h:38