libdrmconf  0.9.0
A library to program DMR radios.
CodePlug::Element Member List

This is the complete list of members for CodePlug::Element, including all inherited members.

_dataCodePlug::Elementprotected
_sizeCodePlug::Elementprotected
clear()CodePlug::Elementvirtual
clearBit(uint offset, uint bit)CodePlug::Element
Element(uint8_t *ptr, size_t size)CodePlug::Elementprotected
Element(const Element &other)CodePlug::Element
getBCD2(uint offset) constCodePlug::Element
getBCD4_be(uint offset) constCodePlug::Element
getBCD4_le(uint offset) constCodePlug::Element
getBCD8_be(uint offset) constCodePlug::Element
getBCD8_le(uint offset) constCodePlug::Element
getBit(uint offset, uint bit) constCodePlug::Element
getUInt16_be(uint offset) constCodePlug::Element
getUInt16_le(uint offset) constCodePlug::Element
getUInt2(uint offset, uint bit) constCodePlug::Element
getUInt24_be(uint offset) constCodePlug::Element
getUInt24_le(uint offset) constCodePlug::Element
getUInt3(uint offset, uint bit) constCodePlug::Element
getUInt32_be(uint offset) constCodePlug::Element
getUInt32_le(uint offset) constCodePlug::Element
getUInt4(uint offset, uint bit) constCodePlug::Element
getUInt5(uint offset, uint bit) constCodePlug::Element
getUInt6(uint offset, uint bit) constCodePlug::Element
getUInt8(uint offset) constCodePlug::Element
isValid() constCodePlug::Elementvirtual
readASCII(uint offset, uint maxlen, uint8_t eos=0x00) constCodePlug::Element
readUnicode(uint offset, uint maxlen, uint16_t eos=0x0000) constCodePlug::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
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
~Element()CodePlug::Elementvirtual