Distributed Publish & Subscribe for IoT
|
Create and compare UUIDs. More...
Go to the source code of this file.
Data Structures | |
struct | _DPS_UUID |
Type definition for a UUID. More... | |
Typedefs | |
typedef struct _DPS_UUID | DPS_UUID |
Type definition for a UUID. | |
Functions | |
void | DPS_GenerateUUID (DPS_UUID *uuid) |
Non secure generation of a random UUID. More... | |
DPS_Status | DPS_InitUUID (void) |
One time initialization. More... | |
int | DPS_UUIDCompare (const DPS_UUID *a, const DPS_UUID *b) |
Numerical comparison of two UUIDs. More... | |
const char * | DPS_UUIDToString (const DPS_UUID *uuid) |
Return a string representation of a UUID. More... | |
Create and compare UUIDs.