GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Typedefs
Cpl::Type Namespace Reference

The 'Cpl::Type' namespace contain various typedefs and/or helper classes that function as general purpose types, callback mechanisms, etc. More...

Detailed Description

The 'Cpl::Type' namespace contain various typedefs and/or helper classes that function as general purpose types, callback mechanisms, etc.

Classes

struct  Guid_T
 This structure defines a type for a 16 Byte GUID/UUID. More...
 
union  Guid_T.__unnamed6__
 Value as single memory block, and/or internal structure. More...
 
struct  Guid_T.__unnamed6__.__unnamed8__
 
class  SeqNumber
 This class defines a sequence number and the operation that can be performed on it. More...
 
class  Traverser
 This class defines a set of type(s) that are used with the traverser design pattern. More...
 

Typedefs

typedef Cpl::Text::FString< CPL_TYPE_GUID_MAX_FORMATTED_LENGTHGuidString_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.

Typedef Documentation

◆ GuidString_T

Convenience typedef for a GUID String.