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