GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > MEM / V5-7-1

Constituent: mem_base     Tag: mv2304


Interface   Data Structures   File List   Data Fields   Globals  

_MEM_Descriptor Struct Reference

Memory descriptor. More...

#include <MEM.h>


Data Fields

MEM_Memmap memmap
caddr_t addr
size_t words
size_t bytes


Detailed Description

Memory descriptor.

A structure used to describe a memory region that is the target of a memory load or memory dump. This structure contains all of the information needed to access the memory, including the starting address and size, as well as the type of memory.


Field Documentation

caddr_t _MEM_Descriptor::addr
 

Staring address of memory region.

size_t _MEM_Descriptor::bytes
 

Size of region, in bytes.

MEM_Memmap _MEM_Descriptor::memmap
 

Key to identify type of memory.

size_t _MEM_Descriptor::words
 

Size of region, in words.


The documentation for this struct was generated from the following file:
Generated on Tue Aug 8 22:50:59 2006 by  doxygen 1.4.4