215
|
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">
|
|
3 |
<title>CanFestival: examples/TestMasterSlave/Slave.c Source File</title>
|
|
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>
|
|
11 |
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
|
12 |
<li id="current"><a href="files.html"><span>Files</span></a></li>
|
|
13 |
<li><a href="dirs.html"><span>Directories</span></a></li>
|
|
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>
|
|
20 |
<div class="nav">
|
240
|
21 |
<a class="el" href="dir_aa575cee5acc3b84cc5b4489187a1fd3.html">examples</a> » <a class="el" href="dir_4f45567b048264117a95e53b67d9aefb.html">TestMasterSlave</a></div>
|
215
|
22 |
<h1>Slave.c</h1><a href="Slave_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>
|
|
23 |
<a name="l00002"></a>00002 <span class="comment">This file is part of CanFestival, a library implementing CanOpen Stack. </span>
|
|
24 |
<a name="l00003"></a>00003 <span class="comment"></span>
|
|
25 |
<a name="l00004"></a>00004 <span class="comment">Copyright (C): Edouard TISSERANT and Francis DUPIN</span>
|
|
26 |
<a name="l00005"></a>00005 <span class="comment"></span>
|
|
27 |
<a name="l00006"></a>00006 <span class="comment">See COPYING file for copyrights details.</span>
|
|
28 |
<a name="l00007"></a>00007 <span class="comment"></span>
|
|
29 |
<a name="l00008"></a>00008 <span class="comment">This library is free software; you can redistribute it and/or</span>
|
|
30 |
<a name="l00009"></a>00009 <span class="comment">modify it under the terms of the GNU Lesser General Public</span>
|
|
31 |
<a name="l00010"></a>00010 <span class="comment">License as published by the Free Software Foundation; either</span>
|
|
32 |
<a name="l00011"></a>00011 <span class="comment">version 2.1 of the License, or (at your option) any later version.</span>
|
|
33 |
<a name="l00012"></a>00012 <span class="comment"></span>
|
|
34 |
<a name="l00013"></a>00013 <span class="comment">This library is distributed in the hope that it will be useful,</span>
|
|
35 |
<a name="l00014"></a>00014 <span class="comment">but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
|
|
36 |
<a name="l00015"></a>00015 <span class="comment">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span>
|
|
37 |
<a name="l00016"></a>00016 <span class="comment">Lesser General Public License for more details.</span>
|
|
38 |
<a name="l00017"></a>00017 <span class="comment"></span>
|
|
39 |
<a name="l00018"></a>00018 <span class="comment">You should have received a copy of the GNU Lesser General Public</span>
|
|
40 |
<a name="l00019"></a>00019 <span class="comment">License along with this library; if not, write to the Free Software</span>
|
|
41 |
<a name="l00020"></a>00020 <span class="comment">Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</span>
|
|
42 |
<a name="l00021"></a>00021 <span class="comment">*/</span>
|
|
43 |
<a name="l00022"></a>00022
|
|
44 |
<a name="l00023"></a>00023 <span class="preprocessor">#include "<a class="code" href="Slave_8h.html">Slave.h</a>"</span>
|
|
45 |
<a name="l00024"></a>00024 <span class="preprocessor">#include "<a class="code" href="Master_8h.html">Master.h</a>"</span>
|
|
46 |
<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="TestMasterSlave_8h.html">TestMasterSlave.h</a>"</span>
|
|
47 |
<a name="l00026"></a>00026
|
|
48 |
<a name="l00027"></a>00027 <span class="comment">/*****************************************************************************/</span>
|
240
|
49 |
<a name="l00028"></a><a class="code" href="Slave_8h.html#b113cb0bf6c1e7b16bf3798de7bc04ca">00028</a> <span class="keywordtype">void</span> <a class="code" href="Slave_8c.html#feea6edbb1f58238a49c0e292410d449">TestSlave_heartbeatError</a>(<a class="code" href="hcs12_2applicfg_8h.html#c2e754635928189b98cf3f5b7e6dbffb">UNS8</a> heartbeatID)
|
215
|
50 |
<a name="l00029"></a>00029 {
|
240
|
51 |
<a name="l00030"></a>00030 <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"TestSlave_heartbeatError %d\n"</span>, heartbeatID);
|
215
|
52 |
<a name="l00031"></a>00031 }
|
|
53 |
<a name="l00032"></a>00032
|
240
|
54 |
<a name="l00033"></a><a class="code" href="Slave_8h.html#be175819de926e00cd1d45b749871dbb">00033</a> <span class="keywordtype">void</span> <a class="code" href="Slave_8c.html#ee7e3cdd945d35d48890257d44afc522">TestSlave_initialisation</a>()
|
215
|
55 |
<a name="l00034"></a>00034 {
|
240
|
56 |
<a name="l00035"></a>00035 <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"TestSlave_initialisation\n"</span>);
|
215
|
57 |
<a name="l00036"></a>00036 }
|
|
58 |
<a name="l00037"></a>00037
|
240
|
59 |
<a name="l00038"></a><a class="code" href="Slave_8h.html#598794b89434bdcd679afc12406cc53c">00038</a> <span class="keywordtype">void</span> <a class="code" href="Slave_8c.html#5e1c535a74c3aa907292c27b098a3af5">TestSlave_preOperational</a>()
|
215
|
60 |
<a name="l00039"></a>00039 {
|
240
|
61 |
<a name="l00040"></a>00040 <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"TestSlave_preOperational\n"</span>);
|
215
|
62 |
<a name="l00041"></a>00041 }
|
|
63 |
<a name="l00042"></a>00042
|
240
|
64 |
<a name="l00043"></a><a class="code" href="Slave_8h.html#dbbf37899be8261b0736a9322c6e212a">00043</a> <span class="keywordtype">void</span> <a class="code" href="Slave_8c.html#b3b281beb6cca9520ac6d69b057ace58">TestSlave_operational</a>()
|
215
|
65 |
<a name="l00044"></a>00044 {
|
240
|
66 |
<a name="l00045"></a>00045 <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"TestSlave_operational\n"</span>);
|
215
|
67 |
<a name="l00046"></a>00046 }
|
|
68 |
<a name="l00047"></a>00047
|
240
|
69 |
<a name="l00048"></a><a class="code" href="Slave_8h.html#7d0e5692a9e255824c9435401f3c317b">00048</a> <span class="keywordtype">void</span> <a class="code" href="Slave_8c.html#492b2140b6577220c8f6a3ef37e7fba8">TestSlave_stopped</a>()
|
215
|
70 |
<a name="l00049"></a>00049 {
|
240
|
71 |
<a name="l00050"></a>00050 <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"TestSlave_stopped\n"</span>);
|
215
|
72 |
<a name="l00051"></a>00051 }
|
|
73 |
<a name="l00052"></a>00052
|
240
|
74 |
<a name="l00053"></a><a class="code" href="Slave_8h.html#b30abcdc5a47fc21367928db85b4a8f5">00053</a> <span class="keywordtype">void</span> <a class="code" href="Slave_8c.html#b4e6d39d4f2b797c291976a5fcdeb061">TestSlave_post_sync</a>()
|
215
|
75 |
<a name="l00054"></a>00054 {
|
240
|
76 |
<a name="l00055"></a>00055 <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"TestSlave_post_sync\n"</span>);
|
215
|
77 |
<a name="l00056"></a>00056
|
240
|
78 |
<a name="l00057"></a>00057 <a class="code" href="TestSlave_8c.html#0315855e3166f37754f677c12af37079">SlaveMap1</a>=1;
|
|
79 |
<a name="l00058"></a>00058 <a class="code" href="TestSlave_8c.html#d4c4941435a80a898d90853bce7d7fb5">SlaveMap2</a>=1;
|
|
80 |
<a name="l00059"></a>00059 <a class="code" href="TestSlave_8c.html#02568038809abb8ee767b6e735e15661">SlaveMap3</a>=0;
|
|
81 |
<a name="l00060"></a>00060 <a class="code" href="TestSlave_8c.html#faa2629460f263d770c1b0c44ed23f3c">SlaveMap4</a>=0;
|
|
82 |
<a name="l00061"></a>00061 <a class="code" href="TestSlave_8c.html#97c4f8e9e1e1d495801d4e43c4b4e18e">SlaveMap5</a>=1;
|
|
83 |
<a name="l00062"></a>00062 <a class="code" href="TestSlave_8c.html#60b4c22166fc6d7c3b94b62591528ec5">SlaveMap6</a>=0;
|
|
84 |
<a name="l00063"></a>00063 <a class="code" href="TestSlave_8c.html#f3e1a22314eee7aa09ce25546f37a7c3">SlaveMap7</a>=1;
|
|
85 |
<a name="l00064"></a>00064 <a class="code" href="TestSlave_8c.html#6a4e0c32ada9a1b549dde17e7068f1d6">SlaveMap8</a>=0;
|
|
86 |
<a name="l00065"></a>00065 <a class="code" href="TestSlave_8c.html#5dc8dd78ebf4094815a611f2e656c921">SlaveMap9</a>=16;
|
|
87 |
<a name="l00066"></a>00066 <a class="code" href="TestSlave_8c.html#74dc04e166f002237ea9555dde2be1f8">SlaveMap10</a> = 0xff00ff00;
|
|
88 |
<a name="l00067"></a>00067 <a class="code" href="TestSlave_8c.html#ca2a65d14682fe50c421ca02e4fb4d7a">SlaveMap11</a> = 0xabcd;
|
|
89 |
<a name="l00068"></a>00068 <a class="code" href="TestSlave_8c.html#80e94f62a38da8440388f48d1907bd09">SlaveMap12</a> += <a class="code" href="TestSlave_8c.html#80e94f62a38da8440388f48d1907bd09">SlaveMap12</a> > 0x80 ? 0 : 1;
|
|
90 |
<a name="l00069"></a>00069 <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"Slave: %d %d %d %d %d %d %d %d %d %x %x %d %d \n"</span>,
|
|
91 |
<a name="l00070"></a>00070 <a class="code" href="TestSlave_8c.html#0315855e3166f37754f677c12af37079">SlaveMap1</a>,
|
|
92 |
<a name="l00071"></a>00071 <a class="code" href="TestSlave_8c.html#d4c4941435a80a898d90853bce7d7fb5">SlaveMap2</a>,
|
|
93 |
<a name="l00072"></a>00072 <a class="code" href="TestSlave_8c.html#02568038809abb8ee767b6e735e15661">SlaveMap3</a>,
|
|
94 |
<a name="l00073"></a>00073 <a class="code" href="TestSlave_8c.html#faa2629460f263d770c1b0c44ed23f3c">SlaveMap4</a>,
|
|
95 |
<a name="l00074"></a>00074 <a class="code" href="TestSlave_8c.html#97c4f8e9e1e1d495801d4e43c4b4e18e">SlaveMap5</a>,
|
|
96 |
<a name="l00075"></a>00075 <a class="code" href="TestSlave_8c.html#60b4c22166fc6d7c3b94b62591528ec5">SlaveMap6</a>,
|
|
97 |
<a name="l00076"></a>00076 <a class="code" href="TestSlave_8c.html#f3e1a22314eee7aa09ce25546f37a7c3">SlaveMap7</a>,
|
|
98 |
<a name="l00077"></a>00077 <a class="code" href="TestSlave_8c.html#6a4e0c32ada9a1b549dde17e7068f1d6">SlaveMap8</a>,
|
|
99 |
<a name="l00078"></a>00078 <a class="code" href="TestSlave_8c.html#5dc8dd78ebf4094815a611f2e656c921">SlaveMap9</a>,
|
|
100 |
<a name="l00079"></a>00079 <a class="code" href="TestSlave_8c.html#74dc04e166f002237ea9555dde2be1f8">SlaveMap10</a>,
|
|
101 |
<a name="l00080"></a>00080 <a class="code" href="TestSlave_8c.html#ca2a65d14682fe50c421ca02e4fb4d7a">SlaveMap11</a>,
|
|
102 |
<a name="l00081"></a>00081 <a class="code" href="TestSlave_8c.html#80e94f62a38da8440388f48d1907bd09">SlaveMap12</a>,
|
|
103 |
<a name="l00082"></a>00082 <a class="code" href="TestSlave_8c.html#679fa4981c285007faf389b25a4f8436">SlaveMap13</a>);
|
|
104 |
<a name="l00083"></a>00083 }
|
|
105 |
<a name="l00084"></a>00084
|
|
106 |
<a name="l00085"></a><a class="code" href="Slave_8h.html#c41c40ecef45e9e2085a2bac354b2595">00085</a> <span class="keywordtype">void</span> <a class="code" href="Slave_8c.html#fc116705e79ad78a9e32ec33e5226e2d">TestSlave_post_TPDO</a>()
|
|
107 |
<a name="l00086"></a>00086 {
|
|
108 |
<a name="l00087"></a>00087 <a class="code" href="TestSlave_8c.html#679fa4981c285007faf389b25a4f8436">SlaveMap13</a> += 1;
|
|
109 |
<a name="l00088"></a>00088 <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"TestSlave_post_TPDO\n"</span>);
|
|
110 |
<a name="l00089"></a>00089 }
|
|
111 |
<a name="l00090"></a>00090
|
|
112 |
<a name="l00091"></a><a class="code" href="Slave_8h.html#1e047d439fd5887cc80528724fae0ca2">00091</a> <span class="keywordtype">void</span> <a class="code" href="Slave_8c.html#1e047d439fd5887cc80528724fae0ca2">TestSlave_storeODSubIndex</a>(<a class="code" href="hcs12_2applicfg_8h.html#14fad477a4a001f547db2731eaaaa1dc">UNS16</a> wIndex, <a class="code" href="hcs12_2applicfg_8h.html#c2e754635928189b98cf3f5b7e6dbffb">UNS8</a> bSubindex)
|
|
113 |
<a name="l00092"></a>00092 {
|
|
114 |
<a name="l00093"></a>00093 <span class="comment">/*TODO : </span>
|
|
115 |
<a name="l00094"></a>00094 <span class="comment"> * - call getODEntry for index and subindex, </span>
|
|
116 |
<a name="l00095"></a>00095 <span class="comment"> * - save content to file, database, flash, nvram, ...</span>
|
|
117 |
<a name="l00096"></a>00096 <span class="comment"> * </span>
|
|
118 |
<a name="l00097"></a>00097 <span class="comment"> * To ease flash organisation, index of variable to store</span>
|
|
119 |
<a name="l00098"></a>00098 <span class="comment"> * can be established by scanning d->objdict[d->ObjdictSize]</span>
|
|
120 |
<a name="l00099"></a>00099 <span class="comment"> * for variables to store.</span>
|
|
121 |
<a name="l00100"></a>00100 <span class="comment"> * </span>
|
|
122 |
<a name="l00101"></a>00101 <span class="comment"> * */</span>
|
|
123 |
<a name="l00102"></a>00102 <a class="code" href="TestMasterSlave_8h.html#1d11de6c74e6c32fa27bcde825414a00">eprintf</a>(<span class="stringliteral">"TestSlave_storeODSubIndex : %4.4x %2.2x\n"</span>, wIndex, bSubindex);
|
|
124 |
<a name="l00103"></a>00103 }
|
|
125 |
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Jul 2 19:10:16 2007 for CanFestival by
|
215
|
126 |
<a href="http://www.doxygen.org/index.html">
|
|
127 |
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
128 |
</body>
|
|
129 |
</html>
|