Function sick::read_write_helper::readInt32BigEndian
Defined in File ReadWriteHelper.hpp
Function Documentation
-
inline int32_t sick::read_write_helper::readInt32BigEndian(std::vector<uint8_t>::const_iterator it)
Read an unsigned 32-bit integer at offset in big endian encoding.
- Parameters:
buf – Buffer to read from.
offset – Position of integer.
- Returns:
The value of the read integer.