Function ouster::sdk::osf::read_text_file
Defined in File basics.h
Function Documentation
-
std::string ouster::sdk::osf::read_text_file(const std::string &filename)
Internal method for reading a file and returning the text data.
- Parameters:
filename[in] – The file to read.
- Returns:
The text of the file specified.