rdmuuidapi.h File Reference
Header for Universally Unique Identifier (UUID) API. More...
Include dependency graph for rdmuuidapi.h:
This graph shows which files directly or indirectly include this file:
Functions |
|
void | rdm_uuidInit (RDM_UUID_FACTORY_T *factory, uint32_t seed) |
void | rdm_uuidTerm (RDM_UUID_FACTORY_T *factory) |
void | rdm_uuidCreate (RDM_UUID_FACTORY_T *factory, RDM_UUID_T *uuid) |
RDM_RETCODE | rdm_uuidFromString (const char *str, RDM_UUID_T *uuid) |
size_t | rdm_uuidStrLen (const RDM_UUID_T *uuid, RDM_BOOL_T braces) |
RDM_RETCODE | rdm_uuidToString (const RDM_UUID_T *uuid, char *str, size_t len, RDM_BOOL_T braces) |
Detailed Description
Header for Universally Unique Identifier (UUID) API.