IUF-SDK-3
Interventional Ultrasound Library
iufUuid.h File Reference

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...
 

Function Documentation

◆ iufUuidCreate()

char* iufUuidCreate ( void  )

Generates a unique string representing a UUID code in the format like e.g. 1b4e28ba-2fa1-11d2-883f-0016d3cca123.

Returns
character array containing a UUID

◆ setIufUuidCreate()

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.

Parameters
cThe character array the will hold the UUID string.