Go to the documentation of this file.
109 for (
int i = 0; i < width; i++)
111 buffer[pos+width-1-i] = (intValue >> (8 * i)) & 0xff;
133 for (
int i = 0; i < width; i++)
135 intValue += buffer[pos+width-1-i] << (8 * i);
T getIntegerFromBuffer(UINT8 *buffer, UINT16 &pos)
void addFrameToBuffer(UINT8 *sendBuffer, UINT8 *cmdBuffer, UINT16 *len)
std::string getStringFromBuffer(UINT8 *buffer, UINT16 &pos, UINT16 length)
void addFloatToBuffer(UINT8 *buffer, UINT16 &pos, T floatValue)
void addIntegerToBuffer(UINT8 *buffer, UINT16 &pos, T intValue)
TFSIMD_FORCE_INLINE tfScalar length(const Quaternion &q)
double getDoubleFromBuffer(UINT8 *buffer, UINT16 &pos)
UINT16 decodeUINT16(BYTE *buffer)
void addStringToBuffer(UINT8 *buffer, UINT16 &pos, const std::string &stringValue)
std::string getCommandStringFromBuffer(UINT8 *buffer)
std::string getIdentifierFromBuffer(UINT8 *buffer, UINT16 &nextData, UINT16 bufferLength)
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:07