Function ouster::sdk::core::to_string(Stl::CoordinateFrame)¶
Defined in File stl.h
Function Documentation¶
-
std::string ouster::sdk::core::to_string(Stl::CoordinateFrame coordinate_frame)¶
Converts an CoordinateFrame enum value to its corresponding string representation.
- Parameters:
coordinate_frame[in] The CoordinateFrame enum value to convert.
- Returns:
The string representation of the CoordinateFrame enum value.