![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This file contains a set of miscellaneous low-level text/string functions.
NOTE: The application should be CAREFUL when using these method in that the provide little/to-none protection against memory errors/over-runs.
#include <stdint.h>
#include <stdlib.h>
Go to the source code of this file.
Namespaces | |
namespace | Cpl |
The 'Cpl' namespace is the root name space for the Colony. | |
namespace | Cpl::Text |
The Text namespace provides yet-another String class and additional string and/or text processing utilities. | |
Functions | |
uint8_t | Cpl::Text::unhexChar (char c) |
Returns the binary value for the 'ASCII HEX' character 'c'. | |
bool | Cpl::Text::unhex (const char *inString, size_t numCharToScan, uint8_t *outData) |
This method converts up to 'numCharToScan' characters from the ASCII HEX text string. | |