![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This file contains a collection of methods comparing, manipulating, etc.
floating binary integers
#include <stdlib.h>
#include <stdint.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::Math |
The Math namespace provides classes, utilities, etc. | |
Functions | |
void | Cpl::Math::incrementLargeInteger (uint8_t *integerToBeIncrement, int integerSizeInBytes, uint8_t incValue=1, bool littleEndian=true) noexcept |
This method treats the binary array a single 'large integer' and increment the array/large-integer by N. | |