mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
Save/restore rollup state in features
This commit is contained in:
@@ -112,6 +112,11 @@ void getPassAzEl(QLineSeries* azimuth, QLineSeries* elevation, QLineSeries* pola
|
||||
int steps = 20;
|
||||
|
||||
double timeStep = (losTime - aosTime).TotalSeconds() / steps;
|
||||
if (timeStep <= 0.0)
|
||||
{
|
||||
qDebug() << "getPassAzEl: AOS is the same as or after LOS";
|
||||
return;
|
||||
}
|
||||
|
||||
while (currentTime <= losTime)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user