?? display_8h.html
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>VLSI Solution Oy Evaluation MP3 Player Source Code Documentation</title><link href="doxygen.css" rel="stylesheet" type="text/css"><img src="vlsi_small.gif" hspace="20" bordercolor="#ffffff" alt="VLSI Solution Oy"><b>VLSI Solution Oy Evaluation MP3 Player Source Code Documentation</b><p></p></head><body><!-- Generated by Doxygen 1.3.7 --><div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="pages.html">Related Pages</a></div><h1>display.h File Reference</h1>Definitions for high level display. <a href="#_details">More...</a><p><p>This graph shows which files directly or indirectly include this file:<p><center><img src="display_8h__dep__incl.png" border="0" usemap="#display.hdep_map" alt="Included by dependency graph"></center><map name="display.hdep_map"><area href="display_8c.html" shape="rect" coords="6,18,65,42" alt=""><area href="filesys_8c.html" shape="rect" coords="89,18,145,42" alt=""><area href="player_8c.html" shape="rect" coords="169,18,222,42" alt=""><area href="record_8c.html" shape="rect" coords="246,18,300,42" alt=""></map><p><a href="display_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>Defines</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="display_8h.html#a0">DS_STATIC</a> 0</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="display_8h.html#a1">DS_TEXT</a> 1</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="display_8h.html#a2">DS_NUMERIC</a> 2</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="display_8h.html#a3">DS_PERCENTAGE</a> 3</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="display_8h.html#a4">DS_NO_YES</a> 4</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="display_8h.html#a5">DS_ARROWS</a> 5</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="display_8h.html#a6">DS_RAWTEXT</a> 6</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="display_8h.html#a7">DS_TEXTLENGTH</a> 50</td></tr><tr><td colspan=2><br><h2>Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>char </td><td class="memItemRight" valign=bottom><a class="el" href="display_8h.html#a14">InitDisplay</a> (char style, char *title, char *text, int value)</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Reset display and print initial values. <a href="#a14"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="display_8h.html#a15">UpdateDisplay</a> ()</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Paint display. <a href="#a15"></a><br><br></td></tr><tr><td colspan=2><br><h2>Variables</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>volatile xdata signed char </td><td class="memItemRight" valign=bottom><a class="el" href="display_8h.html#a8">displayPosition</a></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>xdata char </td><td class="memItemRight" valign=bottom><a class="el" href="display_8h.html#a9">displayTitle</a> [16]</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>xdata char </td><td class="memItemRight" valign=bottom><a class="el" href="display_8h.html#a10">displayText</a> [DS_TEXTLENGTH+1]</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>xdata char </td><td class="memItemRight" valign=bottom><a class="el" href="display_8h.html#a11">displayLength</a></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>xdata char </td><td class="memItemRight" valign=bottom><a class="el" href="display_8h.html#a12">displayStyle</a></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>xdata char </td><td class="memItemRight" valign=bottom><a class="el" href="display_8h.html#a13">displayValue</a></td></tr></table><hr><a name="_details"></a><h2>Detailed Description</h2>Definitions for high level display. <p><p>Definition in file <a class="el" href="display_8h-source.html">display.h</a>.<hr><h2>Define Documentation</h2><a class="anchor" name="a5" doxytag="display.h::DS_ARROWS" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define DS_ARROWS 5 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="display_8h-source.html#l00013">13</a> of file <a class="el" href="display_8h-source.html">display.h</a>.<p>Referenced by <a class="el" href="display_8c-source.html#l00058">UpdateDisplay()</a>. </td> </tr></table><a class="anchor" name="a4" doxytag="display.h::DS_NO_YES" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define DS_NO_YES 4 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="display_8h-source.html#l00012">12</a> of file <a class="el" href="display_8h-source.html">display.h</a>.<p>Referenced by <a class="el" href="player_8c-source.html#l00327">AvailableProcessorTime()</a>, and <a class="el" href="display_8c-source.html#l00058">UpdateDisplay()</a>. </td> </tr></table><a class="anchor" name="a2" doxytag="display.h::DS_NUMERIC" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define DS_NUMERIC 2 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="display_8h-source.html#l00010">10</a> of file <a class="el" href="display_8h-source.html">display.h</a>.<p>Referenced by <a class="el" href="display_8c-source.html#l00058">UpdateDisplay()</a>. </td> </tr></table><a class="anchor" name="a3" doxytag="display.h::DS_PERCENTAGE" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define DS_PERCENTAGE 3 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="display_8h-source.html#l00011">11</a> of file <a class="el" href="display_8h-source.html">display.h</a>.<p>Referenced by <a class="el" href="player_8c-source.html#l00327">AvailableProcessorTime()</a>, and <a class="el" href="display_8c-source.html#l00058">UpdateDisplay()</a>. </td> </tr></table><a class="anchor" name="a6" doxytag="display.h::DS_RAWTEXT" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define DS_RAWTEXT 6 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="display_8h-source.html#l00014">14</a> of file <a class="el" href="display_8h-source.html">display.h</a>.<p>Referenced by <a class="el" href="player_8c-source.html#l00327">AvailableProcessorTime()</a>, and <a class="el" href="display_8c-source.html#l00058">UpdateDisplay()</a>. </td> </tr></table><a class="anchor" name="a0" doxytag="display.h::DS_STATIC" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> #define DS_STATIC 0 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Definition at line <a class="el" href="display_8h-source.html#l00008">8</a> of file <a class="el" href="display_8h-source.html">display.h</a>.<p>Referenced by <a class="el" href="player_8c-source.html#l00733">main()</a>, <a class="el" href="record_8c-source.html#l00101">Record()</a>, and <a class="el" href="display_8c-source.html#l00058">UpdateDisplay()</a>. </td> </tr></table><a class="anchor" name="a1" doxytag="display.h::DS_TEXT" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow">
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -