doc/doxygen/html/Master_8c-source.html
changeset 388 1c1e3599d66a
parent 387 6efc85c5493e
child 389 8a46c8432c82
--- a/doc/doxygen/html/Master_8c-source.html	Mon Feb 11 11:00:12 2008 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,310 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
-<title>CanFestival: examples/TestMasterSlave/Master.c Source File</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.1 -->
-<div class="tabs">
-  <ul>
-    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
-    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
-    <li><a href="dirs.html"><span>Directories</span></a></li>
-  </ul></div>
-<div class="tabs">
-  <ul>
-    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
-    <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
-<div class="nav">
-<a class="el" href="dir_aa575cee5acc3b84cc5b4489187a1fd3.html">examples</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_4f45567b048264117a95e53b67d9aefb.html">TestMasterSlave</a></div>
-<h1>Master.c</h1><a href="Master_8c.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
-<a name="l00002"></a>00002 <span class="comment">This file is part of CanFestival, a library implementing CanOpen Stack. </span>
-<a name="l00003"></a>00003 <span class="comment"></span>
-<a name="l00004"></a>00004 <span class="comment">Copyright (C): Edouard TISSERANT and Francis DUPIN</span>
-<a name="l00005"></a>00005 <span class="comment"></span>
-<a name="l00006"></a>00006 <span class="comment">See COPYING file for copyrights details.</span>
-<a name="l00007"></a>00007 <span class="comment"></span>
-<a name="l00008"></a>00008 <span class="comment">This library is free software; you can redistribute it and/or</span>
-<a name="l00009"></a>00009 <span class="comment">modify it under the terms of the GNU Lesser General Public</span>
-<a name="l00010"></a>00010 <span class="comment">License as published by the Free Software Foundation; either</span>
-<a name="l00011"></a>00011 <span class="comment">version 2.1 of the License, or (at your option) any later version.</span>
-<a name="l00012"></a>00012 <span class="comment"></span>
-<a name="l00013"></a>00013 <span class="comment">This library is distributed in the hope that it will be useful,</span>
-<a name="l00014"></a>00014 <span class="comment">but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
-<a name="l00015"></a>00015 <span class="comment">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
-<a name="l00016"></a>00016 <span class="comment">Lesser General Public License for more details.</span>
-<a name="l00017"></a>00017 <span class="comment"></span>
-<a name="l00018"></a>00018 <span class="comment">You should have received a copy of the GNU Lesser General Public</span>
-<a name="l00019"></a>00019 <span class="comment">License along with this library; if not, write to the Free Software</span>
-<a name="l00020"></a>00020 <span class="comment">Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA</span>
-<a name="l00021"></a>00021 <span class="comment">*/</span>
-<a name="l00022"></a>00022 
-<a name="l00023"></a>00023 <span class="preprocessor">#include "<a class="code" href="Master_8h.html">Master.h</a>"</span>
-<a name="l00024"></a>00024 <span class="preprocessor">#include "<a class="code" href="Slave_8h.html">Slave.h</a>"</span>
-<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="TestMasterSlave_8h.html">TestMasterSlave.h</a>"</span>
-<a name="l00026"></a>00026 
-<a name="l00027"></a>00027 <span class="comment">/*****************************************************************************/</span>
-<a name="l00028"></a><a class="code" href="Master_8h.html#611539550b18922783f095252be10ff4">00028</a> <span class="keywordtype">void</span> <a class="code" href="Master_8c.html#ab44b8110510c170a1075227cf400caf">TestMaster_heartbeatError</a>(<a class="code" href="hcs12_2applicfg_8h.html#c2e754635928189b98cf3f5b7e6dbffb">UNS8</a> heartbeatID)
-<a name="l00029"></a>00029 {
-<a name="l00030"></a>00030         <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"TestMaster_heartbeatError %d\n"</span>, heartbeatID);
-<a name="l00031"></a>00031 }
-<a name="l00032"></a>00032 
-<a name="l00033"></a>00033 <span class="comment">/********************************************************</span>
-<a name="l00034"></a>00034 <span class="comment"> * ConfigureSlaveNode is responsible to</span>
-<a name="l00035"></a>00035 <span class="comment"> *  - setup master RPDO 1 to receive TPDO 1 from id 2</span>
-<a name="l00036"></a>00036 <span class="comment"> *  - setup master RPDO 2 to receive TPDO 2 from id 2</span>
-<a name="l00037"></a>00037 <span class="comment"> ********************************************************/</span>
-<a name="l00038"></a><a class="code" href="Master_8h.html#ed68508e702881e68c4152b125f5f3ab">00038</a> <span class="keywordtype">void</span> <a class="code" href="Master_8c.html#173d54878164bf1ef49845c8fffbf19f">TestMaster_initialisation</a>()
-<a name="l00039"></a>00039 {
-<a name="l00040"></a>00040         <a class="code" href="hcs12_2applicfg_8h.html#a6a1b7af83d4106c1d1621bdb28d9c48">UNS32</a> PDO1_COBID = 0x0182; 
-<a name="l00041"></a>00041         <a class="code" href="hcs12_2applicfg_8h.html#a6a1b7af83d4106c1d1621bdb28d9c48">UNS32</a> PDO2_COBID = 0x0282;
-<a name="l00042"></a>00042         <a class="code" href="hcs12_2applicfg_8h.html#c2e754635928189b98cf3f5b7e6dbffb">UNS8</a> size = <span class="keyword">sizeof</span>(<a class="code" href="hcs12_2applicfg_8h.html#a6a1b7af83d4106c1d1621bdb28d9c48">UNS32</a>); 
-<a name="l00043"></a>00043         
-<a name="l00044"></a>00044         <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"TestMaster_initialisation\n"</span>);
-<a name="l00045"></a>00045 
-<a name="l00046"></a>00046         <span class="comment">/*****************************************</span>
-<a name="l00047"></a>00047 <span class="comment">         * Define RPDOs to match slave ID=2 TPDOs*</span>
-<a name="l00048"></a>00048 <span class="comment">         *****************************************/</span>
-<a name="l00049"></a>00049         <a class="code" href="objacces_8c.html#205ea90bcc1c528d291fb60102f19451">writeLocalDict</a>( &amp;<a class="code" href="TestMasterSlave_2TestMaster_8c.html#3a8f0f252681df21db87f6d2066def8c">TestMaster_Data</a>, <span class="comment">/*CO_Data* d*/</span>
-<a name="l00050"></a>00050                         0x1400, <span class="comment">/*UNS16 index*/</span>
-<a name="l00051"></a>00051                         0x01, <span class="comment">/*UNS8 subind*/</span> 
-<a name="l00052"></a>00052                         &amp;PDO1_COBID, <span class="comment">/*void * pSourceData,*/</span> 
-<a name="l00053"></a>00053                         &amp;size, <span class="comment">/* UNS8 * pExpectedSize*/</span>
-<a name="l00054"></a>00054                         <a class="code" href="objdictdef_8h.html#ad0aec3e0810593c9047b44d01209927">RW</a>);  <span class="comment">/* UNS8 checkAccess */</span>
-<a name="l00055"></a>00055                         
-<a name="l00056"></a>00056         <a class="code" href="objacces_8c.html#205ea90bcc1c528d291fb60102f19451">writeLocalDict</a>( &amp;<a class="code" href="TestMasterSlave_2TestMaster_8c.html#3a8f0f252681df21db87f6d2066def8c">TestMaster_Data</a>, <span class="comment">/*CO_Data* d*/</span>
-<a name="l00057"></a>00057                         0x1401, <span class="comment">/*UNS16 index*/</span>
-<a name="l00058"></a>00058                         0x01, <span class="comment">/*UNS8 subind*/</span> 
-<a name="l00059"></a>00059                         &amp;PDO2_COBID, <span class="comment">/*void * pSourceData,*/</span> 
-<a name="l00060"></a>00060                         &amp;size, <span class="comment">/* UNS8 * pExpectedSize*/</span>
-<a name="l00061"></a>00061                         <a class="code" href="objdictdef_8h.html#ad0aec3e0810593c9047b44d01209927">RW</a>);  <span class="comment">/* UNS8 checkAccess */</span>
-<a name="l00062"></a>00062 }
-<a name="l00063"></a>00063 
-<a name="l00064"></a>00064 <span class="comment">// Step counts number of times ConfigureSlaveNode is called</span>
-<a name="l00065"></a>00065 <span class="keyword">static</span> init_step = 0;
-<a name="l00066"></a>00066 
-<a name="l00067"></a>00067 <span class="comment">/*Froward declaration*/</span>
-<a name="l00068"></a>00068 <span class="keyword">static</span> <span class="keywordtype">void</span> ConfigureSlaveNode(<a class="code" href="structstruct__CO__Data.html">CO_Data</a>* d, <a class="code" href="hcs12_2applicfg_8h.html#c2e754635928189b98cf3f5b7e6dbffb">UNS8</a> nodeId);
-<a name="l00069"></a>00069 
-<a name="l00070"></a>00070 
-<a name="l00071"></a>00071 <span class="keyword">static</span> <span class="keywordtype">void</span> CheckSDOAndContinue(<a class="code" href="structstruct__CO__Data.html">CO_Data</a>* d, <a class="code" href="hcs12_2applicfg_8h.html#c2e754635928189b98cf3f5b7e6dbffb">UNS8</a> nodeId)
-<a name="l00072"></a>00072 {
-<a name="l00073"></a>00073         <a class="code" href="hcs12_2applicfg_8h.html#a6a1b7af83d4106c1d1621bdb28d9c48">UNS32</a> abortCode;        
-<a name="l00074"></a>00074         <span class="keywordflow">if</span>(<a class="code" href="sdo_8c.html#b5b66393347520874a551ca2ec53f673">getWriteResultNetworkDict</a> (d, nodeId, &amp;abortCode) != <a class="code" href="def_8h.html#12966f6991bcd2a375fafc8c7c877c04">SDO_FINISHED</a>)
-<a name="l00075"></a>00075                 <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"Master : Failed in initializing slave %2.2x, step %d, AbortCode :%4.4x \n"</span>, nodeId, init_step, abortCode);
-<a name="l00076"></a>00076 
-<a name="l00077"></a>00077         <span class="comment">/* Finalise last SDO transfer with this node */</span>
-<a name="l00078"></a>00078         <a class="code" href="sdo_8c.html#df77b984822a5cec9782ebd6bc64e700">closeSDOtransfer</a>(&amp;<a class="code" href="TestMasterSlave_2TestMaster_8c.html#3a8f0f252681df21db87f6d2066def8c">TestMaster_Data</a>, nodeId, <a class="code" href="def_8h.html#9643ba6f5821c05629c3d60f1f911e88">SDO_CLIENT</a>);
-<a name="l00079"></a>00079 
-<a name="l00080"></a>00080         ConfigureSlaveNode(d, nodeId);
-<a name="l00081"></a>00081 }
-<a name="l00082"></a>00082 
-<a name="l00083"></a>00083 <span class="comment">/********************************************************</span>
-<a name="l00084"></a>00084 <span class="comment"> * ConfigureSlaveNode is responsible to</span>
-<a name="l00085"></a>00085 <span class="comment"> *  - setup slave TPDO 1 transmit time</span>
-<a name="l00086"></a>00086 <span class="comment"> *  - setup slave TPDO 2 transmit time</span>
-<a name="l00087"></a>00087 <span class="comment"> *  - switch to operational mode</span>
-<a name="l00088"></a>00088 <span class="comment"> *  - send NMT to slave</span>
-<a name="l00089"></a>00089 <span class="comment"> ********************************************************</span>
-<a name="l00090"></a>00090 <span class="comment"> * This an example of :</span>
-<a name="l00091"></a>00091 <span class="comment"> * Network Dictionary Access (SDO) with Callback </span>
-<a name="l00092"></a>00092 <span class="comment"> * Slave node state change request (NMT) </span>
-<a name="l00093"></a>00093 <span class="comment"> ********************************************************</span>
-<a name="l00094"></a>00094 <span class="comment"> * This is called first by TestMaster_preOperational</span>
-<a name="l00095"></a>00095 <span class="comment"> * then it called again each time a SDO exchange is</span>
-<a name="l00096"></a>00096 <span class="comment"> * finished.</span>
-<a name="l00097"></a>00097 <span class="comment"> ********************************************************/</span>
-<a name="l00098"></a>00098  
-<a name="l00099"></a>00099 <span class="keyword">static</span> <span class="keywordtype">void</span> ConfigureSlaveNode(<a class="code" href="structstruct__CO__Data.html">CO_Data</a>* d, <a class="code" href="hcs12_2applicfg_8h.html#c2e754635928189b98cf3f5b7e6dbffb">UNS8</a> nodeId)
-<a name="l00100"></a>00100 {
-<a name="l00101"></a>00101         <span class="comment">/* Master configure heartbeat producer time at 1000 ms </span>
-<a name="l00102"></a>00102 <span class="comment">         * for slave node-id 0x02 by DCF concise */</span>
-<a name="l00103"></a>00103          
-<a name="l00104"></a>00104         <a class="code" href="hcs12_2applicfg_8h.html#c2e754635928189b98cf3f5b7e6dbffb">UNS8</a> Transmission_Type = 0x01;
-<a name="l00105"></a>00105         <a class="code" href="hcs12_2applicfg_8h.html#a6a1b7af83d4106c1d1621bdb28d9c48">UNS32</a> abortCode;
-<a name="l00106"></a>00106         <a class="code" href="hcs12_2applicfg_8h.html#c2e754635928189b98cf3f5b7e6dbffb">UNS8</a> res;
-<a name="l00107"></a>00107         <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"Master : ConfigureSlaveNode %2.2x\n"</span>, nodeId);
-<a name="l00108"></a>00108 
-<a name="l00109"></a>00109         <span class="keywordflow">switch</span>(++init_step){
-<a name="l00110"></a>00110                 <span class="keywordflow">case</span> 1: <span class="comment">/*First step : setup Slave's TPDO 1 to be transmitted on SYNC*/</span>
-<a name="l00111"></a>00111                         <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"Master : set slave %2.2x TPDO 1 transmit type\n"</span>, nodeId);
-<a name="l00112"></a>00112                         res = <a class="code" href="sdo_8c.html#f0491ff0ed4a472e54de7f24c4e8457a">writeNetworkDictCallBack</a> (d, <span class="comment">/*CO_Data* d*/</span>
-<a name="l00113"></a>00113                                         nodeId, <span class="comment">/*UNS8 nodeId*/</span>
-<a name="l00114"></a>00114                                         0x1800, <span class="comment">/*UNS16 index*/</span>
-<a name="l00115"></a>00115                                         0x02, <span class="comment">/*UNS8 subindex*/</span>
-<a name="l00116"></a>00116                                         1, <span class="comment">/*UNS8 count*/</span>
-<a name="l00117"></a>00117                                         0, <span class="comment">/*UNS8 dataType*/</span>
-<a name="l00118"></a>00118                                         &amp;Transmission_Type,<span class="comment">/*void *data*/</span>
-<a name="l00119"></a>00119                                         CheckSDOAndContinue); <span class="comment">/*SDOCallback_t Callback*/</span>
-<a name="l00120"></a>00120                                         <span class="keywordflow">break</span>;
-<a name="l00121"></a>00121                 
-<a name="l00122"></a>00122                 <span class="keywordflow">case</span> 2: <span class="comment">/*Second step*/</span>
-<a name="l00123"></a>00123                         <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"Master : set slave %2.2x TPDO 2 transmit type\n"</span>, nodeId);
-<a name="l00124"></a>00124                         <a class="code" href="sdo_8c.html#f0491ff0ed4a472e54de7f24c4e8457a">writeNetworkDictCallBack</a> (d, <span class="comment">/*CO_Data* d*/</span>
-<a name="l00125"></a>00125                                         nodeId, <span class="comment">/*UNS8 nodeId*/</span>
-<a name="l00126"></a>00126                                         0x1801, <span class="comment">/*UNS16 index*/</span>
-<a name="l00127"></a>00127                                         0x02, <span class="comment">/*UNS16 index*/</span>
-<a name="l00128"></a>00128                                         1, <span class="comment">/*UNS8 count*/</span>
-<a name="l00129"></a>00129                                         0, <span class="comment">/*UNS8 dataType*/</span>
-<a name="l00130"></a>00130                                         &amp;Transmission_Type,<span class="comment">/*void *data*/</span>
-<a name="l00131"></a>00131                                         CheckSDOAndContinue); <span class="comment">/*SDOCallback_t Callback*/</span>
-<a name="l00132"></a>00132                                         <span class="keywordflow">break</span>;
-<a name="l00133"></a>00133                 <span class="keywordflow">case</span> 3: 
-<a name="l00134"></a>00134                 
-<a name="l00135"></a>00135                 <span class="comment">/****************************** START *******************************/</span>
-<a name="l00136"></a>00136                 
-<a name="l00137"></a>00137                         <span class="comment">/* Put the master in operational mode */</span>
-<a name="l00138"></a>00138                         <a class="code" href="states_8c.html#cfb53d66c2360cd55b1d968f0e5c270f">setState</a>(d, <a class="code" href="states_8h.html#80401a8f6d29787e07427b2baf63053824952153680b2c826995af50d0b16aea">Operational</a>);
-<a name="l00139"></a>00139                  
-<a name="l00140"></a>00140                         <span class="comment">/* Ask slave node to go in operational mode */</span>
-<a name="l00141"></a>00141                         <a class="code" href="nmtMaster_8c.html#c1ba0feb792adfae21a4adb96593ab3b">masterSendNMTstateChange</a> (d, nodeId, <a class="code" href="def_8h.html#4467d5b0f948367d4ecf26aa2a98c221">NMT_Start_Node</a>);
-<a name="l00142"></a>00142                         
-<a name="l00143"></a>00143         }
-<a name="l00144"></a>00144 }
-<a name="l00145"></a>00145 
-<a name="l00146"></a><a class="code" href="Master_8h.html#b4387f2180ab94c907dce7da44c26be6">00146</a> <span class="keywordtype">void</span> <a class="code" href="Master_8c.html#9d3d58aa8fa14fe445f0fa13be678d2a">TestMaster_preOperational</a>()
-<a name="l00147"></a>00147 {
-<a name="l00148"></a>00148 
-<a name="l00149"></a>00149         <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"TestMaster_preOperational\n"</span>);
-<a name="l00150"></a>00150         ConfigureSlaveNode(&amp;<a class="code" href="TestMasterSlave_2TestMaster_8c.html#3a8f0f252681df21db87f6d2066def8c">TestMaster_Data</a>, 0x02);
-<a name="l00151"></a>00151         
-<a name="l00152"></a>00152 }
-<a name="l00153"></a>00153 
-<a name="l00154"></a><a class="code" href="Master_8h.html#e4175256e19fb848c170b981974037ff">00154</a> <span class="keywordtype">void</span> <a class="code" href="Master_8c.html#c7ed44191510ba965044b347870c4ebf">TestMaster_operational</a>()
-<a name="l00155"></a>00155 {
-<a name="l00156"></a>00156         <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"TestMaster_operational\n"</span>);
-<a name="l00157"></a>00157 }
-<a name="l00158"></a>00158 
-<a name="l00159"></a><a class="code" href="Master_8h.html#8a1da415a74b96fa2b7eb1b5783d893d">00159</a> <span class="keywordtype">void</span> <a class="code" href="Master_8c.html#85ea45ff95b4b9520cc73920d08232a8">TestMaster_stopped</a>()
-<a name="l00160"></a>00160 {
-<a name="l00161"></a>00161         <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"TestMaster_stopped\n"</span>);
-<a name="l00162"></a>00162 }
-<a name="l00163"></a>00163 
-<a name="l00164"></a><a class="code" href="Master_8h.html#861ebb7b01c1a2a70a48e47183ee9b23">00164</a> <span class="keywordtype">void</span> <a class="code" href="Master_8c.html#3f440fb00a4dddf2fde3349c2bc8b2d4">TestMaster_post_sync</a>()
-<a name="l00165"></a>00165 {
-<a name="l00166"></a>00166         <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"TestMaster_post_sync\n"</span>);
-<a name="l00167"></a>00167         <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"Master: %d %d %d %d %d %d %d %d %d %x %x %d %d\n"</span>,
-<a name="l00168"></a>00168                 <a class="code" href="TestMasterSlave_2TestMaster_8c.html#9488a348be073322578657f5ff313f71">MasterMap1</a>,
-<a name="l00169"></a>00169                 <a class="code" href="TestMasterSlave_2TestMaster_8c.html#e3d73a23cf3e0d61249f2f90a887a7a8">MasterMap2</a>,
-<a name="l00170"></a>00170                 <a class="code" href="TestMasterSlave_2TestMaster_8c.html#82ec7a3c3530c500d012b7baa4d96343">MasterMap3</a>, 
-<a name="l00171"></a>00171                 <a class="code" href="TestMasterSlave_2TestMaster_8c.html#e7b2e6c7310a75505750f9f942b9b118">MasterMap4</a>,
-<a name="l00172"></a>00172                 <a class="code" href="TestMasterSlave_2TestMaster_8c.html#906329590b373e23ad6882504d920fe8">MasterMap5</a>,
-<a name="l00173"></a>00173                 <a class="code" href="TestMasterSlave_2TestMaster_8c.html#66ce866da2b04f4027d1562af7ea6ed4">MasterMap6</a>,
-<a name="l00174"></a>00174                 <a class="code" href="TestMasterSlave_2TestMaster_8c.html#37285aeabc0ad5b2d56ddcf174485781">MasterMap7</a>,
-<a name="l00175"></a>00175                 <a class="code" href="TestMasterSlave_2TestMaster_8c.html#5f5008807f365de6c3d4658f2868ed07">MasterMap8</a>,
-<a name="l00176"></a>00176                 <a class="code" href="TestMasterSlave_2TestMaster_8c.html#e6be0e6e9566d8d06a94e57a33cb6606">MasterMap9</a>,
-<a name="l00177"></a>00177                 <a class="code" href="TestMasterSlave_2TestMaster_8c.html#cd110cb52bf27ba69b4fb34f2933db0d">MasterMap10</a>,
-<a name="l00178"></a>00178                 <a class="code" href="TestMasterSlave_2TestMaster_8c.html#7084164381841145be2a3c0ecdb0e1c9">MasterMap11</a>,
-<a name="l00179"></a>00179                 <a class="code" href="TestMasterSlave_2TestMaster_8c.html#2f2a789847d40ed91f4ad992e85a551a">MasterMap12</a>,
-<a name="l00180"></a>00180                 <a class="code" href="TestMasterSlave_2TestMaster_8c.html#ad8bc8cc764f3961ce2b2b2af20ab5e3">MasterMap13</a>);
-<a name="l00181"></a>00181 }
-<a name="l00182"></a>00182 
-<a name="l00183"></a><a class="code" href="Master_8c.html#0e0d46aa286ab29da7165a53203e1353">00183</a> <span class="keywordtype">char</span> <a class="code" href="Master_8c.html#0e0d46aa286ab29da7165a53203e1353">query_result</a> = 0;
-<a name="l00184"></a><a class="code" href="Master_8c.html#ba8696db9402be436133c1f4b9017a84">00184</a> <span class="keywordtype">char</span> <a class="code" href="Master_8c.html#ba8696db9402be436133c1f4b9017a84">waiting_answer</a> = 0;
-<a name="l00185"></a>00185 
-<a name="l00186"></a>00186 
-<a name="l00187"></a>00187 <span class="keyword">static</span> <span class="keywordtype">void</span> CheckSDO(<a class="code" href="structstruct__CO__Data.html">CO_Data</a>* d, <a class="code" href="hcs12_2applicfg_8h.html#c2e754635928189b98cf3f5b7e6dbffb">UNS8</a> nodeId)
-<a name="l00188"></a>00188 {
-<a name="l00189"></a>00189         <a class="code" href="hcs12_2applicfg_8h.html#a6a1b7af83d4106c1d1621bdb28d9c48">UNS32</a> abortCode;        
-<a name="l00190"></a>00190         <span class="keywordflow">if</span>(<a class="code" href="sdo_8c.html#b5b66393347520874a551ca2ec53f673">getWriteResultNetworkDict</a> (d, nodeId, &amp;abortCode) != <a class="code" href="def_8h.html#12966f6991bcd2a375fafc8c7c877c04">SDO_FINISHED</a>)
-<a name="l00191"></a>00191                 <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"Master : Failed in changing Slave's transmit type AbortCode :%4.4x \n"</span>, abortCode);
-<a name="l00192"></a>00192 
-<a name="l00193"></a>00193         <span class="comment">/* Finalise last SDO transfer with this node */</span>
-<a name="l00194"></a>00194         <a class="code" href="sdo_8c.html#df77b984822a5cec9782ebd6bc64e700">closeSDOtransfer</a>(&amp;<a class="code" href="TestMasterSlave_2TestMaster_8c.html#3a8f0f252681df21db87f6d2066def8c">TestMaster_Data</a>, nodeId, <a class="code" href="def_8h.html#9643ba6f5821c05629c3d60f1f911e88">SDO_CLIENT</a>);
-<a name="l00195"></a>00195 }
-<a name="l00196"></a>00196 
-<a name="l00197"></a>00197 
-<a name="l00198"></a>00198 <span class="keyword">static</span> <span class="keywordtype">int</span> MasterSyncCount = 0;
-<a name="l00199"></a><a class="code" href="Master_8h.html#dd4d88c919bcf2d03b7fe279327e5ef1">00199</a> <span class="keywordtype">void</span> <a class="code" href="Master_8c.html#dc95bf1be3ee99722ed0cb2009c38b18">TestMaster_post_TPDO</a>()
-<a name="l00200"></a>00200 {
-<a name="l00201"></a>00201         <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"TestMaster_post_TPDO MasterSyncCount = %d \n"</span>, MasterSyncCount);
-<a name="l00202"></a>00202 <span class="comment">//</span>
-<a name="l00203"></a>00203 <span class="comment">//      {</span>
-<a name="l00204"></a>00204 <span class="comment">//              char zero = 0;</span>
-<a name="l00205"></a>00205 <span class="comment">//              if(MasterMap4 &gt; 0x80){</span>
-<a name="l00206"></a>00206 <span class="comment">//                      writeNetworkDict (</span>
-<a name="l00207"></a>00207 <span class="comment">//                              &amp;TestMaster_Data,</span>
-<a name="l00208"></a>00208 <span class="comment">//                              TestSlave_Data-&gt;bDeviceNodeId,</span>
-<a name="l00209"></a>00209 <span class="comment">//                              0x2002,</span>
-<a name="l00210"></a>00210 <span class="comment">//                              0x00,</span>
-<a name="l00211"></a>00211 <span class="comment">//                              1,</span>
-<a name="l00212"></a>00212 <span class="comment">//                              0,</span>
-<a name="l00213"></a>00213 <span class="comment">//                              &amp;zero); </span>
-<a name="l00214"></a>00214 <span class="comment">//              }</span>
-<a name="l00215"></a>00215 <span class="comment">//      }</span>
-<a name="l00216"></a>00216 
-<a name="l00217"></a>00217 <span class="preprocessor">#if 0</span>
-<a name="l00218"></a>00218 <span class="preprocessor"></span>        <span class="keywordflow">if</span>(waiting_answer){
-<a name="l00219"></a>00219                 <a class="code" href="hcs12_2applicfg_8h.html#a6a1b7af83d4106c1d1621bdb28d9c48">UNS32</a> abortCode;                        
-<a name="l00220"></a>00220                 <a class="code" href="hcs12_2applicfg_8h.html#c2e754635928189b98cf3f5b7e6dbffb">UNS8</a> size;                      
-<a name="l00221"></a>00221                 <span class="keywordflow">switch</span>(<a class="code" href="sdo_8c.html#bec7a9f46a1ddda9fed0c0e7c61558fc">getReadResultNetworkDict</a> (
-<a name="l00222"></a>00222                         &amp;<a class="code" href="TestMasterSlave_2TestMaster_8c.html#3a8f0f252681df21db87f6d2066def8c">TestMaster_Data</a>, 
-<a name="l00223"></a>00223                         0x02,
-<a name="l00224"></a>00224                         &amp;query_result,
-<a name="l00225"></a>00225                         &amp;size,
-<a name="l00226"></a>00226                         &amp;abortCode))
-<a name="l00227"></a>00227                 {
-<a name="l00228"></a>00228                         <span class="keywordflow">case</span> <a class="code" href="def_8h.html#12966f6991bcd2a375fafc8c7c877c04">SDO_FINISHED</a>:
-<a name="l00229"></a>00229                                 <span class="comment">/* Do something with result here !!*/</span>
-<a name="l00230"></a>00230                                 <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"Got SDO answer (0x2002, 0x00), %d %d\n"</span>,query_result,size);
-<a name="l00231"></a>00231                         <span class="keywordflow">case</span> <a class="code" href="def_8h.html#185bf68fd654c50451e246b8f58a5a38">SDO_ABORTED_RCV</a>:
-<a name="l00232"></a>00232                         <span class="keywordflow">case</span> <a class="code" href="def_8h.html#207c051b8c5c41a149125561e9a92082">SDO_ABORTED_INTERNAL</a>:
-<a name="l00233"></a>00233                         <span class="keywordflow">case</span> <a class="code" href="def_8h.html#aece677f733955fd74245baa5ff4d225">SDO_RESET</a>:
-<a name="l00234"></a>00234                                 waiting_answer = 0;
-<a name="l00235"></a>00235                                 <a class="code" href="sdo_8c.html#df77b984822a5cec9782ebd6bc64e700">closeSDOtransfer</a>(
-<a name="l00236"></a>00236                                         &amp;TestMaster_Data,
-<a name="l00237"></a>00237                                         0x02,
-<a name="l00238"></a>00238                                         <a class="code" href="def_8h.html#9643ba6f5821c05629c3d60f1f911e88">SDO_CLIENT</a>);
-<a name="l00239"></a>00239                         <span class="keywordflow">break</span>;
-<a name="l00240"></a>00240                         <span class="keywordflow">case</span> <a class="code" href="def_8h.html#727a4e64152bd92dd68ae820cb9362c4">SDO_DOWNLOAD_IN_PROGRESS</a>:
-<a name="l00241"></a>00241                         <span class="keywordflow">case</span> <a class="code" href="def_8h.html#2b7ba4e769b81e1ec7ca14f011ab908f">SDO_UPLOAD_IN_PROGRESS</a>:
-<a name="l00242"></a>00242                         <span class="keywordflow">break</span>;
-<a name="l00243"></a>00243                 }
-<a name="l00244"></a>00244         }<span class="keywordflow">else</span> <span class="keywordflow">if</span>(MasterSyncCount % 10 == 0){
-<a name="l00245"></a>00245                 <a class="code" href="sdo_8c.html#dbc2fd49f1f126684922973871e337aa">readNetworkDict</a> (
-<a name="l00246"></a>00246                         &amp;<a class="code" href="TestMasterSlave_2TestMaster_8c.html#3a8f0f252681df21db87f6d2066def8c">TestMaster_Data</a>,
-<a name="l00247"></a>00247                         0x02,
-<a name="l00248"></a>00248                         0x2002,
-<a name="l00249"></a>00249                         0x00,
-<a name="l00250"></a>00250                         0);
-<a name="l00251"></a>00251                 waiting_answer = 1;
-<a name="l00252"></a>00252         }
-<a name="l00253"></a>00253 <span class="preprocessor">#endif  </span>
-<a name="l00254"></a>00254 <span class="preprocessor"></span>        <span class="keywordflow">if</span>(MasterSyncCount % 17 == 0){
-<a name="l00255"></a>00255                 <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"Master : Ask RTR PDO (0x1402)\n"</span>);
-<a name="l00256"></a>00256                 <a class="code" href="pdo_8c.html#2a4d6e86bc4447a3c45c9b96bd61f995">sendPDOrequest</a>(&amp;<a class="code" href="TestMasterSlave_2TestMaster_8c.html#3a8f0f252681df21db87f6d2066def8c">TestMaster_Data</a>, 0x1402 );
-<a name="l00257"></a>00257                 <a class="code" href="pdo_8c.html#2a4d6e86bc4447a3c45c9b96bd61f995">sendPDOrequest</a>(&amp;<a class="code" href="TestMasterSlave_2TestMaster_8c.html#3a8f0f252681df21db87f6d2066def8c">TestMaster_Data</a>, 0x1403 );
-<a name="l00258"></a>00258         }
-<a name="l00259"></a>00259         <span class="keywordflow">if</span>(MasterSyncCount % 50 == 0){
-<a name="l00260"></a>00260                 <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"Master : Change slave's transmit type to 0xFF\n"</span>);
-<a name="l00261"></a>00261                 <a class="code" href="hcs12_2applicfg_8h.html#c2e754635928189b98cf3f5b7e6dbffb">UNS8</a> transmitiontype = 0xFF;
-<a name="l00262"></a>00262                 <a class="code" href="sdo_8c.html#f0491ff0ed4a472e54de7f24c4e8457a">writeNetworkDictCallBack</a> (&amp;<a class="code" href="TestMasterSlave_2TestMaster_8c.html#3a8f0f252681df21db87f6d2066def8c">TestMaster_Data</a>, <span class="comment">/*CO_Data* d*/</span>
-<a name="l00263"></a>00263                                         2, <span class="comment">/*UNS8 nodeId*/</span>
-<a name="l00264"></a>00264                                         0x1802, <span class="comment">/*UNS16 index*/</span>
-<a name="l00265"></a>00265                                         0x02, <span class="comment">/*UNS16 index*/</span>
-<a name="l00266"></a>00266                                         1, <span class="comment">/*UNS8 count*/</span>
-<a name="l00267"></a>00267                                         0, <span class="comment">/*UNS8 dataType*/</span>
-<a name="l00268"></a>00268                                         &amp;transmitiontype,<span class="comment">/*void *data*/</span>
-<a name="l00269"></a>00269                                         CheckSDO); <span class="comment">/*SDOCallback_t Callback*/</span>
-<a name="l00270"></a>00270         }
-<a name="l00271"></a>00271         <span class="keywordflow">if</span>(MasterSyncCount % 50 == 25){
-<a name="l00272"></a>00272                 <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"Master : Change slave's transmit type to 0x00\n"</span>);
-<a name="l00273"></a>00273                 <a class="code" href="hcs12_2applicfg_8h.html#c2e754635928189b98cf3f5b7e6dbffb">UNS8</a> transmitiontype = 0x00;
-<a name="l00274"></a>00274                 <a class="code" href="sdo_8c.html#f0491ff0ed4a472e54de7f24c4e8457a">writeNetworkDictCallBack</a> (&amp;<a class="code" href="TestMasterSlave_2TestMaster_8c.html#3a8f0f252681df21db87f6d2066def8c">TestMaster_Data</a>, <span class="comment">/*CO_Data* d*/</span>
-<a name="l00275"></a>00275                                         2, <span class="comment">/*UNS8 nodeId*/</span>
-<a name="l00276"></a>00276                                         0x1802, <span class="comment">/*UNS16 index*/</span>
-<a name="l00277"></a>00277                                         0x02, <span class="comment">/*UNS16 index*/</span>
-<a name="l00278"></a>00278                                         1, <span class="comment">/*UNS8 count*/</span>
-<a name="l00279"></a>00279                                         0, <span class="comment">/*UNS8 dataType*/</span>
-<a name="l00280"></a>00280                                         &amp;transmitiontype,<span class="comment">/*void *data*/</span>
-<a name="l00281"></a>00281                                         CheckSDO); <span class="comment">/*SDOCallback_t Callback*/</span>
-<a name="l00282"></a>00282         }
-<a name="l00283"></a>00283         MasterSyncCount++;
-<a name="l00284"></a>00284 }
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Jul 2 19:10:16 2007 for CanFestival by&nbsp;
-<a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
-</body>
-</html>