Line No. | Rev | Author | Line |
---|---|---|---|
1 | 6 | kaklik | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
||
3 | <title>Procyon AVRlib: vt100.h File Reference</title> |
||
4 | <link href="dox.css" rel="stylesheet" type="text/css"> |
||
5 | </head><body> |
||
6 | <!-- Generated by Doxygen 1.4.2 --> |
||
7 | <div class="qindex"><a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a></div> |
||
8 | <h1>vt100.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2> |
||
9 | |||
10 | <p> |
||
11 | Definition in file <a class="el" href="vt100_8h-source.html">vt100.h</a>. |
||
12 | <p> |
||
13 | <code>#include "<a class="el" href="global_8h-source.html">global.h</a>"</code><br> |
||
14 | |||
15 | <p> |
||
16 | <a href="vt100_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
||
17 | <tr><td></td></tr> |
||
18 | <tr><td colspan="2"><br><h2>Defines</h2></td></tr> |
||
19 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a0" doxytag="vt100.h::VT100_ATTR_OFF"></a> |
||
20 | #define </td><td class="memItemRight" valign="bottom"><b>VT100_ATTR_OFF</b> 0</td></tr> |
||
21 | |||
22 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a1" doxytag="vt100.h::VT100_BOLD"></a> |
||
23 | #define </td><td class="memItemRight" valign="bottom"><b>VT100_BOLD</b> 1</td></tr> |
||
24 | |||
25 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a2" doxytag="vt100.h::VT100_USCORE"></a> |
||
26 | #define </td><td class="memItemRight" valign="bottom"><b>VT100_USCORE</b> 4</td></tr> |
||
27 | |||
28 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a3" doxytag="vt100.h::VT100_BLINK"></a> |
||
29 | #define </td><td class="memItemRight" valign="bottom"><b>VT100_BLINK</b> 5</td></tr> |
||
30 | |||
31 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a4" doxytag="vt100.h::VT100_REVERSE"></a> |
||
32 | #define </td><td class="memItemRight" valign="bottom"><b>VT100_REVERSE</b> 7</td></tr> |
||
33 | |||
34 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a5" doxytag="vt100.h::VT100_BOLD_OFF"></a> |
||
35 | #define </td><td class="memItemRight" valign="bottom"><b>VT100_BOLD_OFF</b> 21</td></tr> |
||
36 | |||
37 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a6" doxytag="vt100.h::VT100_USCORE_OFF"></a> |
||
38 | #define </td><td class="memItemRight" valign="bottom"><b>VT100_USCORE_OFF</b> 24</td></tr> |
||
39 | |||
40 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a7" doxytag="vt100.h::VT100_BLINK_OFF"></a> |
||
41 | #define </td><td class="memItemRight" valign="bottom"><b>VT100_BLINK_OFF</b> 25</td></tr> |
||
42 | |||
43 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a8" doxytag="vt100.h::VT100_REVERSE_OFF"></a> |
||
44 | #define </td><td class="memItemRight" valign="bottom"><b>VT100_REVERSE_OFF</b> 27</td></tr> |
||
45 | |||
46 | <tr><td colspan="2"><br><h2>Functions</h2></td></tr> |
||
47 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="vt100_8h.html#a9">vt100Init</a> (void)</td></tr> |
||
48 | |||
49 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a10" doxytag="vt100.h::vt100ClearScreen"></a> |
||
50 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="vt100_8h.html#a10">vt100ClearScreen</a> (void)</td></tr> |
||
51 | |||
52 | <tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="vt100_8c.html#a1">vt100ClearScreen()</a> clears the terminal screen <br></td></tr> |
||
53 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="vt100_8h.html#a11">vt100SetAttr</a> (u08 attr)</td></tr> |
||
54 | |||
55 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a12" doxytag="vt100.h::vt100SetCursorMode"></a> |
||
56 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="vt100_8h.html#a12">vt100SetCursorMode</a> (u08 visible)</td></tr> |
||
57 | |||
58 | <tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="vt100_8c.html#a3">vt100SetCursorMode()</a> sets the cursor to visible or invisible <br></td></tr> |
||
59 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="vt100_8h.html#a13">vt100SetCursorPos</a> (u08 line, u08 col)</td></tr> |
||
60 | |||
61 | </table> |
||
62 | <hr><h2>Function Documentation</h2> |
||
63 | <a class="anchor" name="a9" doxytag="vt100.h::vt100Init"></a><p> |
||
64 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
||
65 | <tr> |
||
66 | <td class="mdRow"> |
||
67 | <table cellpadding="0" cellspacing="0" border="0"> |
||
68 | <tr> |
||
69 | <td class="md" nowrap valign="top">void vt100Init </td> |
||
70 | <td class="md" valign="top">( </td> |
||
71 | <td class="md" nowrap valign="top">void </td> |
||
72 | <td class="mdname1" valign="top" nowrap> </td> |
||
73 | <td class="md" valign="top"> ) </td> |
||
74 | <td class="md" nowrap></td> |
||
75 | </tr> |
||
76 | </table> |
||
77 | </td> |
||
78 | </tr> |
||
79 | </table> |
||
80 | <table cellspacing="5" cellpadding="0" border="0"> |
||
81 | <tr> |
||
82 | <td> |
||
83 | |
||
84 | </td> |
||
85 | <td> |
||
86 | |||
87 | <p> |
||
88 | <a class="el" href="vt100_8c.html#a0">vt100Init()</a> initializes terminal and vt100 library Run this init routine once before using any other vt100 function. |
||
89 | <p> |
||
90 | Definition at line <a class="el" href="vt100_8c-source.html#l00035">35</a> of file <a class="el" href="vt100_8c-source.html">vt100.c</a>. </td> |
||
91 | </tr> |
||
92 | </table> |
||
93 | <a class="anchor" name="a11" doxytag="vt100.h::vt100SetAttr"></a><p> |
||
94 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
||
95 | <tr> |
||
96 | <td class="mdRow"> |
||
97 | <table cellpadding="0" cellspacing="0" border="0"> |
||
98 | <tr> |
||
99 | <td class="md" nowrap valign="top">void vt100SetAttr </td> |
||
100 | <td class="md" valign="top">( </td> |
||
101 | <td class="md" nowrap valign="top">u08 </td> |
||
102 | <td class="mdname1" valign="top" nowrap> <em>attr</em> </td> |
||
103 | <td class="md" valign="top"> ) </td> |
||
104 | <td class="md" nowrap></td> |
||
105 | </tr> |
||
106 | </table> |
||
107 | </td> |
||
108 | </tr> |
||
109 | </table> |
||
110 | <table cellspacing="5" cellpadding="0" border="0"> |
||
111 | <tr> |
||
112 | <td> |
||
113 | |
||
114 | </td> |
||
115 | <td> |
||
116 | |||
117 | <p> |
||
118 | <a class="el" href="vt100_8c.html#a2">vt100SetAttr()</a> sets the text attributes like BOLD or REVERSE Text written to the terminal after this function is called will have the desired attribuutes. |
||
119 | <p> |
||
120 | Definition at line <a class="el" href="vt100_8c-source.html#l00048">48</a> of file <a class="el" href="vt100_8c-source.html">vt100.c</a>. </td> |
||
121 | </tr> |
||
122 | </table> |
||
123 | <a class="anchor" name="a13" doxytag="vt100.h::vt100SetCursorPos"></a><p> |
||
124 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
||
125 | <tr> |
||
126 | <td class="mdRow"> |
||
127 | <table cellpadding="0" cellspacing="0" border="0"> |
||
128 | <tr> |
||
129 | <td class="md" nowrap valign="top">void vt100SetCursorPos </td> |
||
130 | <td class="md" valign="top">( </td> |
||
131 | <td class="md" nowrap valign="top">u08 </td> |
||
132 | <td class="mdname" nowrap> <em>line</em>, </td> |
||
133 | </tr> |
||
134 | <tr> |
||
135 | <td class="md" nowrap align="right"></td> |
||
136 | <td class="md"></td> |
||
137 | <td class="md" nowrap>u08 </td> |
||
138 | <td class="mdname" nowrap> <em>col</em></td> |
||
139 | </tr> |
||
140 | <tr> |
||
141 | <td class="md"></td> |
||
142 | <td class="md">) </td> |
||
143 | <td class="md" colspan="2"></td> |
||
144 | </tr> |
||
145 | </table> |
||
146 | </td> |
||
147 | </tr> |
||
148 | </table> |
||
149 | <table cellspacing="5" cellpadding="0" border="0"> |
||
150 | <tr> |
||
151 | <td> |
||
152 | |
||
153 | </td> |
||
154 | <td> |
||
155 | |||
156 | <p> |
||
157 | <a class="el" href="vt100_8c.html#a4">vt100SetCursorPos()</a> sets the cursor position All text which is written to the terminal after a SetCursorPos command will begin at the new location of the cursor. |
||
158 | <p> |
||
159 | Definition at line <a class="el" href="vt100_8c-source.html#l00064">64</a> of file <a class="el" href="vt100_8c-source.html">vt100.c</a>. </td> |
||
160 | </tr> |
||
161 | </table> |
||
162 | <hr size="1"><address style="align: right;"><small>Generated on Sun Oct 29 03:41:09 2006 for Procyon AVRlib by |
||
163 | <a href="http://www.doxygen.org/index.html"> |
||
164 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address> |
||
165 | </body> |
||
166 | </html> |
Powered by WebSVN v2.8.3