Go to the source code of this file.
◆ IUDMD_INVALID
| #define IUDMD_INVALID (iudmd_t) NULL |
◆ iudmd_t
◆ iufDemodulationDictCompare()
Compare two dictionaries with each other.
- Returns
- IUF_TRUE in case the dictionaries are equal and IUF_FALSE otherwise.
- Parameters
-
| reference | The dictionary to compare to |
| actual | The dictionary to compare with |
◆ iufDemodulationDictCreate()
| iudmd_t iufDemodulationDictCreate |
( |
void |
| ) |
|
create an empty dictionary
- Returns
- Returns the created dictionary or NULL in case of an error
◆ iufDemodulationDictDeepDelete()
| int iufDemodulationDictDeepDelete |
( |
iudmd_t |
dict | ) |
|
◆ iufDemodulationDictDelete()
| int iufDemodulationDictDelete |
( |
iudmd_t |
dict | ) |
|
Delete the dictionary without deleting its IufDemodulation.
- Returns
- IUF_E_OK in case of success and IUF_ERR_VALUE in case of an invalid argument.
- Parameters
-
| dict | The dictionary of interest |
◆ iufDemodulationDictGet()
Get the IufDemodulation from the dictionary that has the label key.
- Returns
- Returns the requested IufDemodulation or IURS_INVALID in case of an error
- Parameters
-
| dict | The dictionary of interest |
| key | The label of the demodulation to return |
◆ iufDemodulationDictGetKeys()
| char** iufDemodulationDictGetKeys |
( |
iudmd_t |
dict | ) |
|
◆ iufDemodulationDictGetSize()
| size_t iufDemodulationDictGetSize |
( |
iudmd_t |
dict | ) |
|
Get the number of entries in the dictionary.
- Returns
- Returns the number of IufDemodulation of the dictionary, or -1 in case of an error.
- Parameters
-
| dict | The dictionary of interest |
◆ iufDemodulationDictSet()
| int iufDemodulationDictSet |
( |
iudmd_t |
dict, |
|
|
char * |
key, |
|
|
iudm_t |
member |
|
) |
| |
Get the IufDemodulation from the dictionary that has the label key.
- Returns
- Returns the requested IufDemodulation or IURS_INVALID in case of an error
- Parameters
-