|
IUF-SDK-3
Interventional Ultrasound Library
|
#include <stdlib.h>#include <string.h>#include <iuf.h>#include <iufReceiveSettingsPrivate.h>#include <iufReceiveSettingsDictADT.h>Functions | |
| iursd_t | iufReceiveSettingsDictCreate () |
| create an empty dictionary More... | |
| int | iufReceiveSettingsDictDeepDelete (iursd_t dict) |
| Delete the dictionary and its IufReceiveSettings. More... | |
| int | iufReceiveSettingsDictDelete (iursd_t dict) |
| Delete the dictionary without deleting its IufReceiveSettings. More... | |
| int | iufReceiveSettingsDictCompare (iursd_t reference, iursd_t actual) |
| Compare two dictionaries with each other. More... | |
| size_t | iufReceiveSettingsDictGetSize (iursd_t dict) |
| Get the number of entries in the dictionary. More... | |
| iurs_t | iufReceiveSettingsDictGet (iursd_t dict, char *key) |
Get the IufReceiveSettings from the dictionary that has the label key. More... | |
| char ** | iufReceiveSettingsDictGetKeys (iursd_t dict) |
| Get the keys currently available in the dict. More... | |
| int | iufReceiveSettingsDictSet (iursd_t dict, char *key, iurs_t member) |
Get the IufReceiveSettings from the dictionary that has the label key. More... | |
| int | iufReceiveSettingsDictSave (iursd_t dict, hid_t handle) |
| iursd_t | iufReceiveSettingsDictLoad (hid_t handle) |
| iursd_t iufReceiveSettingsDictCreate | ( | void | ) |
create an empty dictionary
| int iufReceiveSettingsDictDeepDelete | ( | iursd_t | dict | ) |
Delete the dictionary and its IufReceiveSettings.
| dict | The dictionary of interest |
| int iufReceiveSettingsDictDelete | ( | iursd_t | dict | ) |
Delete the dictionary without deleting its IufReceiveSettings.
| dict | The dictionary of interest |
Get the IufReceiveSettings from the dictionary that has the label key.
| dict | The dictionary of interest |
| key | The label of the receiveSettings to return |
| char** iufReceiveSettingsDictGetKeys | ( | iursd_t | dict | ) |
Get the keys currently available in the dict.
| dict | The dictionary of interest |
| size_t iufReceiveSettingsDictGetSize | ( | iursd_t | dict | ) |
Get the number of entries in the dictionary.
| dict | The dictionary of interest |
| iursd_t iufReceiveSettingsDictLoad | ( | hid_t | handle | ) |
| int iufReceiveSettingsDictSave | ( | iursd_t | dict, |
| hid_t | handle | ||
| ) |
Get the IufReceiveSettings from the dictionary that has the label key.
| dict | The dictionary of interest |
| key | The label of the IufReceiveSettings that to be added |
| member | The IufReceiveSettings object |