Function ouster::sdk::core::operating_mode_of_string
Defined in File types.h
Function Documentation
-
optional<OperatingMode> ouster::sdk::core::operating_mode_of_string(const std::string &s)
Get operating mode from string.
- Parameters:
s[in] – String to get the operating mode from.
- Returns:
operating mode corresponding to the string, or 0 on error.