libdrmconf  0.12.0
A library to program DMR radios.
RD5RCodeplug::ChannelElement Member List

This is the complete list of members for RD5RCodeplug::ChannelElement, including all inherited members.

_dataCodeplug::Elementprotected
_sizeCodeplug::Elementprotected
Admit enum nameRadioddityCodeplug::ChannelElement
ADMIT_ALWAYS enum valueRadioddityCodeplug::ChannelElement
ADMIT_CH_FREE enum valueRadioddityCodeplug::ChannelElement
ADMIT_COLOR enum valueRadioddityCodeplug::ChannelElement
admitCriterion() constRadioddityCodeplug::ChannelElementvirtual
bandwidth() constRadioddityCodeplug::ChannelElementvirtual
ChannelElement(uint8_t *ptr, size_t size)RD5RCodeplug::ChannelElementprotected
ChannelElement(uint8_t *ptr)RD5RCodeplug::ChannelElementexplicit
clear()RD5RCodeplug::ChannelElementvirtual
clearBit(unsigned offset, unsigned bit)Codeplug::Element
contactIndex() constRadioddityCodeplug::ChannelElementvirtual
dataCallConfirm() constRadioddityCodeplug::ChannelElementvirtual
dualCapacityDirectMode() constRadioddityCodeplug::ChannelElementvirtual
Element(uint8_t *ptr, size_t size)Codeplug::Elementprotected
Element(const Element &other)Codeplug::Element
emergencyAlarmACK() constRadioddityCodeplug::ChannelElementvirtual
emergencySystemIndex() constRadioddityCodeplug::ChannelElementvirtual
enableDataCallConfirm(bool enable)RadioddityCodeplug::ChannelElementvirtual
enableDualCapacityDirectMode(bool enable)RadioddityCodeplug::ChannelElementvirtual
enableEmergencyAlarmACK(bool enable)RadioddityCodeplug::ChannelElementvirtual
enableNonSTEFrequency(bool enable)RadioddityCodeplug::ChannelElementvirtual
enablePrivacy(bool enable)RadioddityCodeplug::ChannelElementvirtual
enablePrivateCallConfirm(bool enable)RadioddityCodeplug::ChannelElementvirtual
enableRXOnly(bool enable)RadioddityCodeplug::ChannelElementvirtual
enableTalkaround(bool enable)RadioddityCodeplug::ChannelElementvirtual
enableVOX(bool enable)RadioddityCodeplug::ChannelElementvirtual
fill(uint8_t value, unsigned offset=0, int size=-1)Codeplug::Element
fromChannelObj(const Channel *c, Context &ctx)RD5RCodeplug::ChannelElementvirtual
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
groupListIndex() constRadioddityCodeplug::ChannelElementvirtual
hasContact() constRadioddityCodeplug::ChannelElementvirtual
hasEmergencySystem() constRadioddityCodeplug::ChannelElementvirtual
hasGroupList() constRadioddityCodeplug::ChannelElementvirtual
hasScanList() constRadioddityCodeplug::ChannelElementvirtual
isValid() constCodeplug::Elementvirtual
linkChannelObj(Channel *c, Context &ctx) constRD5RCodeplug::ChannelElementvirtual
mode() constRadioddityCodeplug::ChannelElementvirtual
Mode enum nameRadioddityCodeplug::ChannelElement
MODE_ANALOG enum valueRadioddityCodeplug::ChannelElement
MODE_DIGITAL enum valueRadioddityCodeplug::ChannelElement
name() constRadioddityCodeplug::ChannelElementvirtual
nonSTEFrequency() constRadioddityCodeplug::ChannelElementvirtual
operator=(const Element &other)Codeplug::Element
power() constRadioddityCodeplug::ChannelElementvirtual
privacyEnabled() constRadioddityCodeplug::ChannelElementvirtual
privacyGroup() constRadioddityCodeplug::ChannelElementvirtual
PrivacyGroup enum nameRadioddityCodeplug::ChannelElement
privateCallConfirm() constRadioddityCodeplug::ChannelElementvirtual
PRIVGR_53474C39 enum valueRadioddityCodeplug::ChannelElement
PRIVGR_NONE enum valueRadioddityCodeplug::ChannelElement
readASCII(unsigned offset, unsigned maxlen, uint8_t eos=0x00) constCodeplug::Element
readUnicode(unsigned offset, unsigned maxlen, uint16_t eos=0x0000) constCodeplug::Element
rxColorCode() constRadioddityCodeplug::ChannelElementvirtual
rxFrequency() constRadioddityCodeplug::ChannelElementvirtual
rxOnly() constRadioddityCodeplug::ChannelElementvirtual
rxSignalingIndex() constRadioddityCodeplug::ChannelElementvirtual
rxTone() constRadioddityCodeplug::ChannelElementvirtual
scanListIndex() constRadioddityCodeplug::ChannelElementvirtual
setAdmitCriterion(Admit admit)RadioddityCodeplug::ChannelElementvirtual
setBandwidth(FMChannel::Bandwidth bw)RadioddityCodeplug::ChannelElementvirtual
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
setContactIndex(unsigned index)RadioddityCodeplug::ChannelElementvirtual
setEmergencySystemIndex(unsigned index)RadioddityCodeplug::ChannelElementvirtual
setGroupListIndex(unsigned index)RadioddityCodeplug::ChannelElementvirtual
setInt8(unsigned offset, int8_t value)Codeplug::Element
setMode(Mode mode)RadioddityCodeplug::ChannelElementvirtual
setName(const QString &n)RadioddityCodeplug::ChannelElementvirtual
setPower(Channel::Power pwr)RadioddityCodeplug::ChannelElementvirtual
setPrivacyGroup(PrivacyGroup grp)RadioddityCodeplug::ChannelElementvirtual
setRXColorCode(unsigned cc)RadioddityCodeplug::ChannelElementvirtual
setRXFrequency(uint32_t freq)RadioddityCodeplug::ChannelElementvirtual
setRXSignalingIndex(unsigned index)RadioddityCodeplug::ChannelElementvirtual
setRXTone(Signaling::Code code)RadioddityCodeplug::ChannelElementvirtual
setScanListIndex(unsigned index)RadioddityCodeplug::ChannelElementvirtual
setSquelch(unsigned level)RD5RCodeplug::ChannelElementvirtual
setTimeSlot(DMRChannel::TimeSlot ts)RadioddityCodeplug::ChannelElementvirtual
setTXColorCode(unsigned cc)RadioddityCodeplug::ChannelElementvirtual
setTXFrequency(uint32_t freq)RadioddityCodeplug::ChannelElementvirtual
setTXSignalingIndex(unsigned index)RadioddityCodeplug::ChannelElementvirtual
setTXTimeOut(unsigned tot)RadioddityCodeplug::ChannelElementvirtual
setTXTimeOutRekeyDelay(unsigned delay)RadioddityCodeplug::ChannelElementvirtual
setTXTone(Signaling::Code code)RadioddityCodeplug::ChannelElementvirtual
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
squelch() constRD5RCodeplug::ChannelElementvirtual
talkaround() constRadioddityCodeplug::ChannelElementvirtual
timeSlot() constRadioddityCodeplug::ChannelElementvirtual
toChannelObj(Context &ctx) constRD5RCodeplug::ChannelElementvirtual
txColorCode() constRadioddityCodeplug::ChannelElementvirtual
txFrequency() constRadioddityCodeplug::ChannelElementvirtual
txSignalingIndex() constRadioddityCodeplug::ChannelElementvirtual
txTimeOut() constRadioddityCodeplug::ChannelElementvirtual
txTimeOutRekeyDelay() constRadioddityCodeplug::ChannelElementvirtual
txTone() constRadioddityCodeplug::ChannelElementvirtual
vox() constRadioddityCodeplug::ChannelElementvirtual
writeASCII(unsigned offset, const QString &txt, unsigned maxlen, uint8_t eos=0x00)Codeplug::Element
writeUnicode(unsigned offset, const QString &txt, unsigned maxlen, uint16_t eos=0x0000)Codeplug::Element
~ChannelElement()RadioddityCodeplug::ChannelElementvirtual
~Element()Codeplug::Elementvirtual