Function ouster::sdk::osf::read_text_file

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.