IUF-SDK-3
Interventional Ultrasound Library
iufReceiveChannelMapADT.h
Go to the documentation of this file.
1 #ifndef IUFLIBRARY_IUFRECEIVECHANNEMAPADT_H
2 #define IUFLIBRARY_IUFRECEIVECHANNEMAPADT_H
3 
5 {
7  int *map;
8  float *startDelay;
9 } ;
10 
11 // SWIG binding
12 #ifdef SWIG
13 %extend IufReceiveChannelMap {
16  }
17 }
18 #endif
19 
20 #endif //IUFLIBRARY_IUFRECEIVECHANNELMAPADT_H
Definition: iufReceiveChannelMapADT.h:4
int iufReceiveChannelMapDelete(iurcm_t channelMap)
Delete an IufReceiveChannelMap.
Definition: iufReceiveChannelMap.c:37
int numChannels
Definition: iufReceiveChannelMapADT.h:6
int * map
Definition: iufReceiveChannelMapADT.h:7
float * startDelay
Definition: iufReceiveChannelMapADT.h:8