mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
Add min and max limits for azimuth and elevation in GS-232 controller. Add satellite tracker support
This commit is contained in:
@@ -76,11 +76,15 @@ private:
|
||||
QSerialPort m_serialPort;
|
||||
QTimer m_pollTimer;
|
||||
|
||||
int m_lastAzimuth;
|
||||
int m_lastElevation;
|
||||
|
||||
bool handleMessage(const Message& cmd);
|
||||
void applySettings(const GS232ControllerSettings& settings, bool force = false);
|
||||
MessageQueue *getMessageQueueToGUI() { return m_msgQueueToGUI; }
|
||||
void setAzimuth(int azimuth, int azimuthOffset);
|
||||
void setAzimuthElevation(int azimuth, int elevation, int azimuthOffset, int elevationOffset);
|
||||
void openSerialPort(const GS232ControllerSettings& settings);
|
||||
void setAzimuth(int azimuth);
|
||||
void setAzimuthElevation(int azimuth, int elevation);
|
||||
|
||||
private slots:
|
||||
void handleInputMessages();
|
||||
|
||||
Reference in New Issue
Block a user