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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Xenomai API: Driver Development API</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.5.6 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label> <u>S</u>earch for </label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul>
</div>
</div>
<div class="contents">
<h1>Driver Development API<br>
<small>
[<a class="el" href="group__rtdm.html">Real-Time Driver Model</a>]</small>
</h1>
<p>
<div class="dynheader">
Collaboration diagram for Driver Development API:</div>
<div class="dynsection">
<center><table><tr><td><img src="group__driverapi.png" border="0" alt="" usemap="#group____driverapi_map">
<map name="group____driverapi_map">
<area shape="rect" href="group__rtdmsync.html" title="Synchronisation Services" alt="" coords="471,5,652,32"><area shape="rect" href="group__interdrv.html" title="Inter-Driver API" alt="" coords="503,56,620,83"><area shape="rect" href="group__util.html" title="Utility Services" alt="" coords="504,107,619,133"><area shape="rect" href="group__rtdmirq.html" title="Interrupt Management Services" alt="" coords="449,157,673,184"><area shape="rect" href="group__rtdmtask.html" title="Task Services" alt="" coords="508,208,615,235"><area shape="rect" href="group__clock.html" title="Clock Services" alt="" coords="505,259,617,285"><area shape="rect" href="group__devregister.html" title="Device Registration Services" alt="" coords="460,309,663,336"><area shape="rect" href="group__nrtsignal.html" title="Non-Real-Time Signalling Services" alt="" coords="443,360,680,387"><area shape="rect" href="group__rtdmtimer.html" title="Timer Services" alt="" coords="504,411,619,437"><area shape="rect" href="group__rtdm.html" title="Real-Time Driver Model" alt="" coords="5,208,173,235"></map></td></tr></table></center>
</div>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This is the lower interface of RTDM provided to device drivers, currently limited to kernel-space. Real-time drivers should only use functions of this interface in order to remain portable.
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Files</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">file </td><td class="memItemRight" valign="bottom"><a class="el" href="rtdm__driver_8h.html">rtdm_driver.h</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Real-Time Driver Model for Xenomai, driver API header. <br></td></tr>
<p>
<tr><td colspan="2"><br><h2>Modules</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__interdrv.html">Inter-Driver API</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__devregister.html">Device Registration Services</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__clock.html">Clock Services</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rtdmtask.html">Task Services</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rtdmtimer.html">Timer Services</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rtdmsync.html">Synchronisation Services</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rtdmirq.html">Interrupt Management Services</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__nrtsignal.html">Non-Real-Time Signalling Services</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__util.html">Utility Services</a></td></tr>
</table>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Aug 2 12:48:39 2010 for Xenomai API by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>
|