GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Macros | Typedefs
Guid.h File Reference
#include "Cpl/Text/String.h"
#include "Cpl/Text/FString.h"
#include <stdint.h>
Include dependency graph for Guid.h:

Go to the source code of this file.

Classes

struct  Cpl::Type::Guid_T
 This structure defines a type for a 16 Byte GUID/UUID. More...
 
union  Cpl::Type::Guid_T.__unnamed6__
 Value as single memory block, and/or internal structure. More...
 
struct  Cpl::Type::Guid_T.__unnamed6__.__unnamed8__
 

Namespaces

namespace  Cpl
 The 'Cpl' namespace is the root name space for the Colony.
 
namespace  Cpl::Type
 The 'Cpl::Type' namespace contain various typedefs and/or helper classes that function as general purpose types, callback mechanisms, etc.
 

Macros

#define CPL_TYPE_GUID_BINARY_LENGTH   16
 The number of binary bytes in a GUID.
 
#define CPL_TYPE_GUID_MAX_FORMATTED_LENGTH   36
 Maximum string length (not including the null terminator) for a formatted GUI string WITHOUT leading/trailing brackets.
 
#define CPL_TYPE_GUID_MAX_FORMATTED_WITH_BRACES_LENGTH   38
 Maximum string length (not including the null terminator) for a formatted GUI string WITH leading/trailing brackets.
 

Typedefs

typedef Cpl::Text::FString< CPL_TYPE_GUID_MAX_FORMATTED_LENGTHCpl::Type::GuidString_T
 Convenience typedef for a GUID String.
 

Class Documentation

◆ Cpl::Type::Guid_T.__unnamed6__

union Cpl::Type::Guid_T.__unnamed6__

Value as single memory block, and/or internal structure.

Class Members
struct Guid_T.__unnamed6__.__unnamed8__ __unnamed__
uint8_t block[CPL_TYPE_GUID_BINARY_LENGTH] GUID value as single block of memory.

◆ Cpl::Type::Guid_T.__unnamed6__.__unnamed8__

struct Cpl::Type::Guid_T.__unnamed6__.__unnamed8__
Class Members
uint8_t clock_seq_hi_lo[2] Variant (1-3 bits), Clock sequence (13-15 bits)
uint8_t node[6] Node ID (48 bits)
uint8_t time_hi_version[2] Version (4bits) and high 12 bits of time.
uint8_t time_low[4] Low 32 bits of the time.
uint8_t time_mid[2] Middle 16 bits of the time.

Macro Definition Documentation

◆ CPL_TYPE_GUID_BINARY_LENGTH

#define CPL_TYPE_GUID_BINARY_LENGTH   16

The number of binary bytes in a GUID.

◆ CPL_TYPE_GUID_MAX_FORMATTED_LENGTH

#define CPL_TYPE_GUID_MAX_FORMATTED_LENGTH   36

Maximum string length (not including the null terminator) for a formatted GUI string WITHOUT leading/trailing brackets.

◆ CPL_TYPE_GUID_MAX_FORMATTED_WITH_BRACES_LENGTH

#define CPL_TYPE_GUID_MAX_FORMATTED_WITH_BRACES_LENGTH   38

Maximum string length (not including the null terminator) for a formatted GUI string WITH leading/trailing brackets.