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