winIDEA SDK
isys::CSystemMemoryAreas Class Reference

Description

This class contains information about system memory areas.

This class is not intended to be instantiated by clients. Call CDataController::getSystemMemoryAreas() to get instance of this class.

#include <CDataController.h>

Public Member Functions

int getMemAreaCodeVirtual ()
 Returns virtual memory area of code symbols.
 
int getMemAreaCodePhysical ()
 Returns physical memory area of code.
 
int getMemAreaDataVirtual ()
 Returns virtual memory area of data symbols.
 
int getMemAreaDataPhysical ()
 Returns physical memory area of data.
 
int getMemAreaSFR ()
 Returns memory area of SFR space.