|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
#include "rotation_warning_utils.h"#include <algorithm>#include <array>#include <cmath>#include <format>#include <limits>#include <numbers>#include <numeric>#include <ranges>#include <string>#include "core/logging.h"
Include dependency graph for rotation_warning_utils.cpp:Go to the source code of this file.
Namespaces | |
| namespace | serial |
| namespace | serial::rotation_warning_utils |
Functions | |
| InferenceResult | serial::rotation_warning_utils::infer_unit_from_value (const RealType value, const ValueKind kind) noexcept |
| bool | serial::rotation_warning_utils::should_warn (const Confidence confidence, const WarningSensitivity sensitivity) noexcept |
| void | serial::rotation_warning_utils::clear_captured_warnings () noexcept |
| std::vector< std::string > | serial::rotation_warning_utils::take_captured_warnings () |
| void | serial::rotation_warning_utils::maybe_warn_about_rotation_value (const RealType value, const params::RotationAngleUnit declared_unit, const ValueKind kind, const std::string_view source, const std::string_view owner, const std::string_view field) |