HDF5  1.12.0
Data Structures | Macros | Typedefs | Functions | Variables
H5FAtest.c File Reference
#include "H5FAmodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5FApkg.h"
#include "H5FLprivate.h"
#include "H5VMprivate.h"

Data Structures

struct  H5FA__test_ctx_t
 

Macros

#define H5FA_TESTING
 
#define H5FA__TEST_BOGUS_VAL   42
 

Typedefs

typedef struct H5FA__test_ctx_t H5FA__test_ctx_t
 

Functions

 H5FL_DEFINE_STATIC (H5FA__test_ctx_t)
 
 BEGIN_FUNC (STATIC, ERR, void *, NULL, NULL, H5FA__test_crt_context(void H5_ATTR_UNUSED *udata))
 
 END_FUNC (BEGIN_FUNC(STATIC)
 

Variables

const H5FA_class_t H5FA_CLS_TEST [1]
 

Macro Definition Documentation

◆ H5FA__TEST_BOGUS_VAL

#define H5FA__TEST_BOGUS_VAL   42

◆ H5FA_TESTING

#define H5FA_TESTING

Typedef Documentation

◆ H5FA__test_ctx_t

Function Documentation

◆ BEGIN_FUNC()

BEGIN_FUNC ( STATIC  ,
ERR  ,
void *  ,
NULL  ,
NULL  ,
H5FA__test_crt_context(void H5_ATTR_UNUSED *udata)   
)

◆ END_FUNC()

END_FUNC ( BEGIN_FUNC STATIC)

◆ H5FL_DEFINE_STATIC()

H5FL_DEFINE_STATIC ( H5FA__test_ctx_t  )

Variable Documentation

◆ H5FA_CLS_TEST

const H5FA_class_t H5FA_CLS_TEST[1]
Initial value:
={{
"Testing",
sizeof(uint64_t),
H5FA__test_crt_context,
H5FA__test_dst_context,
H5FA__test_fill,
H5FA__test_encode,
H5FA__test_decode,
H5FA__test_debug,
H5FA__test_crt_dbg_context,
H5FA__test_dst_context
}}
uint64_t
uint64_t
Definition: H5overflow.txt:39
H5FA_CLS_TEST_ID
@ H5FA_CLS_TEST_ID
Definition: H5FAprivate.h:53