![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
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_LENGTH > | Cpl::Type::GuidString_T |
Convenience typedef for a GUID String. | |
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. |
struct Cpl::Type::Guid_T.__unnamed6__.__unnamed8__ |
#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.