Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.4.0
API Reference
Loading...
Searching...
No Matches
hbitio.h File Reference
#include "hdf.h"

Macros

#define BITNUM   (sizeof(uint8) * 8)
#define Hputbit(bitid, bit)

Macro Definition Documentation

◆ BITNUM

#define BITNUM   (sizeof(uint8) * 8)

◆ Hputbit

#define Hputbit ( bitid,
bit )
Value:
((Hbitwrite(bitid, 1, (uint32)bit) == FAIL) ? FAIL : SUCCEED)
#define SUCCEED
Definition hdf.h:140
#define FAIL
Definition hdf.h:141
uint32_t uint32
Definition hdf.h:57
int Hbitwrite(int32 bitid, int count, uint32 data)