LAL  7.5.0.1-b72065a
H5FileIOVector_source.c File Reference

Prototypes

LALH5DatasetALLOCFUNC (LALH5File *file, const char *name, VTYPE *vector)
 
VTYPEREADFUNC (LALH5Dataset *dset)
 

Go to the source code of this file.

Macros

#define CONCAT2x(a, b)   a##b
 
#define CONCAT2(a, b)   CONCAT2x(a,b)
 
#define CONCAT3x(a, b, c)   a##b##c
 
#define CONCAT3(a, b, c)   CONCAT3x(a,b,c)
 
#define VTYPE   CONCAT2(TYPE,Vector)
 
#define TCODE   CONCAT3(LAL_,TYPECODE,_TYPE_CODE)
 
#define ALLOCFUNC   CONCAT2(XLALH5DatasetAlloc,VTYPE)
 
#define READFUNC   CONCAT2(XLALH5DatasetRead,VTYPE)
 
#define CREATEFUNC   CONCAT2(XLALCreate,VTYPE)
 
#define DESTROYFUNC   CONCAT2(XLALDestroy,VTYPE)
 

Macro Definition Documentation

◆ CONCAT2x

#define CONCAT2x (   a,
 
)    a##b

Definition at line 1 of file H5FileIOVector_source.c.

◆ CONCAT2

#define CONCAT2 (   a,
 
)    CONCAT2x(a,b)

Definition at line 2 of file H5FileIOVector_source.c.

◆ CONCAT3x

#define CONCAT3x (   a,
  b,
 
)    a##b##c

Definition at line 3 of file H5FileIOVector_source.c.

◆ CONCAT3

#define CONCAT3 (   a,
  b,
 
)    CONCAT3x(a,b,c)

Definition at line 4 of file H5FileIOVector_source.c.

◆ VTYPE

#define VTYPE   CONCAT2(TYPE,Vector)

Definition at line 6 of file H5FileIOVector_source.c.

◆ TCODE

#define TCODE   CONCAT3(LAL_,TYPECODE,_TYPE_CODE)

Definition at line 7 of file H5FileIOVector_source.c.

◆ ALLOCFUNC

#define ALLOCFUNC   CONCAT2(XLALH5DatasetAlloc,VTYPE)

Definition at line 9 of file H5FileIOVector_source.c.

◆ READFUNC

#define READFUNC   CONCAT2(XLALH5DatasetRead,VTYPE)

Definition at line 10 of file H5FileIOVector_source.c.

◆ CREATEFUNC

#define CREATEFUNC   CONCAT2(XLALCreate,VTYPE)

Definition at line 12 of file H5FileIOVector_source.c.

◆ DESTROYFUNC

#define DESTROYFUNC   CONCAT2(XLALDestroy,VTYPE)

Definition at line 13 of file H5FileIOVector_source.c.

Function Documentation

◆ ALLOCFUNC()

LALH5Dataset* ALLOCFUNC ( LALH5File file,
const char *  name,
VTYPE vector 
)

Definition at line 15 of file H5FileIOVector_source.c.

◆ READFUNC()

VTYPE* READFUNC ( LALH5Dataset dset)

Definition at line 32 of file H5FileIOVector_source.c.