1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Header File Index</title>
<link rel="STYLESHEET" type="TEXT/CSS" href="style.css">
</head>
<body bgcolor="#fffff8">
<table class="INVTABLE" width="100%">
<tbody>
<tr>
<td class="NOBORDER" width="40"><img src="info.gif" width="32"
height="32" border="0">
</td>
<td class="TITLE">TiCables Library Header Files</td>
</tr>
</tbody>
</table>
<hr>
<p>There are few headers to include for using the ticables library. They are
listed below: <br>
</p>
<table class="NOBORDER" cellpadding="5" cellspacing="5" border="5">
<tbody>
<tr>
<td class="NOBORDER" align="left" valign="top"><b>cabl_def.h</b></td>
<td class="NOBORDER" width="10"><br>
</td>
<td class="NOBORDER" align="left">Type definitions</td>
</tr>
<tr>
<td class="NOBORDER" align="left" valign="top"><b>cabl_err.h</b></td>
<td class="NOBORDER" width="10"><br>
</td>
<td class="NOBORDER" align="left">Error codes</td>
</tr>
<tr>
<td class="NOBORDER" align="left" valign="top"><b>cabl_int.h</b></td>
<td class="NOBORDER" width="10"><br>
</td>
<td class="NOBORDER" align="left">Exported functions (interface)</td>
</tr>
<tr>
<td class="NOBORDER" align="left" valign="top"><b>cabl_ver.h</b></td>
<td class="NOBORDER" width="10"><br>
</td>
<td class="NOBORDER" align="left">Version number</td>
</tr>
<tr>
<td class="NOBORDER" align="left" valign="top"><b>tikeys.h</b></td>
<td class="NOBORDER" width="10"><br>
</td>
<td class="NOBORDER" align="left">Scan codes and keys<br>
</td>
</tr>
<tr>
<td class="NOBORDER" align="left" valign="top"><b>ticables.h</b></td>
<td class="NOBORDER" width="10"><br>
</td>
<td class="NOBORDER" align="left">Convenient header which includes
the cabl_xxx.h headers<br>
</td>
</tr>
</tbody>
</table>
<p><b>Note:</b> these are the headers you are allowed to include in your
program. Don't use any others, please ! </p>
<br>
<h3> <a
href="index.html">Return
to the main index</a> </h3>
<br>
<br>
<br>
</body>
</html>
|