1
0
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:
Jon Beniston
2022-02-06 11:13:09 +00:00
parent c25837fcf7
commit d4a649ad35
11 changed files with 874 additions and 0 deletions
@@ -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.";