|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <map>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | common_lib |
| namespace | common_lib::competition_logic |
| Enum for colors. | |
Functions | |
| bool | common_lib::competition_logic::operator== (const Color &color, const int &value) |
| bool | common_lib::competition_logic::operator== (const int &value, const Color &color) |
| std::string | common_lib::competition_logic::get_color_string (int color) |
| std::string | common_lib::competition_logic::get_color_string (Color color) |
| Color | common_lib::competition_logic::get_color_enum (const std::string &color) |
Variables | |
| const std::map< std::string, Color, std::less<> > | common_lib::competition_logic::STRING_COLOR_MAP |
| const std::map< Color, std::string > | common_lib::competition_logic::COLOR_STRING_MAP |