#include <stdio.h>
#include <iufReceiveChannelMap.h>
Go to the source code of this file.
◆ IURCMD_INVALID
◆ iurcmd_t
◆ iufReceiveChannelMapDictCompare()
Compare two IufReceiveChannelMapDict ojects with each other.
- Returns
- Return 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 |
◆ iufReceiveChannelMapDictCreate()
| iurcmd_t iufReceiveChannelMapDictCreate |
( |
void |
| ) |
|
Create an empty dictionary.
- Returns
- returns the created dictionary or IURCMD_INVALID in case of an error.
◆ iufReceiveChannelMapDictDeepDelete()
| int iufReceiveChannelMapDictDeepDelete |
( |
iurcmd_t |
dict | ) |
|
◆ iufReceiveChannelMapDictDelete()
| int iufReceiveChannelMapDictDelete |
( |
iurcmd_t |
dict | ) |
|
◆ iufReceiveChannelMapDictGet()
◆ iufReceiveChannelMapDictGetKeys()
| char** iufReceiveChannelMapDictGetKeys |
( |
iurcmd_t |
dict | ) |
|
◆ iufReceiveChannelMapDictGetSize()
| size_t iufReceiveChannelMapDictGetSize |
( |
iurcmd_t |
dict | ) |
|
◆ iufReceiveChannelMapDictSet()
| int iufReceiveChannelMapDictSet |
( |
iurcmd_t |
dict, |
|
|
char * |
key, |
|
|
iurcm_t |
member |
|
) |
| |