IUF-SDK-3
Interventional Ultrasound Library
iufDataStream.h File Reference
#include <hdf5.h>

Go to the source code of this file.

Data Structures

struct  IufDataStream
 

Macros

#define IUDS_INVALID   (iuds_t) NULL
 

Typedefs

typedef IufDataStreamiuds_t
 

Functions

iuds_t iufDataStreamCreate ()
 
int iufDataStreamDelete (iuds_t dataStream)
 

Data Structure Documentation

◆ IufDataStream

struct IufDataStream
Data Fields
hid_t fileChunkConfig

file chunck handle

hid_t rfDataset

dataset handle

Macro Definition Documentation

◆ IUDS_INVALID

#define IUDS_INVALID   (iuds_t) NULL

Typedef Documentation

◆ iuds_t

Function Documentation

◆ iufDataStreamCreate()

iuds_t iufDataStreamCreate ( )

◆ iufDataStreamDelete()

int iufDataStreamDelete ( iuds_t  dataStream)