rdmuuidtypes.h File Reference

Header for Universally Unique Identifier (UUID) types. More...

#include "psptypes.h"
Include dependency graph for rdmuuidtypes.h:
This graph shows which files directly or indirectly include this file:

Data Structures

struct  RDM_UUID_FACTORY_T
 The RDM UUID factory data structure. More...
 
struct  RDM_UUID_T
 The RDM UUID data structure. More...
 

Macros

#define RDM_UUID_STRLEN   37
 
#define LITERAL_NULL_UUID
 

Detailed Description

Header for Universally Unique Identifier (UUID) types.

Macro Definition Documentation

◆ LITERAL_NULL_UUID

#define LITERAL_NULL_UUID
Value:
{ \
0, 0, 0, 0, 0, \
{ \
0, 0, 0, 0, 0, 0 \
} \
}

The null UUID

◆ RDM_UUID_STRLEN

#define RDM_UUID_STRLEN   37

The maximum string length of an UUID including the NULL terminator but not the braces