mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 14:34:57 -04:00
FeatureWebAPIUtils: Add skyMapFind()
This commit is contained in:
@@ -32,6 +32,7 @@ class SDRBASE_API FeatureWebAPIUtils
|
||||
public:
|
||||
static bool mapFind(const QString& target, int featureSetIndex=-1, int featureIndex=-1);
|
||||
static bool mapSetDateTime(const QDateTime& dateTime, int featureSetIndex=-1, int featureIndex=-1);
|
||||
static bool skyMapFind(const QString& target, int featureSetIndex=-1, int featureIndex=-1);
|
||||
static Feature *getFeature(int& featureSetIndex, int& featureIndex, const QString& uri);
|
||||
static bool satelliteAOS(const QString name, const QDateTime aos, const QDateTime los);
|
||||
static bool satelliteLOS(const QString name);
|
||||
|
||||
Reference in New Issue
Block a user