Go to the source code of this file.
|
| RealType | serial::rotation_angle_utils::unit_to_radians (const RealType value, const params::RotationAngleUnit unit) noexcept |
| |
| RealType | serial::rotation_angle_utils::radians_to_unit (const RealType value, const params::RotationAngleUnit unit) noexcept |
| |
| math::RotationCoord | serial::rotation_angle_utils::external_rotation_to_internal (const RealType azimuth, const RealType elevation, const RealType time, const params::RotationAngleUnit unit) noexcept |
| |
| math::RotationCoord | serial::rotation_angle_utils::external_rotation_rate_to_internal (const RealType azimuth_rate, const RealType elevation_rate, const RealType time, const params::RotationAngleUnit unit) noexcept |
| |
| RealType | serial::rotation_angle_utils::internal_azimuth_to_external (const RealType azimuth, const params::RotationAngleUnit unit) noexcept |
| |
| RealType | serial::rotation_angle_utils::internal_elevation_to_external (const RealType elevation, const params::RotationAngleUnit unit) noexcept |
| |
| RealType | serial::rotation_angle_utils::internal_azimuth_rate_to_external (const RealType azimuth_rate, const params::RotationAngleUnit unit) noexcept |
| |
| RealType | serial::rotation_angle_utils::internal_elevation_rate_to_external (const RealType elevation_rate, const params::RotationAngleUnit unit) noexcept |
| |