Project

General

Profile

Revision 737

Updated wireless documentation.

View differences:

structSensorMatrix.html
27 27
<table border="0" cellpadding="0" cellspacing="0">
28 28
<tr><td></td></tr>
29 29
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
30
<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structSensorMatrix.html#0e5b475c074fee8b4a88f05357b310bb">size</a></td></tr>
30
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structSensorMatrix.html#888d68ace5ba04bfc741241718bc297c">numJoined</a></td></tr>
31 31

  
32
<tr><td class="memItemLeft" nowrap align="right" valign="top">int **&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structSensorMatrix.html#447a6b27943ac53530de1eb44db3b5e6">matrix</a></td></tr>
32
<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structSensorMatrix.html#85a82252ddabc13c586cceb9b2819b62">matrix</a> [MAXIMUM_XBEE_ID][MAXIMUM_XBEE_ID]</td></tr>
33 33

  
34
<tr><td class="memItemLeft" nowrap align="right" valign="top">int *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structSensorMatrix.html#9596130da4ab9251db7c0df33b8053d2">joined</a></td></tr>
34
<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structSensorMatrix.html#b2317919ee816e791633d4dc239f45af">joined</a> [MAXIMUM_XBEE_ID]</td></tr>
35 35

  
36
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structSensorMatrix.html#888d68ace5ba04bfc741241718bc297c">numJoined</a></td></tr>
37

  
38 36
</table>
39 37
<hr><a name="_details"></a><h2>Detailed Description</h2>
40 38
A sensor matrix. <hr><h2>Field Documentation</h2>
41
<a class="anchor" name="0e5b475c074fee8b4a88f05357b310bb"></a><!-- doxytag: member="SensorMatrix::size" ref="0e5b475c074fee8b4a88f05357b310bb" args="" -->
39
<a class="anchor" name="888d68ace5ba04bfc741241718bc297c"></a><!-- doxytag: member="SensorMatrix::numJoined" ref="888d68ace5ba04bfc741241718bc297c" args="" -->
42 40
<div class="memitem">
43 41
<div class="memproto">
44 42
      <table class="memname">
45 43
        <tr>
46
          <td class="memname">unsigned int <a class="el" href="structSensorMatrix.html#0e5b475c074fee8b4a88f05357b310bb">SensorMatrix::size</a>          </td>
44
          <td class="memname">int <a class="el" href="structSensorMatrix.html#888d68ace5ba04bfc741241718bc297c">SensorMatrix::numJoined</a>          </td>
47 45
        </tr>
48 46
      </table>
49 47
</div>
50 48
<div class="memdoc">
51 49

  
52 50
<p>
53
The size of the sensor matrix. 
51
The number of robots in the token ring. 
54 52
</div>
55 53
</div><p>
56
<a class="anchor" name="447a6b27943ac53530de1eb44db3b5e6"></a><!-- doxytag: member="SensorMatrix::matrix" ref="447a6b27943ac53530de1eb44db3b5e6" args="" -->
54
<a class="anchor" name="85a82252ddabc13c586cceb9b2819b62"></a><!-- doxytag: member="SensorMatrix::matrix" ref="85a82252ddabc13c586cceb9b2819b62" args="[MAXIMUM_XBEE_ID][MAXIMUM_XBEE_ID]" -->
57 55
<div class="memitem">
58 56
<div class="memproto">
59 57
      <table class="memname">
60 58
        <tr>
61
          <td class="memname">int** <a class="el" href="structSensorMatrix.html#447a6b27943ac53530de1eb44db3b5e6">SensorMatrix::matrix</a>          </td>
59
          <td class="memname">unsigned char <a class="el" href="structSensorMatrix.html#85a82252ddabc13c586cceb9b2819b62">SensorMatrix::matrix</a>[MAXIMUM_XBEE_ID][MAXIMUM_XBEE_ID]          </td>
62 60
        </tr>
63 61
      </table>
64 62
</div>
......
68 66
The matrix. Each row represents the readings of one robot. 
69 67
</div>
70 68
</div><p>
71
<a class="anchor" name="9596130da4ab9251db7c0df33b8053d2"></a><!-- doxytag: member="SensorMatrix::joined" ref="9596130da4ab9251db7c0df33b8053d2" args="" -->
69
<a class="anchor" name="b2317919ee816e791633d4dc239f45af"></a><!-- doxytag: member="SensorMatrix::joined" ref="b2317919ee816e791633d4dc239f45af" args="[MAXIMUM_XBEE_ID]" -->
72 70
<div class="memitem">
73 71
<div class="memproto">
74 72
      <table class="memname">
75 73
        <tr>
76
          <td class="memname">int* <a class="el" href="structSensorMatrix.html#9596130da4ab9251db7c0df33b8053d2">SensorMatrix::joined</a>          </td>
74
          <td class="memname">unsigned char <a class="el" href="structSensorMatrix.html#b2317919ee816e791633d4dc239f45af">SensorMatrix::joined</a>[MAXIMUM_XBEE_ID]          </td>
77 75
        </tr>
78 76
      </table>
79 77
</div>
......
83 81
The element representing a robot is true if that robot is in the token ring and false otherwise. 
84 82
</div>
85 83
</div><p>
86
<a class="anchor" name="888d68ace5ba04bfc741241718bc297c"></a><!-- doxytag: member="SensorMatrix::numJoined" ref="888d68ace5ba04bfc741241718bc297c" args="" -->
87
<div class="memitem">
88
<div class="memproto">
89
      <table class="memname">
90
        <tr>
91
          <td class="memname">int <a class="el" href="structSensorMatrix.html#888d68ace5ba04bfc741241718bc297c">SensorMatrix::numJoined</a>          </td>
92
        </tr>
93
      </table>
94
</div>
95
<div class="memdoc">
96

  
97
<p>
98
The number of robots in the token ring. 
99
</div>
100
</div><p>
101 84
<hr>The documentation for this struct was generated from the following file:<ul>
102 85
<li><a class="el" href="sensor__matrix_8h-source.html">sensor_matrix.h</a></ul>
103
<hr size="1"><address style="text-align: right;"><small>Generated on Thu Nov 8 23:27:23 2007 for libwireless by&nbsp;
86
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Apr 28 17:49:53 2008 for libwireless by&nbsp;
104 87
<a href="http://www.doxygen.org/index.html">
105 88
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
106 89
</body>

Also available in: Unified diff