| 8 | <script type="text/javascript"> |
| 9 | <!-- |
| 10 | function changeDisplayState (e){ |
| 11 | var num=this.id.replace(/[^[0-9]/g,''); |
| 12 | var button=this.firstChild; |
| 13 | var sectionDiv=document.getElementById('dynsection'+num); |
| 14 | if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ |
| 15 | sectionDiv.style.display='block'; |
| 16 | button.src='open.gif'; |
| 17 | }else{ |
| 18 | sectionDiv.style.display='none'; |
| 19 | button.src='closed.gif'; |
| 20 | } |
| 21 | } |
| 22 | function initDynSections(){ |
| 23 | var divs=document.getElementsByTagName('div'); |
| 24 | var sectionCounter=1; |
| 25 | for(var i=0;i<divs.length-1;i++){ |
| 26 | if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ |
| 27 | var header=divs[i]; |
| 28 | var section=divs[i+1]; |
| 29 | var button=header.firstChild; |
| 30 | if (button!='IMG'){ |
| 31 | divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); |
| 32 | button=document.createElement('img'); |
| 33 | divs[i].insertBefore(button,divs[i].firstChild); |
| 34 | } |
| 35 | header.style.cursor='pointer'; |
| 36 | header.onclick=changeDisplayState; |
| 37 | header.id='dynheader'+sectionCounter; |
| 38 | button.src='closed.gif'; |
| 39 | section.id='dynsection'+sectionCounter; |
| 40 | section.style.display='none'; |
| 41 | section.style.marginLeft='14px'; |
| 42 | sectionCounter++; |
| 43 | } |
| 44 | } |
| 45 | } |
| 46 | window.onload = initDynSections; |
| 47 | --> |
| 48 | </script> |
25 | | |
26 | | <p> |
27 | | <div class="dynheader"> |
28 | | Include dependency graph for pmsm_ui.h:</div> |
29 | | <div class="dynsection"> |
30 | | <p><center><img src="pmsm__ui_8h__incl.png" border="0" usemap="#pmsm_ui.h_map" alt=""></center> |
31 | | <map name="pmsm_ui.h_map"> |
32 | | <area shape="rect" href="pmsmDS_8h.html" title="DataSource for experiments with realistic simulator of the PMSM model." alt="" coords="129,84,223,111"><area shape="rect" href="uibuilder_8h-source.html" title="uibuilder.h" alt="" coords="269,239,355,265"><area shape="rect" href="loggers_8h.html" title="Loggers for storing results of experiments." alt="" coords="5,239,115,265"><area shape="rect" href="simulator_8h-source.html" title="simulator.h" alt="" coords="85,161,176,188"><area shape="rect" href="pmsm_8h-source.html" title="pmsm.h" alt="" coords="200,161,275,188"><area shape="rect" href="libBM_8h.html" title="Bayesian Models (bm) that use Bayes rule to learn from observations." alt="" coords="165,316,232,343"><area shape="rect" href="itpp__ext_8h-source.html" title="../itpp_ext.h" alt="" coords="151,393,247,420"><area shape="rect" href="libFN_8h-source.html" title="stat/libFN.h" alt="" coords="152,239,245,265"></map> |
33 | | </div> |
34 | | |
35 | | <p> |
36 | | <div class="dynheader"> |
37 | | This graph shows which files directly or indirectly include this file:</div> |
38 | | <div class="dynsection"> |
39 | | <p><center><img src="pmsm__ui_8h__dep__incl.png" border="0" usemap="#pmsm_ui.hdep_map" alt=""></center> |
40 | | <map name="pmsm_ui.hdep_map"> |
41 | | <area shape="rect" href="sim_8cpp.html" title="Simulation of disturbances in PMSM model, PWM and integration disturbances are distinguished..." alt="" coords="15,84,87,111"></map> |
42 | | </div> |
61 | | <hr><a name="_details"></a><h2>Detailed Description</h2> |
62 | | <a class="el" href="classUserInfo.html" title="UserInfo is an abstract is for internal purposes only. Use CompoundUserInfo<T>...">UserInfo</a> for pmsm related objects. |
63 | | <p> |
64 | | <dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> |
65 | | ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> |
66 | | Using IT++ for numerical operations ----------------------------------- </div> |
67 | | <hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 6 12:16:53 2009 for mixpp by |
| 88 | </div> |
| 89 | <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 18 17:38:45 2009 for mixpp by |