Function sick::read_write_helper::readInt8
Defined in File ReadWriteHelper.hpp
Function Documentation
-
inline int8_t sick::read_write_helper::readInt8(std::vector<uint8_t>::const_iterator it)
Read a signed 8-bit integer at offset.
- Parameters:
buf – Buffer to read from.
offset – Position of integer.
- Returns:
The value of the read integer.