|
SubZero Common
Common library components for an FRC CommandRobot
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | subzero |
| namespace | subzero::Logging |
| namespace | subzero::DetectionParser |
Enumerations | |
| enum class | subzero::Logging::Level { subzero::Logging::VERBOSE = 0 , subzero::Logging::INFO , subzero::Logging::WARNING , subzero::Logging::ERROR , subzero::Logging::FATAL } |
| Levels of logging. More... | |
| enum class | subzero::DetectionParser::ObjectClasses { subzero::DetectionParser::Cone = 0 , subzero::DetectionParser::Cube = 1 , subzero::DetectionParser::Merge = 2 } |
Variables | |
| constexpr auto | subzero::Logging::kMinLogLevel = Level::VERBOSE |
| Will not log messages that fall below this level. | |