Template Function colab::addFloatToBuffer

Function Documentation

template<typename T>
void colab::addFloatToBuffer(UINT8 *buffer, UINT16 &pos, T floatValue)

NOT IMPLEMENTED YET!!! It’s only a skeleton.

Accepts float and double.

The floatValue will be stored in BigEndian byte order (as required for CoLaB). pos points then to the first byte of the next data field.