Function ouster::sdk::osf::to_string(const uint8_t *, const size_t, const size_t)¶
Defined in File basics.h
Function Documentation¶
-
std::string ouster::sdk::osf::to_string(const uint8_t *buf, const size_t count, const size_t max_show_count = 0)¶
Debug method to get hex buf values in string.
- Parameters:
buf[in] The buffer to dump to string.
count[in] The size of the buffer.
max_show_count[in] The number of bytes to dump. This arg is optional.
- Returns:
The string representation