libdrmconf
0.9.0
A library to program DMR radios.
|
This is the complete list of members for CodePlug::Element, including all inherited members.
_data | CodePlug::Element | protected |
_size | CodePlug::Element | protected |
clear() | CodePlug::Element | 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 | |
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 | |
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::Element | virtual |