IUF-SDK-3
Interventional Ultrasound Library
iufReceiveChannelMapPrivate.h
Go to the documentation of this file.
1 #ifndef IUFLIBRARY_IUFHLRECEIVECHANNELMAPIMP_H
2 #define IUFLIBRARY_IUFHLRECEIVECHANNELMAPIMP_H
3 #include <hdf5.h>
4 #include <iufReceiveChannelMap.h>
5 
6 
8 (
9  iurcm_t channelMap,
10  hid_t handle
11 );
12 
14 (
15  hid_t handle
16 );
17 
18 
19 #endif
Definition: iufReceiveChannelMapADT.h:4
iurcm_t iufReceiveChannelMapLoad(hid_t handle)
Definition: iufReceiveChannelMap.c:232
int iufReceiveChannelMapSave(iurcm_t channelMap, hid_t handle)
Definition: iufReceiveChannelMap.c:207