#include "colab.hpp"
#include <cstring>
#include <cassert>
#include <stdexcept>
#include <stdlib.h>
#include <limits>
Go to the source code of this file.
|
void | colab::addFrameToBuffer (UINT8 *sendBuffer, UINT8 *cmdBuffer, UINT16 *len) |
|
void | colab::addStringToBuffer (UINT8 *buffer, UINT16 &pos, const std::string &stringValue) |
|
void | colab::addStringToBuffer (BYTE *buffer, const std::string &stringValue) |
|
UINT16 | colab::decodeUINT16 (BYTE *buffer) |
|
std::string | colab::getCommandStringFromBuffer (UINT8 *buffer) |
|
double | colab::getDoubleFromBuffer (UINT8 *buffer, UINT16 &pos) |
|
std::string | colab::getIdentifierFromBuffer (UINT8 *buffer, UINT16 &nextData, UINT16 bufferLength) |
|
std::string | colab::getStringFromBuffer (UINT8 *buffer, UINT16 &pos, UINT16 length) |
|
std::string | colab::getStringFromBuffer (BYTE *&buffer, UINT16 length) |
|