mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 09:48:45 -05:00
commit
93a238503c
@ -5,9 +5,9 @@ IF(NOT SGP4_FOUND)
|
||||
FIND_PATH(
|
||||
SGP4_INCLUDE_DIR
|
||||
NAMES SGP4.h
|
||||
HINTS ${SGP4_DIR}/include/SGP4
|
||||
PATHS /usr/local/include/SGP4
|
||||
/usr/include/SGP4
|
||||
HINTS ${SGP4_DIR}/include/libsgp4
|
||||
PATHS /usr/local/include/libsgp4
|
||||
/usr/include/libsgp4
|
||||
)
|
||||
|
||||
FIND_LIBRARY(
|
||||
|
@ -37,6 +37,8 @@
|
||||
|
||||
class APTDemod;
|
||||
|
||||
using namespace libsgp4;
|
||||
|
||||
class APTDemodImageWorker : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -26,6 +26,8 @@
|
||||
#include "satelliteselectiondialog.h"
|
||||
#include "util/units.h"
|
||||
|
||||
using namespace libsgp4;
|
||||
|
||||
SatelliteSelectionDialog::SatelliteSelectionDialog(SatelliteTrackerSettings *settings,
|
||||
const QHash<QString, SatNogsSatellite *>& satellites,
|
||||
QWidget* parent) :
|
||||
|
@ -29,6 +29,8 @@
|
||||
|
||||
#include "satellitetrackersgp4.h"
|
||||
|
||||
using namespace libsgp4;
|
||||
|
||||
// Convert QGP4 DateTime to Qt QDataTime
|
||||
static QDateTime dateTimeToQDateTime(DateTime dt)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user