|
FERS 0.1.0
The Flexible Extensible Radar Simulator
|
|
noexcept |
Converts external compass azimuth/elevation rates into internal rotation rates.
Definition at line 36 of file rotation_angle_utils.h.
References max, and unit_to_radians().
Referenced by serial::xml_parser_utils::parseFixedRotation(), and serial::update_platform_paths_from_json().
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
Converts external compass azimuth/elevation into internal rotation coordinates.
Definition at line 28 of file rotation_angle_utils.h.
References PI, and unit_to_radians().
Referenced by fers_get_interpolated_rotation_path(), math::from_json(), serial::xml_parser_utils::parseFixedRotation(), serial::xml_parser_utils::parseRotationPath(), and serial::update_platform_paths_from_json().
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
Converts an internal azimuth rate to the external compass convention.
Definition at line 57 of file rotation_angle_utils.h.
References max, and radians_to_unit().
Referenced by serial::xml_serializer_utils::serializeRotation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
Converts an internal azimuth angle to the external compass convention.
Definition at line 44 of file rotation_angle_utils.h.
References PI, and radians_to_unit().
Referenced by fers_get_interpolated_rotation_path(), serial::kml_generator_utils::generateDirectionalAntennaKml(), serial::xml_serializer_utils::serializeRotation(), and math::to_json().
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
Converts an internal elevation rate to the external unit.
Definition at line 64 of file rotation_angle_utils.h.
References max, and radians_to_unit().
Referenced by serial::xml_serializer_utils::serializeRotation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
Converts an internal elevation angle to the external unit.
Definition at line 50 of file rotation_angle_utils.h.
References radians_to_unit().
Referenced by fers_get_interpolated_rotation_path(), serial::kml_generator_utils::generateDirectionalAntennaKml(), serial::xml_serializer_utils::serializeRotation(), and math::to_json().
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
Converts a radian value to the requested external unit.
Definition at line 22 of file rotation_angle_utils.h.
References params::Degrees, and PI.
Referenced by internal_azimuth_rate_to_external(), internal_azimuth_to_external(), internal_elevation_rate_to_external(), and internal_elevation_to_external().
Here is the caller graph for this function:
|
noexcept |
Converts a value from the given external unit to radians.
Definition at line 16 of file rotation_angle_utils.h.
References params::Degrees, and PI.
Referenced by external_rotation_rate_to_internal(), and external_rotation_to_internal().
Here is the caller graph for this function: