|
IUF-SDK-3
Interventional Ultrasound Library
|
Go to the source code of this file.
Macros | |
| #define | IUDSD_INVALID (iudsd_t) NULL |
Typedefs | |
| typedef IufDataStreamDict * | iudsd_t |
Functions | |
| iudsd_t | iufDataStreamDictCreate (void) |
| int | iufDataStreamDictDelete (iudsd_t dict) |
| int | iufDataStreamDictCompare (iudsd_t reference, iudsd_t actual) |
| int | iufDataStreamDictGetSize (iudsd_t dict) |
| iuds_t | iufDataStreamDictGet (iudsd_t dict, char *key) |
| int | iufDataStreamDictSet (iudsd_t dict, char *key, iuds_t member) |
| #define IUDSD_INVALID (iudsd_t) NULL |
| typedef IufDataStreamDict* iudsd_t |
| iudsd_t iufDataStreamDictCreate | ( | void | ) |
| int iufDataStreamDictDelete | ( | iudsd_t | dict | ) |
| int iufDataStreamDictGetSize | ( | iudsd_t | dict | ) |