|
IUF-SDK-3
Interventional Ultrasound Library
|
#include <stdlib.h>#include <string.h>#include <hashmap.h>#include <iuf.h>#include <iufReceiveChannelMapDictADT.h>#include <iufReceiveChannelMapPrivate.h>Macros | |
| #define | MAX_NAME 1024 |
| #define MAX_NAME 1024 |
Compare two IufReceiveChannelMapDict ojects with each other.
| reference | the dictionary to compare to |
| actual | the dictionary to compare with |
| iurcmd_t iufReceiveChannelMapDictCreate | ( | void | ) |
Create an empty dictionary.
| int iufReceiveChannelMapDictDeepDelete | ( | iurcmd_t | dict | ) |
Delete a dictionary and its IufReceiveChannelMap objects.
| dict | the dictionary of interest |
| int iufReceiveChannelMapDictDelete | ( | iurcmd_t | dict | ) |
Delete a dictionary without deleting the IufReceiveChannelMap objects.
| dict | the dictionary of interest |
Gets the IufReceiveChannelMap with label key from the dictionary.
| dict | The dictionary of interest |
| key | The label of the IufReceiveChannelMap |
| char** iufReceiveChannelMapDictGetKeys | ( | iurcmd_t | dict | ) |
Get the keys currently available in the dict.
| dict | The dictionary of interest |
| size_t iufReceiveChannelMapDictGetSize | ( | iurcmd_t | dict | ) |
Gets the number of IufReceiveChannelMap objects in the dictionary.
| dict | the dictionary of interest |
| iurcmd_t iufReceiveChannelMapDictLoad | ( | hid_t | handle | ) |
| herr_t iufReceiveChannelMapDictSave | ( | iurcmd_t | dict, |
| hid_t | handle | ||
| ) |
Add a IufReceiveChannelMap with label key to the dictionary.
| dict | The dictionary of interest |
| key | The label of the IufReceiveChannelMap that is added |
| member | The IufReceiveChannelMap |