IUF-SDK-3
Interventional Ultrasound Library
iufReceiveChannelMapDictADT.h
Go to the documentation of this file.
1 #ifndef IUFLIBRARY_IUFRECEIVECHANNELMAPDICTADT_H
2 #define IUFLIBRARY_IUFRECEIVECHANNELMAPDICTADT_H
3 
4 // ADT
5 #include <hashmap.h>
6 #include <iufReceiveChannelMap.h>
7 
9 {
11  char key[256];
12 };
13 
15 
17 {
18  struct hashmap map;
20  char **kys;
21 };
22 
23 #endif
char ** kys
Definition: iufReceiveChannelMapDictADT.h:20
Definition: iufReceiveChannelMapADT.h:4
iurcm_t receiveChannelMap
Definition: iufReceiveChannelMapDictADT.h:10
IUF_BOOL deepDelete
Definition: iufReceiveChannelMapDictADT.h:19
Definition: iufReceiveChannelMapDictADT.h:8
Definition: iufReceiveChannelMapDictADT.h:16
char key[256]
Definition: iufReceiveChannelMapDictADT.h:11
int IUF_BOOL
Definition: iufTypes.h:8