libdrmconf  0.10.4
A library to program DMR radios.
Public Member Functions | Public Attributes | List of all members
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: