Newer
Older
UbixOS / doc / html / video_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>UbixOS V2: src/sys/include/sys/video.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="classes.html"><span>Data&nbsp;Structures</span></a></li>
    <li id="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="dirs.html"><span>Directories</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    <li><a href="globals.html"><span>Globals</span></a></li>
  </ul></div>
<div class="nav">
<a class="el" href="dir_897b6a2d7bab147dd1db58381aad3984.html">src</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_832905b1f7f5feaf61a306b40c0ac817.html">sys</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_caf4200c438ae9601464168e21e8e4d8.html">include</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_d26f37d6397a53073c964316867e8d67.html">sys</a></div>
<h1>video.h File Reference</h1><code>#include &lt;<a class="el" href="types_8h-source.html">ubixos/types.h</a>&gt;</code><br>

<p>
Include dependency graph for video.h:<p><center><img src="video_8h__incl.png" border="0" usemap="#src/sys/include/sys/video.h_map" alt=""></center>
<map name="src/sys/include/sys/video.h_map">
<area href="types_8h.html" shape="rect" coords="258,5,378,32" alt="">
<area href="__types_8h.html" shape="rect" coords="428,5,532,32" alt="">
</map>

<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="video_8h__dep__incl.png" border="0" usemap="#src/sys/include/sys/video.hdep_map" alt=""></center>
<map name="src/sys/include/sys/video.hdep_map">
<area href="main_8c.html" shape="rect" coords="275,5,419,32" alt="">
<area href="atkbd_8c.html" shape="rect" coords="274,56,420,83" alt="">
<area href="fdc_8c.html" shape="rect" coords="283,107,411,133" alt="">
<area href="bioscall_8c.html" shape="rect" coords="256,157,438,184" alt="">
<area href="syscall_8c.html" shape="rect" coords="259,208,435,235" alt="">
<area href="kprintf_8c.html" shape="rect" coords="274,259,420,285" alt="">
<area href="libcpp_8cc.html" shape="rect" coords="271,309,423,336" alt="">
<area href="hd_8c.html" shape="rect" coords="284,360,410,387" alt="">
<area href="lnc_8c.html" shape="rect" coords="283,411,411,437" alt="">
<area href="video_8c.html" shape="rect" coords="274,461,420,488" alt="">
</map>

<p>
<a href="video_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&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="video_8h.html#2984c3db0ad3a4a571a8ee0b4d2fe90b">defaultColor</a>&nbsp;&nbsp;&nbsp;0x0F</td></tr>

<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="video_8h.html#05d079fd6b2d61320ad423e5c918903c">backSpace</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="video_8h.html#9d7e8af417b6d543da691e9c0e2f6f9f">clearScreen</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="video_8h.html#5429378b96a24fadfd2d1f8d777eb95a">kprint</a> (char *string)</td></tr>

<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="video_8h.html#a6d08b2dd961295607e6a5d52f1d471e">printColor</a></td></tr>

</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="2984c3db0ad3a4a571a8ee0b4d2fe90b"></a><!-- doxytag: member="video.h::defaultColor" ref="2984c3db0ad3a4a571a8ee0b4d2fe90b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define defaultColor&nbsp;&nbsp;&nbsp;0x0F          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="video_8h-source.html#l00035">35</a> of file <a class="el" href="video_8h-source.html">video.h</a>.
<p>
Referenced by <a class="el" href="video_8c-source.html#l00115">clearScreen()</a>.
</div>
</div><p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="05d079fd6b2d61320ad423e5c918903c"></a><!-- doxytag: member="video.h::backSpace" ref="05d079fd6b2d61320ad423e5c918903c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void backSpace           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="video_8c-source.html#l00040">40</a> of file <a class="el" href="video_8c-source.html">video.c</a>.
<p>
References <a class="el" href="io_8c-source.html#l00039">inportByte()</a>, <a class="el" href="io_8c-source.html#l00073">outportByte()</a>, <a class="el" href="video_8c-source.html#l00037">printColor</a>, <a class="el" href="tty_8c-source.html#l00039">tty_foreground</a>, <a class="el" href="tty_8h-source.html#l00041">tty_termNode::tty_x</a>, <a class="el" href="tty_8h-source.html#l00042">tty_termNode::tty_y</a>, and <a class="el" href="systemtask_8c-source.html#l00045">videoBuffer</a>.
<p>
Referenced by <a class="el" href="atkbd_8c-source.html#l00216">keyboardHandler()</a>.
<p>
Here is the call graph for this function:<p><center><img src="video_8h_05d079fd6b2d61320ad423e5c918903c_cgraph.png" border="0" usemap="#video_8h_05d079fd6b2d61320ad423e5c918903c_cgraph_map" alt=""></center>
<map name="video_8h_05d079fd6b2d61320ad423e5c918903c_cgraph_map">
<area href="io_8h.html#77b934268de1b3ecdcf3f275413b3108" shape="rect" coords="155,5,248,32" alt="">
<area href="io_8h.html#8acc1a06073db2e7b92ffbd00fbd0cf1" shape="rect" coords="151,56,252,83" alt="">
</map>

</div>
</div><p>
<a class="anchor" name="9d7e8af417b6d543da691e9c0e2f6f9f"></a><!-- doxytag: member="video.h::clearScreen" ref="9d7e8af417b6d543da691e9c0e2f6f9f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void clearScreen           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="video_8c-source.html#l00115">115</a> of file <a class="el" href="video_8c-source.html">video.c</a>.
<p>
References <a class="el" href="video_8h-source.html#l00035">defaultColor</a>, <a class="el" href="io_8c-source.html#l00073">outportByte()</a>, <a class="el" href="systemtask_8c-source.html#l00045">videoBuffer</a>, and <a class="el" href="start_8S-source.html#l00051">x20</a>.
<p>
Referenced by <a class="el" href="main_8c-source.html#l00097">kmain()</a>.
<p>
Here is the call graph for this function:<p><center><img src="video_8h_9d7e8af417b6d543da691e9c0e2f6f9f_cgraph.png" border="0" usemap="#video_8h_9d7e8af417b6d543da691e9c0e2f6f9f_cgraph_map" alt=""></center>
<map name="video_8h_9d7e8af417b6d543da691e9c0e2f6f9f_cgraph_map">
<area href="io_8h.html#8acc1a06073db2e7b92ffbd00fbd0cf1" shape="rect" coords="156,5,257,32" alt="">
</map>

</div>
</div><p>
<a class="anchor" name="5429378b96a24fadfd2d1f8d777eb95a"></a><!-- doxytag: member="video.h::kprint" ref="5429378b96a24fadfd2d1f8d777eb95a" args="(char *string)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void kprint           </td>
          <td>(</td>
          <td class="paramtype">char *&nbsp;</td>
          <td class="paramname"> <em>string</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="video_8c-source.html#l00062">62</a> of file <a class="el" href="video_8c-source.html">video.c</a>.
<p>
References <a class="el" href="io_8c-source.html#l00039">inportByte()</a>, <a class="el" href="types_8h-source.html#l00036">NULL</a>, <a class="el" href="io_8c-source.html#l00073">outportByte()</a>, <a class="el" href="video_8c-source.html#l00037">printColor</a>, <a class="el" href="tty_8c-source.html#l00170">tty_find()</a>, <a class="el" href="tty_8c-source.html#l00039">tty_foreground</a>, <a class="el" href="tty_8c-source.html#l00118">tty_print()</a>, <a class="el" href="systemtask_8c-source.html#l00045">videoBuffer</a>, and <a class="el" href="start_8S-source.html#l00051">x20</a>.
<p>
Referenced by <a class="el" href="fdc_8c-source.html#l00129">fdcRw()</a>, <a class="el" href="main_8c-source.html#l00097">kmain()</a>, and <a class="el" href="kprintf_8c-source.html#l00038">kprintf()</a>.
<p>
Here is the call graph for this function:<p><center><img src="video_8h_5429378b96a24fadfd2d1f8d777eb95a_cgraph.png" border="0" usemap="#video_8h_5429378b96a24fadfd2d1f8d777eb95a_cgraph_map" alt=""></center>
<map name="video_8h_5429378b96a24fadfd2d1f8d777eb95a_cgraph_map">
<area href="io_8h.html#77b934268de1b3ecdcf3f275413b3108" shape="rect" coords="115,6,208,32" alt="">
<area href="io_8h.html#8acc1a06073db2e7b92ffbd00fbd0cf1" shape="rect" coords="257,56,359,83" alt="">
<area href="tty_8h.html#4f96ccac7e60296ef496008d8cbed0ff" shape="rect" coords="125,107,197,134" alt="">
<area href="tty_8h.html#d96f57a7c113d3cfa76ee5fed6de33c0" shape="rect" coords="123,158,200,184" alt="">
<area href="spinlock_8h.html#2cd9a4502680fb8e7f0fe6b029e558b1" shape="rect" coords="268,132,348,159" alt="">
<area href="spinlock_8h.html#dd996cbbb3b9826dd9c8cf02b66a4c65" shape="rect" coords="260,183,356,210" alt="">
<area href="sched_8h.html#08933fe6d593a1c78b9080359f15a0b7" shape="rect" coords="408,107,509,134" alt="">
<area href="spinlock_8h.html#8f9173fadeddafa01754d6cbcc630198" shape="rect" coords="693,158,792,184" alt="">
<area href="sched_8h.html#549a0c1cc47933fa045b200690965cbd" shape="rect" coords="559,107,620,134" alt="">
<area href="sched_8h.html#e969273d772018d111e1f0344eb550f8" shape="rect" coords="669,56,816,83" alt="">
<area href="sched_8h.html#086cc0adc0b6a3860ceeeb5bc5ea94ea" shape="rect" coords="673,107,812,134" alt="">
</map>

</div>
</div><p>
<hr><h2>Variable Documentation</h2>
<a class="anchor" name="a6d08b2dd961295607e6a5d52f1d471e"></a><!-- doxytag: member="video.h::printColor" ref="a6d08b2dd961295607e6a5d52f1d471e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="video_8c.html#a6d08b2dd961295607e6a5d52f1d471e">printColor</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="video_8c-source.html#l00037">37</a> of file <a class="el" href="video_8c-source.html">video.c</a>.
<p>
Referenced by <a class="el" href="video_8c-source.html#l00040">backSpace()</a>, and <a class="el" href="video_8c-source.html#l00062">kprint()</a>.
</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 15 11:20:59 2006 for UbixOS V2 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>