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

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

_dataCodeplug::Elementprotected
_sizeCodeplug::Elementprotected
Admit enum nameDR1801UVCodeplug::ChannelElement
admitCriterion() constDR1801UVCodeplug::ChannelElementvirtual
alarmSystemIndex() constDR1801UVCodeplug::ChannelElementvirtual
autoScanEnabled() constDR1801UVCodeplug::ChannelElementvirtual
bandwidth() constDR1801UVCodeplug::ChannelElementvirtual
Bandwidth enum nameDR1801UVCodeplug::ChannelElement
ChannelElement(uint8_t *ptr, size_t size)DR1801UVCodeplug::ChannelElementprotected
ChannelElement(uint8_t *ptr)DR1801UVCodeplug::ChannelElement
channelType() constDR1801UVCodeplug::ChannelElementvirtual
clear()DR1801UVCodeplug::ChannelElementvirtual
clearAlarmSystemIndex()DR1801UVCodeplug::ChannelElementvirtual
clearBit(unsigned offset, unsigned bit)Codeplug::Element
clearEncryptionKeyIndex()DR1801UVCodeplug::ChannelElementvirtual
clearGroupListIndex()DR1801UVCodeplug::ChannelElementvirtual
clearPTTID()DR1801UVCodeplug::ChannelElementvirtual
clearScanListIndex()DR1801UVCodeplug::ChannelElementvirtual
clearTransmitContactIndex()DR1801UVCodeplug::ChannelElementvirtual
colorCode() constDR1801UVCodeplug::ChannelElementvirtual
confirmPrivateCall() constDR1801UVCodeplug::ChannelElementvirtual
dcdm() constDR1801UVCodeplug::ChannelElementvirtual
DCSMode enum nameDR1801UVCodeplug::ChannelElement
Element(uint8_t *ptr, size_t size)Codeplug::Elementprotected
Element(const Element &other)Codeplug::Element
enableAutoScan(bool enable)DR1801UVCodeplug::ChannelElementvirtual
enableDCDM(bool enable)DR1801UVCodeplug::ChannelElementvirtual
enableLoneWorker(bool enable)DR1801UVCodeplug::ChannelElementvirtual
enablePrivateCallConfirmation(bool enable)DR1801UVCodeplug::ChannelElementvirtual
enableTalkaround(bool enable)DR1801UVCodeplug::ChannelElementvirtual
encode(Channel *channel, Context &ctx, const ErrorStack &err=ErrorStack())DR1801UVCodeplug::ChannelElementvirtual
encryptionKeyIndex() constDR1801UVCodeplug::ChannelElementvirtual
fill(uint8_t value, unsigned offset=0, int size=-1)Codeplug::Element
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() constDR1801UVCodeplug::ChannelElementvirtual
hasAlarmSystem() constDR1801UVCodeplug::ChannelElementvirtual
hasEncryptionKey() constDR1801UVCodeplug::ChannelElementvirtual
hasGroupList() constDR1801UVCodeplug::ChannelElementvirtual
hasPTTID() constDR1801UVCodeplug::ChannelElementvirtual
hasScanList() constDR1801UVCodeplug::ChannelElementvirtual
hasTransmitContact() constDR1801UVCodeplug::ChannelElementvirtual
index() constDR1801UVCodeplug::ChannelElementvirtual
isValid() constDR1801UVCodeplug::ChannelElementvirtual
linkChannelObj(Channel *channel, Context &ctx, const ErrorStack &err=ErrorStack()) constDR1801UVCodeplug::ChannelElementvirtual
loneWorker() constDR1801UVCodeplug::ChannelElementvirtual
operator=(const Element &other)Codeplug::Element
Power enum nameDR1801UVCodeplug::ChannelElement
power() constDR1801UVCodeplug::ChannelElementvirtual
pttIDIndex() constDR1801UVCodeplug::ChannelElementvirtual
readASCII(unsigned offset, unsigned maxlen, uint8_t eos=0x00) constCodeplug::Element
readUnicode(unsigned offset, unsigned maxlen, uint16_t eos=0x0000) constCodeplug::Element
rxFrequency() constDR1801UVCodeplug::ChannelElementvirtual
rxTone() constDR1801UVCodeplug::ChannelElementvirtual
scanListIndex() constDR1801UVCodeplug::ChannelElementvirtual
setAdmitCriterion(Admit admit)DR1801UVCodeplug::ChannelElementvirtual
setAlarmSystemIndex(unsigned int index)DR1801UVCodeplug::ChannelElementvirtual
setBandwidth(FMChannel::Bandwidth bw)DR1801UVCodeplug::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
setChannelType(Type type)DR1801UVCodeplug::ChannelElementvirtual
setColorCode(unsigned int cc)DR1801UVCodeplug::ChannelElementvirtual
setEncryptionKeyIndex(unsigned int index)DR1801UVCodeplug::ChannelElementvirtual
setGroupListIndex(unsigned int index)DR1801UVCodeplug::ChannelElementvirtual
setIndex(unsigned int idx)DR1801UVCodeplug::ChannelElementvirtual
setInt8(unsigned offset, int8_t value)Codeplug::Element
setPower(Channel::Power pwr)DR1801UVCodeplug::ChannelElementvirtual
setPTTIDIndex(unsigned int idx)DR1801UVCodeplug::ChannelElementvirtual
setRXFrequency(Frequency MHz)DR1801UVCodeplug::ChannelElementvirtual
setRXTone(Signaling::Code code)DR1801UVCodeplug::ChannelElementvirtual
setScanListIndex(unsigned int index)DR1801UVCodeplug::ChannelElementvirtual
setSignalingMode(SignalingMode mode)DR1801UVCodeplug::ChannelElementvirtual
setTimeSlot(DMRChannel::TimeSlot ts)DR1801UVCodeplug::ChannelElementvirtual
setTransmitContactIndex(unsigned int index)DR1801UVCodeplug::ChannelElementvirtual
setTXFrequency(Frequency MHz)DR1801UVCodeplug::ChannelElementvirtual
setTXTone(Signaling::Code code)DR1801UVCodeplug::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
signalingMode() constDR1801UVCodeplug::ChannelElementvirtual
SignalingMode enum nameDR1801UVCodeplug::ChannelElement
size()DR1801UVCodeplug::ChannelElementinlinestatic
SubToneType enum nameDR1801UVCodeplug::ChannelElement
talkaround() constDR1801UVCodeplug::ChannelElementvirtual
timeSlot() constDR1801UVCodeplug::ChannelElementvirtual
TimeSlot enum nameDR1801UVCodeplug::ChannelElement
toChannelObj(Context &ctx, const ErrorStack &err=ErrorStack()) constDR1801UVCodeplug::ChannelElementvirtual
transmitContactIndex() constDR1801UVCodeplug::ChannelElementvirtual
txFrequency() constDR1801UVCodeplug::ChannelElementvirtual
txTone() constDR1801UVCodeplug::ChannelElementvirtual
Type enum nameDR1801UVCodeplug::ChannelElement
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
~Element()Codeplug::Elementvirtual