libdrmconf 0.12.1
A library to program DMR radios.
Loading...
Searching...
No Matches
AddressMap::AddrMapItem Struct Reference

Memory map item. More...

#include <addressmap.hh>

Public Member Functions

 AddrMapItem (uint32_t addr, uint32_t len, uint32_t idx)
 Constructor.
bool operator< (const AddrMapItem &other) const
 Comparison operator.
bool operator< (uint32_t addr) const
 Comparison operator.
bool contains (uint32_t addr) const
 Returns true if the given address is contained within this memory region.

Public Attributes

uint32_t address
 The start address of the item.
uint32_t length
 The size/length of the memory item.
uint32_t index
 The associated (element) index.

Detailed Description

Memory map item.

That is, a collection of address, length and associated index.


The documentation for this struct was generated from the following file:
  • /builddir/build/BUILD/qdmr-0.12.1-build/qdmr-0.12.1/lib/addressmap.hh