Function ouster::sdk::core::full_scale_range_of_string
Defined in File types.h
Function Documentation
-
optional<FullScaleRange> ouster::sdk::core::full_scale_range_of_string(const std::string &s)
Get full scale range setting from string.
- Parameters:
s[in] – The string to decode into a full scale range.
- Returns:
full scale range corresponding to the string, or nullopt on error.