207
|
1 |
<!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">
|
215
|
3 |
<title>CanFestival: src/nmtMaster.c File Reference</title>
|
207
|
4 |
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
5 |
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
6 |
</head><body>
|
|
7 |
<!-- Generated by Doxygen 1.5.1 -->
|
|
8 |
<div class="tabs">
|
|
9 |
<ul>
|
|
10 |
<li><a href="main.html"><span>Main Page</span></a></li>
|
215
|
11 |
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
207
|
12 |
<li id="current"><a href="files.html"><span>Files</span></a></li>
|
215
|
13 |
<li><a href="dirs.html"><span>Directories</span></a></li>
|
207
|
14 |
</ul></div>
|
|
15 |
<div class="tabs">
|
|
16 |
<ul>
|
|
17 |
<li><a href="files.html"><span>File List</span></a></li>
|
|
18 |
<li><a href="globals.html"><span>Globals</span></a></li>
|
|
19 |
</ul></div>
|
215
|
20 |
<div class="nav">
|
|
21 |
<a class="el" href="dir_c0a169d39c08973f879fd54f07b9e9f7.html">src</a></div>
|
|
22 |
<h1>nmtMaster.c File Reference</h1><code>#include "<a class="el" href="nmtMaster_8h-source.html">nmtMaster.h</a>"</code><br>
|
|
23 |
<code>#include "<a class="el" href="win32_2canfestival_8h-source.html">canfestival.h</a>"</code><br>
|
|
24 |
|
|
25 |
<p>
|
|
26 |
Include dependency graph for nmtMaster.c:<p><center><img src="nmtMaster_8c__incl.png" border="0" usemap="#src/nmtMaster.c_map" alt=""></center>
|
|
27 |
<map name="src/nmtMaster.c_map">
|
|
28 |
<area href="nmtMaster_8h.html" shape="rect" coords="185,275,292,299" alt="">
|
|
29 |
<area href="win32_2canfestival_8h.html" shape="rect" coords="185,518,292,542" alt="">
|
|
30 |
<area href="data_8h.html" shape="rect" coords="361,275,425,299" alt="">
|
|
31 |
<area href="win32_2applicfg_8h.html" shape="rect" coords="765,306,853,330" alt="">
|
|
32 |
<area href="def_8h.html" shape="rect" coords="649,54,705,78" alt="">
|
|
33 |
<area href="can_8h.html" shape="rect" coords="515,494,573,518" alt="">
|
|
34 |
<area href="objdictdef_8h.html" shape="rect" coords="493,347,595,371" alt="">
|
|
35 |
<area href="objacces_8h.html" shape="rect" coords="497,251,591,275" alt="">
|
|
36 |
<area href="sdo_8h.html" shape="rect" coords="515,446,573,470" alt="">
|
|
37 |
<area href="pdo_8h.html" shape="rect" coords="515,104,573,128" alt="">
|
|
38 |
<area href="states_8h.html" shape="rect" coords="507,299,581,323" alt="">
|
|
39 |
<area href="lifegrd_8h.html" shape="rect" coords="505,152,583,176" alt="">
|
|
40 |
<area href="sync_8h.html" shape="rect" coords="511,6,577,30" alt="">
|
|
41 |
<area href="config_8h.html" shape="rect" coords="772,54,847,78" alt="">
|
|
42 |
<area href="timer_8h.html" shape="rect" coords="643,399,712,423" alt="">
|
|
43 |
<area href="win32_2timerscfg_8h.html" shape="rect" coords="760,474,859,498" alt="">
|
|
44 |
<area href="can__driver_8h.html" shape="rect" coords="341,518,445,542" alt="">
|
|
45 |
</map>
|
210
|
46 |
|
|
47 |
<p>
|
207
|
48 |
<a href="nmtMaster_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
|
|
49 |
<tr><td></td></tr>
|
|
50 |
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
|
215
|
51 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">UNS8 </td><td class="memItemRight" valign="bottom"><a class="el" href="nmtMaster_8c.html#6170d95d9900ef756921a934c5fb37d2">masterSendNMTstateChange</a> (<a class="el" href="structstruct__CO__Data.html">CO_Data</a> *d, UNS8 Node_ID, UNS8 cs)</td></tr>
|
|
52 |
|
|
53 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">UNS8 </td><td class="memItemRight" valign="bottom"><a class="el" href="nmtMaster_8c.html#f63689baeabb15103c2b7afe8885c5c4">masterSendNMTnodeguard</a> (<a class="el" href="structstruct__CO__Data.html">CO_Data</a> *d, UNS8 nodeId)</td></tr>
|
|
54 |
|
|
55 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="nmtMaster_8c.html#98bee3f402438056dbd653e752054796">masterRequestNodeState</a> (<a class="el" href="structstruct__CO__Data.html">CO_Data</a> *d, UNS8 nodeId)</td></tr>
|
207
|
56 |
|
|
57 |
</table>
|
210
|
58 |
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
|
59 |
<dl class="author" compact><dt><b>Author:</b></dt><dd>Edouard TISSERANT and Francis DUPIN </dd></dl>
|
|
60 |
<dl class="date" compact><dt><b>Date:</b></dt><dd>Tue Jun 5 08:47:18 2007 </dd></dl>
|
|
61 |
|
|
62 |
<p>
|
|
63 |
Definition in file <a class="el" href="nmtMaster_8c-source.html">nmtMaster.c</a>.<hr><h2>Function Documentation</h2>
|
207
|
64 |
<a class="anchor" name="98bee3f402438056dbd653e752054796"></a><!-- doxytag: member="nmtMaster.c::masterRequestNodeState" ref="98bee3f402438056dbd653e752054796" args="(CO_Data *d, UNS8 nodeId)" -->
|
|
65 |
<div class="memitem">
|
|
66 |
<div class="memproto">
|
|
67 |
<table class="memname">
|
|
68 |
<tr>
|
|
69 |
<td class="memname">void masterRequestNodeState </td>
|
|
70 |
<td>(</td>
|
215
|
71 |
<td class="paramtype"><a class="el" href="structstruct__CO__Data.html">CO_Data</a> * </td>
|
207
|
72 |
<td class="paramname"> <em>d</em>, </td>
|
|
73 |
</tr>
|
|
74 |
<tr>
|
|
75 |
<td class="paramkey"></td>
|
|
76 |
<td></td>
|
|
77 |
<td class="paramtype">UNS8 </td>
|
|
78 |
<td class="paramname"> <em>nodeId</em></td><td> </td>
|
|
79 |
</tr>
|
|
80 |
<tr>
|
|
81 |
<td></td>
|
|
82 |
<td>)</td>
|
|
83 |
<td></td><td></td><td width="100%"></td>
|
|
84 |
</tr>
|
|
85 |
</table>
|
|
86 |
</div>
|
|
87 |
<div class="memdoc">
|
|
88 |
|
|
89 |
<p>
|
210
|
90 |
<dl compact><dt><b>Parameters:</b></dt><dd>
|
|
91 |
<table border="0" cellspacing="2" cellpadding="0">
|
|
92 |
<tr><td valign="top"></td><td valign="top"><em>d</em> </td><td></td></tr>
|
|
93 |
<tr><td valign="top"></td><td valign="top"><em>nodeId</em> </td><td></td></tr>
|
|
94 |
</table>
|
|
95 |
</dl>
|
207
|
96 |
|
|
97 |
<p>
|
210
|
98 |
Definition at line <a class="el" href="nmtMaster_8c-source.html#l00090">90</a> of file <a class="el" href="nmtMaster_8c-source.html">nmtMaster.c</a>.
|
|
99 |
<p>
|
215
|
100 |
References <a class="el" href="timer_8h-source.html#l00045">struct_s_timer_entry::d</a>, <a class="el" href="nmtMaster_8c-source.html#l00070">masterSendNMTnodeguard()</a>, <a class="el" href="config_8h-source.html#l00030">NMT_MAX_NODE_ID</a>, <a class="el" href="data_8h-source.html#l00075">struct_CO_Data::NMTable</a>, <a class="el" href="states_8h.html#3136d2815abe9d284f985e0a7ec68646cb4b5cb64be091d76f846380eb0afe59">Unknown_state</a>, and <a class="el" href="hcs12_2applicfg_8h-source.html#l00139">UNS8</a>.
|
|
101 |
<p>
|
|
102 |
Referenced by <a class="el" href="main_8c-source.html#l00037">GetChangeStateResults()</a>.
|
210
|
103 |
<p>
|
|
104 |
Here is the call graph for this function:<p><center><img src="nmtMaster_8c_98bee3f402438056dbd653e752054796_cgraph.png" border="0" usemap="#nmtMaster_8c_98bee3f402438056dbd653e752054796_cgraph_map" alt=""></center>
|
|
105 |
<map name="nmtMaster_8c_98bee3f402438056dbd653e752054796_cgraph_map">
|
|
106 |
<area href="nmtMaster_8c.html#f63689baeabb15103c2b7afe8885c5c4" shape="rect" coords="249,6,455,30" alt="">
|
215
|
107 |
<area href="canOpenDriver_8c.html#b57b4b3c000e9f61135175495e874977" shape="rect" coords="505,6,585,30" alt="">
|
|
108 |
<area href="canOpenDriver_8c.html#2f2d1ed55cfd9d7f85883f8d70d318ba" shape="rect" coords="636,6,767,30" alt="">
|
210
|
109 |
</map>
|
|
110 |
|
207
|
111 |
</div>
|
|
112 |
</div><p>
|
|
113 |
<a class="anchor" name="f63689baeabb15103c2b7afe8885c5c4"></a><!-- doxytag: member="nmtMaster.c::masterSendNMTnodeguard" ref="f63689baeabb15103c2b7afe8885c5c4" args="(CO_Data *d, UNS8 nodeId)" -->
|
|
114 |
<div class="memitem">
|
|
115 |
<div class="memproto">
|
|
116 |
<table class="memname">
|
|
117 |
<tr>
|
|
118 |
<td class="memname">UNS8 masterSendNMTnodeguard </td>
|
|
119 |
<td>(</td>
|
215
|
120 |
<td class="paramtype"><a class="el" href="structstruct__CO__Data.html">CO_Data</a> * </td>
|
207
|
121 |
<td class="paramname"> <em>d</em>, </td>
|
|
122 |
</tr>
|
|
123 |
<tr>
|
|
124 |
<td class="paramkey"></td>
|
|
125 |
<td></td>
|
|
126 |
<td class="paramtype">UNS8 </td>
|
|
127 |
<td class="paramname"> <em>nodeId</em></td><td> </td>
|
|
128 |
</tr>
|
|
129 |
<tr>
|
|
130 |
<td></td>
|
|
131 |
<td>)</td>
|
|
132 |
<td></td><td></td><td width="100%"></td>
|
|
133 |
</tr>
|
|
134 |
</table>
|
|
135 |
</div>
|
|
136 |
<div class="memdoc">
|
|
137 |
|
|
138 |
<p>
|
210
|
139 |
<dl compact><dt><b>Parameters:</b></dt><dd>
|
|
140 |
<table border="0" cellspacing="2" cellpadding="0">
|
|
141 |
<tr><td valign="top"></td><td valign="top"><em>d</em> </td><td></td></tr>
|
|
142 |
<tr><td valign="top"></td><td valign="top"><em>nodeId</em> </td><td></td></tr>
|
|
143 |
</table>
|
|
144 |
</dl>
|
|
145 |
<dl class="return" compact><dt><b>Returns:</b></dt><dd></dd></dl>
|
207
|
146 |
|
|
147 |
<p>
|
210
|
148 |
Definition at line <a class="el" href="nmtMaster_8c-source.html#l00070">70</a> of file <a class="el" href="nmtMaster_8c-source.html">nmtMaster.c</a>.
|
|
149 |
<p>
|
215
|
150 |
References <a class="el" href="data_8h-source.html#l00090">struct_CO_Data::canHandle</a>, <a class="el" href="canOpenDriver_8c-source.html#l00505">canSend()</a>, <a class="el" href="can_8h-source.html#l00042">Message::cob_id</a>, <a class="el" href="timer_8h-source.html#l00045">struct_s_timer_entry::d</a>, <a class="el" href="can_8h-source.html#l00045">Message::len</a>, <a class="el" href="hcs12_2applicfg_8h-source.html#l00190">MSG_WAR</a>, <a class="el" href="def_8h-source.html#l00099">NODE_GUARD</a>, <a class="el" href="def_8h-source.html#l00054">REQUEST</a>, <a class="el" href="can_8h-source.html#l00043">Message::rtr</a>, and <a class="el" href="can_8h-source.html#l00036">SHORT_CAN::w</a>.
|
|
151 |
<p>
|
210
|
152 |
Referenced by <a class="el" href="nmtMaster_8c-source.html#l00090">masterRequestNodeState()</a>.
|
215
|
153 |
<p>
|
|
154 |
Here is the call graph for this function:<p><center><img src="nmtMaster_8c_f63689baeabb15103c2b7afe8885c5c4_cgraph.png" border="0" usemap="#nmtMaster_8c_f63689baeabb15103c2b7afe8885c5c4_cgraph_map" alt=""></center>
|
|
155 |
<map name="nmtMaster_8c_f63689baeabb15103c2b7afe8885c5c4_cgraph_map">
|
|
156 |
<area href="canOpenDriver_8c.html#b57b4b3c000e9f61135175495e874977" shape="rect" coords="263,6,343,30" alt="">
|
|
157 |
<area href="canOpenDriver_8c.html#2f2d1ed55cfd9d7f85883f8d70d318ba" shape="rect" coords="394,6,524,30" alt="">
|
|
158 |
</map>
|
|
159 |
|
207
|
160 |
</div>
|
|
161 |
</div><p>
|
|
162 |
<a class="anchor" name="6170d95d9900ef756921a934c5fb37d2"></a><!-- doxytag: member="nmtMaster.c::masterSendNMTstateChange" ref="6170d95d9900ef756921a934c5fb37d2" args="(CO_Data *d, UNS8 Node_ID, UNS8 cs)" -->
|
|
163 |
<div class="memitem">
|
|
164 |
<div class="memproto">
|
|
165 |
<table class="memname">
|
|
166 |
<tr>
|
|
167 |
<td class="memname">UNS8 masterSendNMTstateChange </td>
|
|
168 |
<td>(</td>
|
215
|
169 |
<td class="paramtype"><a class="el" href="structstruct__CO__Data.html">CO_Data</a> * </td>
|
207
|
170 |
<td class="paramname"> <em>d</em>, </td>
|
|
171 |
</tr>
|
|
172 |
<tr>
|
|
173 |
<td class="paramkey"></td>
|
|
174 |
<td></td>
|
|
175 |
<td class="paramtype">UNS8 </td>
|
|
176 |
<td class="paramname"> <em>Node_ID</em>, </td>
|
|
177 |
</tr>
|
|
178 |
<tr>
|
|
179 |
<td class="paramkey"></td>
|
|
180 |
<td></td>
|
|
181 |
<td class="paramtype">UNS8 </td>
|
|
182 |
<td class="paramname"> <em>cs</em></td><td> </td>
|
|
183 |
</tr>
|
|
184 |
<tr>
|
|
185 |
<td></td>
|
|
186 |
<td>)</td>
|
|
187 |
<td></td><td></td><td width="100%"></td>
|
|
188 |
</tr>
|
|
189 |
</table>
|
|
190 |
</div>
|
|
191 |
<div class="memdoc">
|
|
192 |
|
|
193 |
<p>
|
210
|
194 |
<dl compact><dt><b>Parameters:</b></dt><dd>
|
|
195 |
<table border="0" cellspacing="2" cellpadding="0">
|
|
196 |
<tr><td valign="top"></td><td valign="top"><em>d</em> </td><td></td></tr>
|
|
197 |
<tr><td valign="top"></td><td valign="top"><em>Node_ID</em> </td><td></td></tr>
|
|
198 |
<tr><td valign="top"></td><td valign="top"><em>cs</em> </td><td></td></tr>
|
|
199 |
</table>
|
|
200 |
</dl>
|
|
201 |
<dl class="return" compact><dt><b>Returns:</b></dt><dd></dd></dl>
|
207
|
202 |
|
|
203 |
<p>
|
210
|
204 |
Definition at line <a class="el" href="nmtMaster_8c-source.html#l00045">45</a> of file <a class="el" href="nmtMaster_8c-source.html">nmtMaster.c</a>.
|
215
|
205 |
<p>
|
|
206 |
References <a class="el" href="data_8h-source.html#l00090">struct_CO_Data::canHandle</a>, <a class="el" href="canOpenDriver_8c-source.html#l00505">canSend()</a>, <a class="el" href="can_8h-source.html#l00042">Message::cob_id</a>, <a class="el" href="timer_8h-source.html#l00045">struct_s_timer_entry::d</a>, <a class="el" href="can_8h-source.html#l00046">Message::data</a>, <a class="el" href="can_8h-source.html#l00045">Message::len</a>, <a class="el" href="hcs12_2applicfg_8h-source.html#l00190">MSG_WAR</a>, <a class="el" href="def_8h-source.html#l00055">NOT_A_REQUEST</a>, <a class="el" href="can_8h-source.html#l00043">Message::rtr</a>, and <a class="el" href="can_8h-source.html#l00036">SHORT_CAN::w</a>.
|
|
207 |
<p>
|
|
208 |
Referenced by <a class="el" href="TestMasterMicroMod_8c-source.html#l00397">main()</a>.
|
|
209 |
<p>
|
|
210 |
Here is the call graph for this function:<p><center><img src="nmtMaster_8c_6170d95d9900ef756921a934c5fb37d2_cgraph.png" border="0" usemap="#nmtMaster_8c_6170d95d9900ef756921a934c5fb37d2_cgraph_map" alt=""></center>
|
|
211 |
<map name="nmtMaster_8c_6170d95d9900ef756921a934c5fb37d2_cgraph_map">
|
|
212 |
<area href="canOpenDriver_8c.html#b57b4b3c000e9f61135175495e874977" shape="rect" coords="273,6,353,30" alt="">
|
|
213 |
<area href="canOpenDriver_8c.html#2f2d1ed55cfd9d7f85883f8d70d318ba" shape="rect" coords="404,6,535,30" alt="">
|
|
214 |
</map>
|
|
215 |
|
207
|
216 |
</div>
|
|
217 |
</div><p>
|
215
|
218 |
<hr size="1"><address style="align: right;"><small>Generated on Fri Jun 8 08:52:11 2007 for CanFestival by
|
207
|
219 |
<a href="http://www.doxygen.org/index.html">
|
|
220 |
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
221 |
</body>
|
|
222 |
</html>
|