mirror of
https://github.com/JvanKatwijk/qt-dab.git
synced 2025-10-06 00:02:40 +02:00
109 lines
3.4 KiB
C
109 lines
3.4 KiB
C
#
|
|
/*
|
|
* Copyright (C) 2015 .. 2023
|
|
* Jan van Katwijk (J.vanKatwijk@gmail.com)
|
|
* Lazy Chair Computing
|
|
*
|
|
* This file is part of the Qt-DAB
|
|
*
|
|
* Qt-DAB is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* Qt-DAB is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with Qt-DAB; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
*/
|
|
// Names of sections
|
|
#pragma once
|
|
|
|
#define DAB_GENERAL "dab-general"
|
|
#define CONFIG_HANDLER "configHandler"
|
|
#define ENSEMBLE "ENSEMBLE"
|
|
#define ENSEMBLE_HANDLER "ensembleHandler"
|
|
#define CONTENT_TABLE "contentTable"
|
|
#define SCANNER "scannerHandler"
|
|
//
|
|
//
|
|
|
|
#define AUDIOSERVICES_ONLY "audioServices_only"
|
|
#define AUTO_HTTP "auto_http"
|
|
#define MAP_HANDLING "MAP_HANDLING"
|
|
#define TII_THRESHOLD "tiiThreshold"
|
|
#define TII_FILTER "tiiFilter"
|
|
#define MUTE_TIME_SETTING "muteTime"
|
|
#define SWITCH_VALUE_SETTING "switchDelay"
|
|
#define SWITCH_STAY_SETTING "switchStay"
|
|
#define SERVICE_ORDER_SETTING "servicOrder"
|
|
#define LOG_MODE "logMode"
|
|
#define EPG2XML_SETTING "epg2xml"
|
|
#define TII_DETECTOR_SETTING "tii+detector"
|
|
#define UTC_SELECTOR_SETTING "utcSelector"
|
|
#define ON_TOP_SETTING "onTop"
|
|
#define CLOSE_DIRECT_SETTING "codeDirect"
|
|
#define EPG_FLAG_SETTING "epgFlag"
|
|
#define LOCAL_BROWSER_SETTING "localBrowser"
|
|
#define LOCAL_TRANSMITTERS_SETTING "localTransmitters"
|
|
#define CLEAR_SCAN_RESULT_SETTING "clearScanResult"
|
|
#define SAVE_SLIDES_SETTING "saveSlides"
|
|
#define TRANSMITTER_NAMES_SETTING "transmitterNames"
|
|
|
|
#define COLOR_SETTINGS "colorSettings"
|
|
#define SKIN_SETTING "skin"
|
|
#define SAVE_SERVICE_SETTING "saveService"
|
|
|
|
#define MAP_PORT_SETTING "mapPort"
|
|
|
|
#define SHOWALL_SETTING "showAll_Setting"
|
|
#define SHOWALL_TII "show_all_tii"
|
|
#define DECODERS "decoders"
|
|
#define NEW_DISPLAY_VISIBLE "newDisplay"
|
|
#define LABEL_COLOR "labelStyle"
|
|
#define PRESET_NAME "presetName"
|
|
#define CHANNEL_NAME "channel"
|
|
|
|
#define CONFIG_WIDGET_VISIBLE "configVisible"
|
|
#define DEVICE_WIDGET_VISIBLE "deviceVisible"
|
|
#define SNR_WIDGET_VISIBLE "snrVisible"
|
|
#define TECHDATA_VISIBLE "techDataVisible"
|
|
|
|
#define HOME_LATITUDE "latitude"
|
|
#define HOME_LONGITUDE "longitude"
|
|
|
|
#define AUDIO_STREAM_NAME "soundChannel"
|
|
#define QT_AUDIO_STREAM_NAME "qt_soundChannel"
|
|
#define QT_AUDIO_VOLUME "qt_audioVolume"
|
|
|
|
#define BROWSER_ADDRESS "browserAddress"
|
|
|
|
#define SELECTED_DEVICE "device"
|
|
#define CONTENT_DIR "contentDir"
|
|
|
|
#define SAVEDIR_XML "saveDir_xmlDump"
|
|
|
|
#define SCAN_HANDLER "scanHandler"
|
|
#define SOUND_HANDLER "soundHandler"
|
|
#define SOUND_HANDLING "soundHandling"
|
|
#define S_PORT_AUDIO "PORTAUDIO"
|
|
#define S_QT_AUDIO "QT_AUDIO"
|
|
|
|
#define S_MAIN_WIDGET "mainWidget"
|
|
|
|
#define S_FILE_PATH "filePath"
|
|
#define S_SCANFILE_PATH "scanfilePath"
|
|
#define S_CORRELATION_ORDER "correlationOrder"
|
|
#define S_DX_MODE "dxMode"
|
|
|
|
#define S_DABBAND "dabBand"
|
|
#define S_SCAN_MODE "scanMode"
|
|
|
|
#define WAVSETTINGS "wavFileSettings"
|
|
#define RAWSETTINGS "rawFilesSettings"
|
|
#define XMLSETTINGS "xmlFilesSettings"
|