Function ouster::sdk::core::get_file_as_bytes¶
Defined in File compat_ops.h
Function Documentation¶
-
std::vector<uint8_t> ouster::sdk::core::get_file_as_bytes(const std::string &path)¶
Get the contents of the file as a vector of bytes.
- Parameters:
path[in] The path to the file.
- Returns:
A vector containing the contents of the file.