libdrmconf
0.9.0
A library to program DMR radios.
|
This is the complete list of members for TyTCodeplug::ZoneExtElement, including all inherited members.
_data | Codeplug::Element | protected |
_size | Codeplug::Element | protected |
clear() | TyTCodeplug::ZoneExtElement | virtual |
clearBit(uint offset, uint bit) | Codeplug::Element | |
Element(uint8_t *ptr, size_t size) | Codeplug::Element | protected |
Element(const Element &other) | Codeplug::Element | |
fromZoneObj(const Zone *zone, Context &ctx) | TyTCodeplug::ZoneExtElement | virtual |
getBCD2(uint offset) const | Codeplug::Element | |
getBCD4_be(uint offset) const | Codeplug::Element | |
getBCD4_le(uint offset) const | Codeplug::Element | |
getBCD8_be(uint offset) const | Codeplug::Element | |
getBCD8_le(uint offset) const | Codeplug::Element | |
getBit(uint offset, uint bit) const | Codeplug::Element | |
getInt8(uint offset) const | Codeplug::Element | |
getUInt16_be(uint offset) const | Codeplug::Element | |
getUInt16_le(uint offset) const | Codeplug::Element | |
getUInt2(uint offset, uint bit) const | Codeplug::Element | |
getUInt24_be(uint offset) const | Codeplug::Element | |
getUInt24_le(uint offset) const | Codeplug::Element | |
getUInt3(uint offset, uint bit) const | Codeplug::Element | |
getUInt32_be(uint offset) const | Codeplug::Element | |
getUInt32_le(uint offset) const | Codeplug::Element | |
getUInt4(uint offset, uint bit) const | Codeplug::Element | |
getUInt5(uint offset, uint bit) const | Codeplug::Element | |
getUInt6(uint offset, uint bit) const | Codeplug::Element | |
getUInt8(uint offset) const | Codeplug::Element | |
isValid() const | Codeplug::Element | virtual |
linkZoneObj(Zone *zone, Context &ctx) | TyTCodeplug::ZoneExtElement | virtual |
memberIndexA(uint n) const | TyTCodeplug::ZoneExtElement | virtual |
memberIndexB(uint n) const | TyTCodeplug::ZoneExtElement | virtual |
readASCII(uint offset, uint maxlen, uint8_t eos=0x00) const | Codeplug::Element | |
readUnicode(uint offset, uint maxlen, uint16_t eos=0x0000) const | Codeplug::Element | |
setBCD2(uint offset, uint8_t value) | Codeplug::Element | |
setBCD4_be(uint offset, uint16_t value) | Codeplug::Element | |
setBCD4_le(uint offset, uint16_t value) | Codeplug::Element | |
setBCD8_be(uint offset, uint32_t value) | Codeplug::Element | |
setBCD8_le(uint offset, uint32_t value) | Codeplug::Element | |
setBit(uint offset, uint bit, bool value=true) | Codeplug::Element | |
setInt8(uint offset, int8_t value) | Codeplug::Element | |
setMemberIndexA(uint n, uint16_t idx) | TyTCodeplug::ZoneExtElement | virtual |
setMemberIndexB(uint n, uint16_t idx) | TyTCodeplug::ZoneExtElement | virtual |
setUInt16_be(uint offset, uint16_t value) | Codeplug::Element | |
setUInt16_le(uint offset, uint16_t value) | Codeplug::Element | |
setUInt2(uint offset, uint bit, uint8_t value) | Codeplug::Element | |
setUInt24_be(uint offset, uint32_t value) | Codeplug::Element | |
setUInt24_le(uint offset, uint32_t value) | Codeplug::Element | |
setUInt3(uint offset, uint bit, uint8_t value) | Codeplug::Element | |
setUInt32_be(uint offset, uint32_t value) | Codeplug::Element | |
setUInt32_le(uint offset, uint32_t value) | Codeplug::Element | |
setUInt4(uint offset, uint bit, uint8_t value) | Codeplug::Element | |
setUInt5(uint offset, uint bit, uint8_t value) | Codeplug::Element | |
setUInt6(uint offset, uint bit, uint8_t value) | Codeplug::Element | |
setUInt8(uint offset, uint8_t value) | Codeplug::Element | |
writeASCII(uint offset, const QString &txt, uint maxlen, uint8_t eos=0x00) | Codeplug::Element | |
writeUnicode(uint offset, const QString &txt, uint maxlen, uint16_t eos=0x0000) | Codeplug::Element | |
ZoneExtElement(uint8_t *ptr, size_t size) | TyTCodeplug::ZoneExtElement | protected |
ZoneExtElement(uint8_t *ptr) | TyTCodeplug::ZoneExtElement | |
~Element() | Codeplug::Element | virtual |
~ZoneExtElement() | TyTCodeplug::ZoneExtElement | virtual |