|
libdrmconf
0.10.4
A library to program DMR radios.
|
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. | |
Memory map item.
That is, a collection of address, length and associated index.