Imported ChibiOS/RT 2.0.6.
This commit is contained in:
49
ChibiOS_2.0.6/docs/html/test_events_001.html
Normal file
49
ChibiOS_2.0.6/docs/html/test_events_001.html
Normal file
@@ -0,0 +1,49 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<title>ChibiOS/RT: Events registration and dispatch</title>
|
||||
<link href="custom.css" rel="stylesheet" type="text/css">
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<table style="text-align: center; width: 100%;" border="0"
|
||||
cellpadding="2" cellspacing="2">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width: 80px;"><img alt="ChibiOS/RT Logo" src="logo_small.png"></td>
|
||||
<td><big><big>ChibiOS/RT</big></big><br><br>Architecture - Reference Manual - Guides</td>
|
||||
<td style="width: 80px;"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<hr size="1">
|
||||
<!-- Generated by Doxygen 1.7.1 -->
|
||||
<div class="navigation" id="top">
|
||||
<div class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="main.html"><span>Main Page</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>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="navpath">
|
||||
<ul>
|
||||
<li><a class="el" href="main.html">ChibiOS/RT</a> </li>
|
||||
<li><a class="el" href="testsuite.html">Testing Strategy</a> </li>
|
||||
<li><a class="el" href="test_events.html">Events test</a> </li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<h1>Events registration and dispatch </h1> </div>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<h2>Description</h2>
|
||||
<p>Two event listeners are registered on an event source and then unregistered in the same order.<br/>
|
||||
The test expects that the even source has listeners after the registrations and after the first unregistration, then, after the second unegistration, the test expects no more listeners.<br/>
|
||||
In the second part the test dispatches three event flags and verifies that the associated event handlers are invoked in LSb-first order. </p>
|
||||
</div>
|
||||
<hr size="1"><address style="text-align: right;"><small>
|
||||
Generated on Sun Oct 24 2010 09:40:45 for ChibiOS/RT by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.7.1</small></address>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user