libdrmconf  0.12.0
A library to program DMR radios.
GD73Codeplug::SettingsElement Member List

This is the complete list of members for GD73Codeplug::SettingsElement, including all inherited members.

_dataCodeplug::Elementprotected
_sizeCodeplug::Elementprotected
BootDisplayMode enum nameGD73Codeplug::SettingsElement
bootDisplayMode() constGD73Codeplug::SettingsElement
bootTextLine1() constGD73Codeplug::SettingsElement
bootTextLine2() constGD73Codeplug::SettingsElement
channelDisplayMode() constGD73Codeplug::SettingsElement
ChannelDisplayMode enum nameGD73Codeplug::SettingsElement
clear()Codeplug::Elementvirtual
clearBit(unsigned offset, unsigned bit)Codeplug::Element
clearTOT()GD73Codeplug::SettingsElement
dmrID() constGD73Codeplug::SettingsElement
dmrMicGain() constGD73Codeplug::SettingsElement
Element(uint8_t *ptr, size_t size)Codeplug::Elementprotected
Element(const Element &other)Codeplug::Element
enableKeyTone(bool enable)GD73Codeplug::SettingsElement
enableLowBatteryTone(bool enable)GD73Codeplug::SettingsElement
enablePowerSave(bool enable)GD73Codeplug::SettingsElement
enableReadLock(bool enable)GD73Codeplug::SettingsElement
enableTXInterrupt(bool enable)GD73Codeplug::SettingsElement
enableWriteLock(bool enable)GD73Codeplug::SettingsElement
encode(Context &ctx, const ErrorStack &err=ErrorStack())GD73Codeplug::SettingsElement
fill(uint8_t value, unsigned offset=0, int size=-1)Codeplug::Element
fmMicGain() constGD73Codeplug::SettingsElement
getBCD2(unsigned offset) constCodeplug::Element
getBCD4_be(unsigned offset) constCodeplug::Element
getBCD4_le(unsigned offset) constCodeplug::Element
getBCD8_be(unsigned offset) constCodeplug::Element
getBCD8_le(unsigned offset) constCodeplug::Element
getBit(const Offset::BitOffset &offset) constCodeplug::Element
getBit(unsigned offset, unsigned bit) constCodeplug::Element
getInt8(unsigned offset) constCodeplug::Element
getUInt16_be(unsigned offset) constCodeplug::Element
getUInt16_le(unsigned offset) constCodeplug::Element
getUInt2(unsigned offset, unsigned bit) constCodeplug::Element
getUInt24_be(unsigned offset) constCodeplug::Element
getUInt24_le(unsigned offset) constCodeplug::Element
getUInt3(unsigned offset, unsigned bit) constCodeplug::Element
getUInt32_be(unsigned offset) constCodeplug::Element
getUInt32_le(unsigned offset) constCodeplug::Element
getUInt4(unsigned offset, unsigned bit) constCodeplug::Element
getUInt5(unsigned offset, unsigned bit) constCodeplug::Element
getUInt6(unsigned offset, unsigned bit) constCodeplug::Element
getUInt64_be(unsigned offset) constCodeplug::Element
getUInt64_le(unsigned offset) constCodeplug::Element
getUInt8(unsigned offset) constCodeplug::Element
isValid() constCodeplug::Elementvirtual
keyFunctionLongPressP1() constGD73Codeplug::SettingsElement
keyFunctionLongPressP2() constGD73Codeplug::SettingsElement
keyFunctionShortPressP1() constGD73Codeplug::SettingsElement
keyFunctionShortPressP2() constGD73Codeplug::SettingsElement
keyToneEnabled() constGD73Codeplug::SettingsElement
keyToneVolume() constGD73Codeplug::SettingsElement
language() constGD73Codeplug::SettingsElement
Language enum nameGD73Codeplug::SettingsElement
loneWorkerRemindPeriod() constGD73Codeplug::SettingsElement
loneWorkerResponseTimeout() constGD73Codeplug::SettingsElement
longPressDuration() constGD73Codeplug::SettingsElement
lowBatteryToneEnabled() constGD73Codeplug::SettingsElement
lowBatteryToneVolume() constGD73Codeplug::SettingsElement
name() constGD73Codeplug::SettingsElement
oneTouch(unsigned int n)GD73Codeplug::SettingsElement
operator=(const Element &other)Codeplug::Element
powerSaveEnabled() constGD73Codeplug::SettingsElement
powerSaveTimeout() constGD73Codeplug::SettingsElement
readASCII(unsigned offset, unsigned maxlen, uint8_t eos=0x00) constCodeplug::Element
readLockEnabled() constGD73Codeplug::SettingsElement
readLockPin() constGD73Codeplug::SettingsElement
readUnicode(unsigned offset, unsigned maxlen, uint16_t eos=0x0000) constCodeplug::Element
setBCD2(unsigned offset, uint8_t value)Codeplug::Element
setBCD4_be(unsigned offset, uint16_t value)Codeplug::Element
setBCD4_le(unsigned offset, uint16_t value)Codeplug::Element
setBCD8_be(unsigned offset, uint32_t value)Codeplug::Element
setBCD8_le(unsigned offset, uint32_t value)Codeplug::Element
setBit(const Offset::BitOffset &offset, bool value=true)Codeplug::Element
setBit(unsigned offset, unsigned bit, bool value=true)Codeplug::Element
setBootDisplayMode(BootDisplayMode mode)GD73Codeplug::SettingsElement
setBootTextLine1(const QString &line)GD73Codeplug::SettingsElement
setBootTextLine2(const QString &line)GD73Codeplug::SettingsElement
setChannelDisplayMode(ChannelDisplayMode mode)GD73Codeplug::SettingsElement
setDMRID(unsigned int id)GD73Codeplug::SettingsElement
setDMRMicGain(unsigned int gain)GD73Codeplug::SettingsElement
setFMMicGain(unsigned int gain)GD73Codeplug::SettingsElement
setInt8(unsigned offset, int8_t value)Codeplug::Element
setKeyFunctionLongPressP1(RadioddityButtonSettingsExtension::Function function)GD73Codeplug::SettingsElement
setKeyFunctionLongPressP2(RadioddityButtonSettingsExtension::Function function)GD73Codeplug::SettingsElement
setKeyFunctionShortPressP1(RadioddityButtonSettingsExtension::Function function)GD73Codeplug::SettingsElement
setKeyFunctionShortPressP2(RadioddityButtonSettingsExtension::Function function)GD73Codeplug::SettingsElement
setKeyToneVolume(unsigned int vol)GD73Codeplug::SettingsElement
setLanguage(Language lang)GD73Codeplug::SettingsElement
setLoneWorkerRemindPeriod(const Interval &interval)GD73Codeplug::SettingsElement
setLoneWorkerResponseTimeout(const Interval &interval)GD73Codeplug::SettingsElement
setLongPressDuration(const Interval &interval)GD73Codeplug::SettingsElement
setLowBatteryToneVolume(unsigned int vol)GD73Codeplug::SettingsElement
setName(const QString &name)GD73Codeplug::SettingsElement
setPowerSaveTimeout(const Interval &interval)GD73Codeplug::SettingsElement
setReadLockPin(const QString &pin)GD73Codeplug::SettingsElement
setSquelch(unsigned int level)GD73Codeplug::SettingsElement
SettingsElement(uint8_t *ptr, size_t size)GD73Codeplug::SettingsElementprotected
SettingsElement(uint8_t *ptr)GD73Codeplug::SettingsElement
setTOT(const Interval &interval)GD73Codeplug::SettingsElement
setUInt16_be(unsigned offset, uint16_t value)Codeplug::Element
setUInt16_le(unsigned offset, uint16_t value)Codeplug::Element
setUInt2(unsigned offset, unsigned bit, uint8_t value)Codeplug::Element
setUInt24_be(unsigned offset, uint32_t value)Codeplug::Element
setUInt24_le(unsigned offset, uint32_t value)Codeplug::Element
setUInt3(unsigned offset, unsigned bit, uint8_t value)Codeplug::Element
setUInt32_be(unsigned offset, uint32_t value)Codeplug::Element
setUInt32_le(unsigned offset, uint32_t value)Codeplug::Element
setUInt4(unsigned offset, unsigned bit, uint8_t value)Codeplug::Element
setUInt5(unsigned offset, unsigned bit, uint8_t value)Codeplug::Element
setUInt6(unsigned offset, unsigned bit, uint8_t value)Codeplug::Element
setUInt64_be(unsigned offset, uint64_t value)Codeplug::Element
setUInt64_le(unsigned offset, uint64_t value)Codeplug::Element
setUInt8(unsigned offset, uint8_t value)Codeplug::Element
setVOX(unsigned int level)GD73Codeplug::SettingsElement
setWriteLockPin(const QString &pin)GD73Codeplug::SettingsElement
size()GD73Codeplug::SettingsElementinlinestatic
squelch() constGD73Codeplug::SettingsElement
tot() constGD73Codeplug::SettingsElement
totIsSet() constGD73Codeplug::SettingsElement
txInterruptedEnabled() constGD73Codeplug::SettingsElement
updateConfig(Context &ctx, const ErrorStack &err=ErrorStack())GD73Codeplug::SettingsElement
vox() constGD73Codeplug::SettingsElement
writeASCII(unsigned offset, const QString &txt, unsigned maxlen, uint8_t eos=0x00)Codeplug::Element
writeLockEnabled() constGD73Codeplug::SettingsElement
writeLockPin() constGD73Codeplug::SettingsElement
writeUnicode(unsigned offset, const QString &txt, unsigned maxlen, uint16_t eos=0x0000)Codeplug::Element
~Element()Codeplug::Elementvirtual