Function sick::read_write_helper::writeUint8

Function Documentation

inline void sick::read_write_helper::writeUint8(std::vector<uint8_t>::iterator it, const uint8_t v)

Helper Functions read and write data at a certain place in a buffer.

Writes an unsigned 8-bit integer to a buffer at offset.

Parameters
  • buf – The buffer to write to.

  • v – Value which will be written.