|
IUF-SDK-3
Interventional Ultrasound Library
|
Go to the source code of this file.
Functions | |
| char * | iufUuidCreate (void) |
| Generates a unique string representing a UUID code in the format like e.g. 1b4e28ba-2fa1-11d2-883f-0016d3cca123. More... | |
| void | setIufUuidCreate (char *c) |
Create a UUID code in the format like e.g. 1b4e28ba-2fa1-11d2-883f-0016d3cca123 and assign it to c. Sufficient memory needs to b e allocated in advance for c. More... | |
| char* iufUuidCreate | ( | void | ) |
Generates a unique string representing a UUID code in the format like e.g. 1b4e28ba-2fa1-11d2-883f-0016d3cca123.
| void setIufUuidCreate | ( | char * | c | ) |
Create a UUID code in the format like e.g. 1b4e28ba-2fa1-11d2-883f-0016d3cca123 and assign it to c. Sufficient memory needs to b e allocated in advance for c.
| c | The character array the will hold the UUID string. |