_data | Codeplug::Element | protected |
_size | Codeplug::Element | protected |
BootSettingsElement(uint8_t *ptr, size_t size) | TyTCodeplug::BootSettingsElement | protected |
BootSettingsElement(uint8_t *ptr) | TyTCodeplug::BootSettingsElement | explicit |
channelIndexA() const | TyTCodeplug::BootSettingsElement | virtual |
channelIndexB() const | TyTCodeplug::BootSettingsElement | virtual |
clear() | TyTCodeplug::BootSettingsElement | virtual |
clearBit(uint offset, uint bit) | Codeplug::Element | |
Element(uint8_t *ptr, size_t size) | Codeplug::Element | protected |
Element(const Element &other) | Codeplug::Element | |
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 |
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 | |
setChannelIndexA(uint idx) | TyTCodeplug::BootSettingsElement | virtual |
setChannelIndexB(uint idx) | TyTCodeplug::BootSettingsElement | virtual |
setInt8(uint offset, int8_t value) | Codeplug::Element | |
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 | |
setZoneIndex(uint idx) | TyTCodeplug::BootSettingsElement | virtual |
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 | |
zoneIndex() const | TyTCodeplug::BootSettingsElement | virtual |
~BootSettingsElement() | TyTCodeplug::BootSettingsElement | virtual |
~Element() | Codeplug::Element | virtual |