mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Fix doppler correction for #1682. Add Az/El offset setting.
This commit is contained in:
parent
b005ef215e
commit
3ca25db820
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user