4#include "configobject.hh"
16 Q_CLASSINFO(
"description",
"Settings for MD-390, RT8, MD-UV390, RT3S, MD-2017, RT82, DM-1701, RT84.")
17 Q_CLASSINFO(
"longDescription",
"Device specific channel settings for TyT and Retevis devices."
18 "Including TyT MD-390, MD-UV390, MD-2017, Retevis RT8, RT3S and RT82"
19 " as well as Baofeng DM-1701.")
59 Q_CLASSINFO(
"dmrSquelchDescription",
"Sets the squelch level for DMR channels. "
60 "Only applicable for MD-UV390 and MD-2017")
65 Low=0, Medium=1, High=2
71 Tone259_2Hz=0, Tone55_2Hz=1, Off=3
77 Always = 0, AdmitCriterion=1, TXInterrupt=2
324 ButtonAction sideButton1Short()
const;
326 void setSideButton1Short(ButtonAction action);
328 ButtonAction sideButton1Long()
const;
330 void setSideButton1Long(ButtonAction action);
333 ButtonAction sideButton2Short()
const;
335 void setSideButton2Short(ButtonAction action);
337 ButtonAction sideButton2Long()
const;
339 void setSideButton2Long(ButtonAction action);
342 ButtonAction sideButton3Short()
const;
344 void setSideButton3Short(ButtonAction action);
346 ButtonAction sideButton3Long()
const;
348 void setSideButton3Long(ButtonAction action);
351 ButtonAction progButton1Short()
const;
353 void setProgButton1Short(ButtonAction action);
355 ButtonAction progButton1Long()
const;
357 void setProgButton1Long(ButtonAction action);
360 ButtonAction progButton2Short()
const;
362 void setProgButton2Short(ButtonAction action);
364 ButtonAction progButton2Long()
const;
366 void setProgButton2Long(ButtonAction action);
369 unsigned longPressDuration()
const;
371 void setLongPressDuration(
unsigned dur);
695 Q_CLASSINFO(
"powerSaveModeDescription",
"Puts the radio into sleep-mode when idle.")
696 Q_CLASSINFO(
"powerSaveModeLongDescription",
697 "When enabled, the radio enters a sleep mode when idle. That is, when on receive and "
698 "there is no activity on the current channel. However, the radio may need some time "
699 "to wake up from this mode. Hence, the 'wakeupPreamble' need to be enabled by all "
700 "radios in the network to provide this wake-up delay.")
703 Q_CLASSINFO(
"wakeupPreambleDescription",
"If enabled, the radio will transmit a short wake-up "
704 "preamble before each call.")
758 Q_CLASSINFO(
"description",
"Settings for MD-390, RT8, MD-UV390, RT3S, MD-2017, RT82.")
759 Q_CLASSINFO(
"longDescription",
"Device specific radio settings for TyT and Retevis devices."
760 "Including TyT MD-390, MD-UV390, MD-2017 as well as Retevis RT8, "
765 enum class MonitorType {
777 MonitorType monitorType()
const;
779 void setMonitorType(MonitorType type);
782 bool allLEDsDisabled()
const;
784 void disableAllLEDs(
bool disable);
787 bool talkPermitToneDigital()
const;
789 void enableTalkPermitToneDigital(
bool enable);
792 bool talkPermitToneAnalog()
const;
794 void enableTalkPermitToneAnalog(
bool enable);
797 bool passwordAndLock()
const;
799 void enablePasswordAndLock(
bool enable);
802 bool channelFreeIndicationTone()
const;
804 void enableChannelFreeIndicationTone(
bool enable);
807 bool allTonesDisabled()
const;
809 void disableAllTones(
bool disable);
812 bool powerSaveMode()
const;
814 void enablePowerSaveMode(
bool enable);
817 bool wakeupPreamble()
const;
819 void enableWakeupPreamble(
bool enable);
822 bool bootPicture()
const;
824 void enableBootPicture(
bool enable);
827 bool channelMode()
const;
829 void enableChannelMode(
bool enable);
831 bool channelModeA()
const;
833 void enableChannelModeA(
bool enable);
835 bool channelModeB()
const;
837 void enableChannelModeB(
bool enable);
840 unsigned txPreambleDuration()
const;
842 void setTXPreambleDuration(
unsigned ms);
845 unsigned groupCallHangTime()
const;
847 void setGroupCallHangTime(
unsigned ms);
850 unsigned privateCallHangTime()
const;
852 void setPrivateCallHangTime(
unsigned ms);
855 unsigned lowBatteryWarnInterval()
const;
857 void setLowBatteryWarnInterval(
unsigned sec);
860 bool callAlertToneContinuous()
const;
862 void enableCallAlertToneContinuous(
bool enable);
864 unsigned callAlertToneDuration()
const;
866 void setCallAlertToneDuration(
unsigned sec);
869 unsigned loneWorkerResponseTime()
const;
871 void setLoneWorkerResponseTime(
unsigned min);
874 unsigned loneWorkerReminderTime()
const;
876 void setLoneWorkerReminderTime(
unsigned sec);
879 unsigned digitalScanHangTime()
const;
881 void setDigitalScanHangTime(
unsigned ms);
884 unsigned analogScanHangTime()
const;
886 void setAnalogScanHangTime(
unsigned ms);
889 bool backlightAlwaysOn()
const;
891 void enableBacklightAlwaysOn(
bool enable);
893 unsigned backlightDuration()
const;
895 void setBacklightDuration(
unsigned sec);
898 bool keypadLockManual()
const;
900 void enableKeypadLockManual(
bool enable);
902 unsigned keypadLockTime()
const;
904 void setKeypadLockTime(
unsigned sec);
907 bool powerOnPasswordEnabled()
const;
909 void enablePowerOnPassword(
bool enable);
911 unsigned powerOnPassword()
const;
913 void setPowerOnPassword(
unsigned passwd);
916 bool radioProgPasswordEnabled()
const;
918 void enableRadioProgPassword(
bool enable);
920 unsigned radioProgPassword()
const;
922 void setRadioProgPassword(
unsigned passwd);
925 const QString &pcProgPassword()
const;
927 void setPCProgPassword(
const QString &passwd);
930 bool privateCallMatch()
const;
932 void enablePrivateCallMatch(
bool enable);
934 bool groupCallMatch()
const;
936 void enableGroupCallMatch(
bool enable);
939 unsigned channelHangTime()
const;
941 void setChannelHangTime(
unsigned ms);
ConfigExtension(QObject *parent=nullptr)
Hidden constructor.
Definition configobject.cc:1111
Base class for all configuration objects (channels, zones, contacts, etc).
Definition configobject.hh:40
ConfigItem(QObject *parent=nullptr)
Hidden constructor.
Definition configobject.cc:133
void setRXRefFrequency(RefFrequency ref)
Sets the reference frequency setting for RX.
Definition tyt_extensions.cc:118
RefFrequency txRefFrequency() const
Returns the reference frequency setting for TX.
Definition tyt_extensions.cc:126
void enableDataCallConfirmed(bool enable)
Enables/disables data-call confirmation.
Definition tyt_extensions.cc:70
void enableDCDMLeader(bool enable)
Enables/disables this radio to be the leader on a DCDM simplex channel.
Definition tyt_extensions.cc:238
bool dcdm() const
Returns true if the DCDM mode is enabled.
Definition tyt_extensions.cc:222
bool dcdmLeader() const
Returns true if this radio is the leader for a DCDM simplex channel.
Definition tyt_extensions.cc:234
void setDMRSquelch(unsigned int sq)
Sets the squelch-level for DMR channels.
Definition tyt_extensions.cc:142
void enableEmergencyAlarmConfirmed(bool enable)
Enables/disables emergency-call confirmation.
Definition tyt_extensions.cc:94
bool reverseBurst() const
Returns true if the reverse burst is enabled.
Definition tyt_extensions.cc:174
void enableTalkaround(bool enable)
Enables/disables the talk-around feature.
Definition tyt_extensions.cc:58
bool _autoScan
Holds the auto-scan flag.
Definition tyt_extensions.hh:171
void setKillTone(KillTone tone)
Sets the kill-tone frequency.
Definition tyt_extensions.cc:190
KillTone killTone() const
Returns the kill tone frequency.
Definition tyt_extensions.cc:186
bool privateCallConfirmed() const
Returns true if private call confirmation is enabled.
Definition tyt_extensions.cc:78
bool _displayPTTId
Holds the display PTT ID flag.
Definition tyt_extensions.hh:181
unsigned int dmrSquelch() const
Squelch level for DMR channels.
Definition tyt_extensions.cc:138
bool _tightSquelch
Holds the tightSquelch flag.
Definition tyt_extensions.hh:189
void enableDisplayPTTId(bool enable)
Enables/disables analog PTT ID display.
Definition tyt_extensions.cc:106
void setInCallCriterion(InCallCriterion crit)
Sets the in-call criterion.
Definition tyt_extensions.cc:202
bool loneWorker() const
Returns true if the lone worker feature is enabled.
Definition tyt_extensions.cc:30
bool emergencyAlarmConfirmed() const
Returns true if emergency calls are confirmed.
Definition tyt_extensions.cc:90
bool _reverseBurst
Holds the reverse burst flag.
Definition tyt_extensions.hh:193
Q_INVOKABLE TyTChannelExtension(QObject *parent=nullptr)
Default constructor.
Definition tyt_extensions.cc:7
bool tightSquelch() const
Returns true if the tight squelch is enabled.
Definition tyt_extensions.cc:150
void enableAutoScan(bool enable)
Enables/disables the auto-scan feature.
Definition tyt_extensions.cc:46
RefFrequency
Possible reference frequency settings for RX & TX.
Definition tyt_extensions.hh:64
bool _talkaround
Holds the talk around flag.
Definition tyt_extensions.hh:173
void enableTightSquelch(bool enable)
Enables/disables the tight squelch.
Definition tyt_extensions.cc:154
bool autoScan() const
Returns true if the auto scan feature is enabled.
Definition tyt_extensions.cc:42
bool _allowInterrupt
Holds the interrupt flag.
Definition tyt_extensions.hh:201
bool talkaround() const
Returns true if the talk around feature is enabled.
Definition tyt_extensions.cc:54
bool _dcdmLeader
Holds the DCDM-leader flag.
Definition tyt_extensions.hh:205
InCallCriterion
Possible in-call criterions.
Definition tyt_extensions.hh:76
ConfigItem * clone() const
Clones this item.
Definition tyt_extensions.cc:19
RefFrequency _rxRefFrequency
Holds the reference frequency setting for RX.
Definition tyt_extensions.hh:183
bool _privateCallConfirmed
Holds the private-call confirmation flag.
Definition tyt_extensions.hh:177
bool displayPTTId() const
Returns true if analog PTT IDs are shown.
Definition tyt_extensions.cc:102
InCallCriterion _inCallCriterion
Holds the in-call criterion.
Definition tyt_extensions.hh:199
void enableLoneWorker(bool enable)
Enables/disables the lone-worker feature.
Definition tyt_extensions.cc:34
void enableAllowInterrupt(bool enable)
Enables/disables interrupt.
Definition tyt_extensions.cc:214
unsigned int _dmrSquelch
The squelch level [0-10] for DMR channels.
Definition tyt_extensions.hh:207
bool compressedUDPHeader() const
Returns true if the compressed UDP header is enabled.
Definition tyt_extensions.cc:162
RefFrequency _txRefFrequency
Holds the reference frequency setting for TX.
Definition tyt_extensions.hh:185
bool _emergencyAlarmConfirmed
Holds the emergency-call confirmation flag.
Definition tyt_extensions.hh:179
void setTXRefFrequency(RefFrequency ref)
Sets the reference frequency setting for TX.
Definition tyt_extensions.cc:130
KillTone _killTone
Holds the kill tone setting.
Definition tyt_extensions.hh:197
bool allowInterrupt() const
Returns true if interrupt is allowed.
Definition tyt_extensions.cc:210
void enableCompressedUDPHeader(bool enable)
Enables/disables the compressed UDP header.
Definition tyt_extensions.cc:166
KillTone
Possible kill-tone settings.
Definition tyt_extensions.hh:70
bool _dataCallConfirmed
Holds the data-call confirmation flag.
Definition tyt_extensions.hh:175
bool dataCallConfirmed() const
Returns true if data call confirmation is enabled.
Definition tyt_extensions.cc:66
bool _loneWorker
Holds the lone-worker flag.
Definition tyt_extensions.hh:169
void enablePrivateCallConfirmed(bool enable)
Enables/disables private-call confirmation.
Definition tyt_extensions.cc:82
InCallCriterion inCallCriterion() const
Returns the in-call criterion.
Definition tyt_extensions.cc:198
void enableDCDM(bool enable)
Enables/disables the DCDM mode.
Definition tyt_extensions.cc:226
bool _compressedUDPHeader
Holds the compressed UDP header flag.
Definition tyt_extensions.hh:191
bool _dcdm
Holds the DCDM flag.
Definition tyt_extensions.hh:203
RefFrequency rxRefFrequency() const
Returns the reference frequency setting for RX.
Definition tyt_extensions.cc:114
void enableReverseBurst(bool enable)
Enables/disables reverse burst.
Definition tyt_extensions.cc:178
TyTButtonSettings * buttonSettings
The button settings for TyT devices.
Definition tyt_extensions.hh:1027
Q_INVOKABLE TyTConfigExtension(QObject *parent=nullptr)
Constructor.
Definition tyt_extensions.cc:1296
TyTButtonSettings * _buttonSettings
Owns the button settings extension.
Definition tyt_extensions.hh:1049
ConfigItem * clone() const
Clones this item.
Definition tyt_extensions.cc:1304
TyTMenuSettings * menuSettings
The menu settings for TyT devices.
Definition tyt_extensions.hh:1029
TyTMenuSettings * _menuSettings
Owns the menu settings extension.
Definition tyt_extensions.hh:1051
unsigned _prioritySampleTime
The sample time for priority channels in ms.
Definition tyt_extensions.hh:245
Q_INVOKABLE TyTScanListExtension(QObject *parent=nullptr)
Default constructor.
Definition tyt_extensions.cc:258
ConfigItem * clone() const
Clones this item.
Definition tyt_extensions.cc:265
void setHoldTime(unsigned ms)
Sets the hold time im ms.
Definition tyt_extensions.cc:279
unsigned holdTime
Holds the hold time in ms.
Definition tyt_extensions.hh:218
unsigned _holdTime
The hold time in ms.
Definition tyt_extensions.hh:243
unsigned prioritySampleTime
Holds the sample time in ms for priority channels.
Definition tyt_extensions.hh:220
void setPrioritySampleTime(unsigned ms)
Sets the sample time for priority channels in ms.
Definition tyt_extensions.cc:291
Represents the TyT general settings extension.
Definition tyt_extensions.hh:676
void enableChannelMode(bool enable)
Enables/disables channel mode for the radio.
Definition tyt_extensions.cc:997
bool _privateCallMatch
If true, the private call IDs must match.
Definition tyt_extensions.hh:1012
unsigned radioProgPassword
If radioProgPasswordEnabled is true, specifies the radio programming password.
Definition tyt_extensions.hh:748
unsigned _powerOnPassword
Holds the power-on password.
Definition tyt_extensions.hh:1004
unsigned analogScanHangTime
The analog channel scan hang time in ms.
Definition tyt_extensions.hh:732
bool _channelMode
If true, the radio is in channel (memory) mode.
Definition tyt_extensions.hh:972
bool channelFreeIndicationTone
If true, the channel free tone is enabled.
Definition tyt_extensions.hh:690
unsigned _lowBatteryWarnInterval
Holds the low-battery warn interval.
Definition tyt_extensions.hh:980
unsigned channelHangTime
Holds the channel hang time in ms.
Definition tyt_extensions.hh:756
void setGroupCallHangTime(unsigned ms)
Sets the group-call hang time in ms.
Definition tyt_extensions.cc:1043
unsigned lowBatteryWarnInterval
The low battery warn interval in seconds.
Definition tyt_extensions.hh:720
unsigned _txPreambleDuration
Holds the TX preamble duration.
Definition tyt_extensions.hh:974
void setMonitorType(MonitorType type)
Sets the monitor type.
Definition tyt_extensions.cc:876
void enableBootPicture(bool enable)
Enables the boot picture.
Definition tyt_extensions.cc:984
unsigned _groupCallHangTime
Holds the group-call hang time.
Definition tyt_extensions.hh:976
bool channelModeA
If true or channelMode is true, the VFO A is in channel mode.
Definition tyt_extensions.hh:710
bool channelModeB
If true or channelMode is true, the VFO B is in channel mode.
Definition tyt_extensions.hh:712
void enableRadioProgPassword(bool enable)
Enables the radio programming password.
Definition tyt_extensions.cc:1219
MonitorType monitorType
The monitor type setting.
Definition tyt_extensions.hh:680
void setLowBatteryWarnInterval(unsigned sec)
Sets the low-battery warn interval in seconds.
Definition tyt_extensions.cc:1067
void setRadioProgPassword(unsigned passwd)
Sets the radio programming password.
Definition tyt_extensions.cc:1230
void enableChannelFreeIndicationTone(bool enable)
Enables channel-free indication tone.
Definition tyt_extensions.cc:936
bool _channelModeB
If true or channelMode is true, the VFO B is in channel (memory) mode.
Definition tyt_extensions.hh:970
void setCallAlertToneDuration(unsigned sec)
Sets the call alert-tone duration in seconds.
Definition tyt_extensions.cc:1090
callbool bootPicture
If true, a picture is shown during boot.
Definition tyt_extensions.hh:706
unsigned _backlightDuration
Holds the backlight duration.
Definition tyt_extensions.hh:996
void setPCProgPassword(const QString &passwd)
Sets PC programming password.
Definition tyt_extensions.cc:1242
void setTXPreambleDuration(unsigned ms)
Sets the TX preamble duration in ms.
Definition tyt_extensions.cc:1031
bool allLEDsDisabled
If true, all LEDs are disabled.
Definition tyt_extensions.hh:682
bool radioProgPasswordEnabled
If true the radio programming password is enabled.
Definition tyt_extensions.hh:746
unsigned loneWorkerResponseTime
The lone-worker response time in minutes.
Definition tyt_extensions.hh:726
unsigned callAlertToneDuration
The call alert duration in seconds.
Definition tyt_extensions.hh:724
void enableKeypadLockManual(bool enable)
Sets the keypad lock to manual.
Definition tyt_extensions.cc:1173
bool powerSaveMode
If true, the power save mode is enabled.
Definition tyt_extensions.hh:694
bool powerOnPasswordEnabled
If true the power-on password is enabled.
Definition tyt_extensions.hh:742
bool _powerOnPasswordEnabled
If true, the power-on password is enabled.
Definition tyt_extensions.hh:1002
unsigned txPreambleDuration
The transmit preamble duration in ms.
Definition tyt_extensions.hh:714
bool _allTonesDisabled
If true, all tones are disabled.
Definition tyt_extensions.hh:960
unsigned _digitalScanHangTime
Holds the scan hang-time for digital channels.
Definition tyt_extensions.hh:990
bool backlightAlwaysOn
If true, the backlight is always on.
Definition tyt_extensions.hh:734
unsigned groupCallHangTime
The group hang time in ms.
Definition tyt_extensions.hh:716
bool callAlertToneContinuous
If true, the call alert-tone is continuous.
Definition tyt_extensions.hh:722
QString _pcProgPassword
Holds the PC programming password.
Definition tyt_extensions.hh:1010
unsigned digitalScanHangTime
The digital channel scan hang time in ms.
Definition tyt_extensions.hh:730
void disableAllLEDs(bool disable)
Disables all LEDs.
Definition tyt_extensions.cc:888
bool allTonesDisabled
If true, all tones are disabled.
Definition tyt_extensions.hh:692
void enableWakeupPreamble(bool enable)
Enables transmission of wakeup preamble.
Definition tyt_extensions.cc:972
unsigned backlightDuration
If backlightAlwaysOn is false, specifies the backlight duration in seconds.
Definition tyt_extensions.hh:736
bool talkPermitToneDigital
If true, the talk permit tone for digital channels is enabled.
Definition tyt_extensions.hh:684
void enableChannelModeA(bool enable)
Enables/disables channel mode for the VFO A.
Definition tyt_extensions.cc:1008
void setPrivateCallHangTime(unsigned ms)
Sets the private-call hang time in ms.
Definition tyt_extensions.cc:1055
bool talkPermitToneAnalog
If true, the talk permit tone for analog channels is enabled.
Definition tyt_extensions.hh:686
bool passwordAndLock
If true, the password and lock is enabled.
Definition tyt_extensions.hh:688
void setLoneWorkerReminderTime(unsigned sec)
Sets the lone-worker reminder timer in seconds.
Definition tyt_extensions.cc:1114
unsigned _privateCallHangTime
Holds the private-call hang time.
Definition tyt_extensions.hh:978
unsigned privateCallHangTime
The private hang time in ms.
Definition tyt_extensions.hh:718
unsigned powerOnPassword
If powerOnPasswordEnabled is true, specifies the power-on password.
Definition tyt_extensions.hh:744
bool _channelModeA
If true or channelMode is true, the VFO A is in channel (memory) mode.
Definition tyt_extensions.hh:968
unsigned keypadLockTime
If keypadLockManual is false, specifies the keypad lock time.
Definition tyt_extensions.hh:740
bool _channelFreeIndicationTone
If true, the channel free indication tone is enabled.
Definition tyt_extensions.hh:958
unsigned _loneWorkerReminderTime
Holds the lone-worker reminder time.
Definition tyt_extensions.hh:988
Q_INVOKABLE TyTSettingsExtension(QObject *parent=nullptr)
Possible monitor types.
Definition tyt_extensions.cc:843
bool _talkPermitToneDigital
If true the talk-permit tone is enabled for digital channels.
Definition tyt_extensions.hh:952
void setKeypadLockTime(unsigned sec)
Sets the keypad lock time in seconds.
Definition tyt_extensions.cc:1184
bool _wakeupPreamble
If true, the wake-up preamble is sent.
Definition tyt_extensions.hh:964
bool _groupCallMatch
If true, the group call IDs must match.
Definition tyt_extensions.hh:1014
void enablePowerSaveMode(bool enable)
Enables the power save mode.
Definition tyt_extensions.cc:960
bool _radioProgPasswordEnabled
If true, the radio programming password is enabled.
Definition tyt_extensions.hh:1006
void enableTalkPermitToneDigital(bool enable)
Enables the talk permit tone for digital channels.
Definition tyt_extensions.cc:900
void enableChannelModeB(bool enable)
Enables/disables channel mode for the VFO B.
Definition tyt_extensions.cc:1019
bool keypadLockManual
If true, the keypad is locked manually.
Definition tyt_extensions.hh:738
unsigned _analogScanHangTime
Holds the scan hang-time for analog channels.
Definition tyt_extensions.hh:992
void enableTalkPermitToneAnalog(bool enable)
Enables the talk permit tone for analog channels.
Definition tyt_extensions.cc:912
unsigned _keypadLockTime
Holds the keypad lock time.
Definition tyt_extensions.hh:1000
unsigned loneWorkerReminderTime
The lone-worker reminder time in seconds.
Definition tyt_extensions.hh:728
bool wakeupPreamble() const
Returns true if the wake-up preamble is sent.
Definition tyt_extensions.cc:968
void setChannelHangTime(unsigned ms)
Sets the channel hang time in ms.
Definition tyt_extensions.cc:1278
bool _powerSaveMode
If true, the power save mode is enabled.
Definition tyt_extensions.hh:962
bool _talkPermitToneAnalog
If true the talk-permit tone is enabled for analog channels.
Definition tyt_extensions.hh:954
bool _passwdAndLock
If true the password and lock is enabled.
Definition tyt_extensions.hh:956
void enableBacklightAlwaysOn(bool enable)
Enables the backlight continuously.
Definition tyt_extensions.cc:1150
void enablePrivateCallMatch(bool enable)
Enables/disables private call match.
Definition tyt_extensions.cc:1254
void enableGroupCallMatch(bool enable)
Enables/disables group call match.
Definition tyt_extensions.cc:1266
bool _keypadLockManual
If true, the keypad lock is manual.
Definition tyt_extensions.hh:998
unsigned _callAlertToneDuration
Holds the call alert-tone duration.
Definition tyt_extensions.hh:984
void setAnalogScanHangTime(unsigned ms)
Sets the scan hang-time for analog channels.
Definition tyt_extensions.cc:1138
void setDigitalScanHangTime(unsigned ms)
Sets the scan hang-time for digital channels.
Definition tyt_extensions.cc:1126
void enablePasswordAndLock(bool enable)
Enables the password and lock.
Definition tyt_extensions.cc:924
bool _callAlertToneContinuous
If true, the call alert-tone is continuous.
Definition tyt_extensions.hh:982
MonitorType _monitorType
Holds the monitor type.
Definition tyt_extensions.hh:948
void enableCallAlertToneContinuous(bool enable)
Sets the call alert-tone continuous.
Definition tyt_extensions.cc:1079
bool privateCallMatch
If true, the private call IDs must match.
Definition tyt_extensions.hh:752
bool _allLEDsDisabled
If true all LEDs are disabled.
Definition tyt_extensions.hh:950
void enablePowerOnPassword(bool enable)
Enables the power on password.
Definition tyt_extensions.cc:1196
void setPowerOnPassword(unsigned passwd)
Sets the power-on password.
Definition tyt_extensions.cc:1207
unsigned _channelHangTime
Holds the channel hang time in ms.
Definition tyt_extensions.hh:1016
void setBacklightDuration(unsigned sec)
Sets the backlight duration in seconds.
Definition tyt_extensions.cc:1161
bool _backlightAlwaysOn
If true, the backlight is always on.
Definition tyt_extensions.hh:994
bool channelMode
If true, the radio is in channel mode.
Definition tyt_extensions.hh:708
unsigned _radioProgPassword
Holds the radio programming password.
Definition tyt_extensions.hh:1008
bool _bootPicture
If true the boot picture is enabled.
Definition tyt_extensions.hh:966
bool groupCallMatch
If true, the group call IDs must match.
Definition tyt_extensions.hh:754
unsigned _loneWorkerResponseTime
Holds the lone-worker response time.
Definition tyt_extensions.hh:986
QString pcProgPassword
Specifies the PC programming password.
Definition tyt_extensions.hh:750
void setLoneWorkerResponseTime(unsigned min)
Sets the lone-worker response time in minutes.
Definition tyt_extensions.cc:1102
void disableAllTones(bool disable)
Disables all tones.
Definition tyt_extensions.cc:948