mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
#1106 - Add satellite data to Satellite Tracker feature Web API report
This commit is contained in:
@@ -497,6 +497,10 @@ void SatelliteTrackerWorker::update()
|
||||
// Send to GUI
|
||||
if (getMessageQueueToGUI())
|
||||
getMessageQueueToGUI()->push(SatelliteTrackerReport::MsgReportSat::create(new SatelliteState(satWorkerState->m_satState)));
|
||||
|
||||
// Sent to Feature for Web report
|
||||
if (m_msgQueueToFeature)
|
||||
m_msgQueueToFeature->push(SatelliteTrackerReport::MsgReportSat::create(new SatelliteState(satWorkerState->m_satState)));
|
||||
}
|
||||
else
|
||||
qDebug() << "SatelliteTrackerWorker::update: No TLE for " << sat->m_name << ". Can't compute position.";
|
||||
|
||||
Reference in New Issue
Block a user