Fix doppler correction for #1682. Add Az/El offset setting.

This commit is contained in:
Jon Beniston 2023-05-20 08:05:25 +01:00
parent b005ef215e
commit 3ca25db820
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@ struct SatelliteTrackerSettings
QString m_mapFeature; //!< Which feature when FROM_MAP
QString m_fileInputDevice; //!< Which device when FROM_FILE
enum Rotators {ALL_ROTATORS, NO_ROTATORS, MATCHING_TARGET} m_drawRotators; //!< Which rotators to draw on polar chart
double m_azimuthOffset; //!< Offset to add to az/el sent to rotator
double m_elevationOffset;
int m_columnSort; //!< Which column is used for sorting (-1 for none)
Qt::SortOrder m_columnSortOrder;