mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Add AvailableChannelOrFeatureHandler for handling lists of channels, features and message pipes to them.
This commit is contained in:
@@ -23,14 +23,6 @@
|
||||
|
||||
#include "startrackersettings.h"
|
||||
|
||||
const QStringList StarTrackerSettings::m_pipeTypes = {
|
||||
QStringLiteral("RadioAstronomy")
|
||||
};
|
||||
|
||||
const QStringList StarTrackerSettings::m_pipeURIs = {
|
||||
QStringLiteral("sdrangel.channel.radioastronomy")
|
||||
};
|
||||
|
||||
StarTrackerSettings::StarTrackerSettings() :
|
||||
m_rollupState(nullptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user