core/com.nokia.carbide.cpp.doc.user/html/reference/memory_rendering_options.htm
author fturovic <frank.turovich@nokia.com>
Mon, 10 Aug 2009 15:21:12 -0500
changeset 400 9b005a8e6778
parent 0 fb279309251b
child 1225 a546534a48de
permissions -rw-r--r--
removed duplicate pages, unused images, and fixed links to same

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>Memory Rendering Options</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Memory Rendering Options</h2>
<p>You can configure the Memory Rendering pane to display data in the memory location in a variety of ways. The following options are visible on the context menu for the Memory Rendering pane. </p>
<p>Right-click to select an option shown in Table 1. </p>
<h5>Table 1. Memory Rendering context menu options </h5>
<table width="88%"  border="0" cellpadding="2" cellspacing="0">
  <tr>
    <th width="24%" scope="col">Option</th>
    <th width="76%" scope="col">Explanation</th>
  </tr>
  <tr>
    <td><b>Panes</b></td>
    <td><p>Specifies how the memory space is rendered in the pane:</p>
      <ul>
        <li>Address</li>
        <li>Binary</li>
        <li>Text</li>
    </ul></td>
  </tr>
  <tr>
    <td><b>Endian</b></td>
    <td><p>Choose one of the following:</p>
      <ul>
        <li>Big</li>
        <li>Little</li>
    </ul></td>
  </tr>
  <tr>
    <td><b>Text</b></td>
    <td><p>Choose one of the following:</p>
      <ul>
        <li>ISO-8859-1</li>
        <li>US-ASCII</li>
        <li>UTF-8</li>
    </ul></td>
  </tr>
  <tr>
    <td><b>Cell size </b></td>
    <td><p>Specifies the byte size of the memory rendering. The choices include:</p>
      <ul>
        <li>1 byte</li>
        <li>2 bytes</li>
        <li>4 bytes</li>
        <li>8 bytes    </li>
    </ul></td>
  </tr>
  <tr>
    <td><b>Radix</b></td>
    <td><p>Choose one of the following:</p>
      <ul>
        <li>Hex</li>
        <li>Decimal Signed </li>
        <li>Decimal Unsigned</li>
        <li>Octal</li>
        <li>Binary</li>
    </ul></td>
  </tr>
</table>
<h5>Related concepts</h5>
<ul>
  <li><a href="../concepts/working_with_memory.htm">Working with Memory </a> </li>
</ul>
<h5>Related tasks</h5>
<ul>
  <li><a href="../tasks/memory/view_memory_show.htm">Opening a Memory View</a></li>
  <li><a href="../tasks/memory/memory_rendering_adding.htm">Adding A Memory Rendering</a></li>
  <li><a href="../tasks/memory/memory_monitor_removing.htm">Removing a Memory Monitor or Rendering</a> </li>
</ul>
<h5>Related References </h5>
<ul>
  <li><a href="view_memory_wnd.htm">Memory View</a></li>
</ul>
<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>

</body>
</html>