Add --start option to start all devices and features. For #2359.

This commit is contained in:
Jon Beniston
2025-01-20 10:54:21 +00:00
parent 83b36c6aab
commit f841eecab9
6 changed files with 72 additions and 1 deletions
+1
View File
@@ -47,6 +47,7 @@ private slots:
class SDRBASE_API FeatureWebAPIUtils
{
public:
static bool run(int featureSetIndex, int featureIndex);
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);