Ignore:
Timestamp:
05/24/18 11:46:38 (6 years ago)
Author:
Sanahuja Guillaume
Message:

added simupressuresensor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/Flair/classflair_1_1sensor_1_1_host_eth_controller.html

    r68 r74  
    300300<tr class="memdesc:a120fdcc3d50f6f076084cb6943fdf412 inherit pro_methods_classflair_1_1core_1_1_i_o_device"><td class="mdescLeft">&#160;</td><td class="mdescRight">set is ready  <a href="#a120fdcc3d50f6f076084cb6943fdf412">More...</a><br /></td></tr>
    301301<tr class="separator:a120fdcc3d50f6f076084cb6943fdf412 inherit pro_methods_classflair_1_1core_1_1_i_o_device"><td class="memSeparator" colspan="2">&#160;</td></tr>
     302<tr class="memitem:aead8f82fd3133168041c37cc471077d5 inherit pro_methods_classflair_1_1core_1_1_i_o_device"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classflair_1_1core_1_1_i_o_device.html#aead8f82fd3133168041c37cc471077d5">UpdateFrom</a> (const <a class="el" href="classflair_1_1core_1_1io__data.html">io_data</a> *data)=0</td></tr>
     303<tr class="memdesc:aead8f82fd3133168041c37cc471077d5 inherit pro_methods_classflair_1_1core_1_1_i_o_device"><td class="mdescLeft">&#160;</td><td class="mdescRight">Update using provided datas.  <a href="#aead8f82fd3133168041c37cc471077d5">More...</a><br /></td></tr>
     304<tr class="separator:aead8f82fd3133168041c37cc471077d5 inherit pro_methods_classflair_1_1core_1_1_i_o_device"><td class="memSeparator" colspan="2">&#160;</td></tr>
    302305</table><table class="memberdecls">
    303306<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-attribs"></a>
     
    374377<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
    375378<div class="textblock"><p>Base Class for host side remote controls that talks to target side through ethernet connection. </p>
    376 <p>There are 2 communication channels:</p><ul>
    377 <li>1 connection with the ground station to display the values. Output for analog sticks is normalized in the range [-1, 1] (float values)</li>
    378 <li>1 connection with the target to send the controller values (and receive controller state modification requests) </li>
     379<p>There are 3 communication channels:</p><ul>
     380<li>1 connection with the ground station to display the values. Output for analog sticks is normalized in the range [-1, 1] (float values) (through DrawUserInterface, use a UDT socket)</li>
     381<li>1 connection with the target to send the controller values (through udp socket - high bandwitdh, packets may be discarded)</li>
     382<li>1 connection with the target to receive controller state modification requests (through tcp socket - low bandwidth, packets must not be discarded) </li>
    379383</ul>
    380384</div></div><!-- contents -->
     
    384388  <ul>
    385389    <li class="navelem"><a class="el" href="namespaceflair.html">flair</a></li><li class="navelem"><a class="el" href="namespaceflair_1_1sensor.html">sensor</a></li><li class="navelem"><a class="el" href="classflair_1_1sensor_1_1_host_eth_controller.html">HostEthController</a></li>
    386     <li class="footer">Generated on Fri Feb 23 2018 11:15:46 for Flair by
     390    <li class="footer">Generated on Wed May 16 2018 07:14:14 for Flair by
    387391    <a href="http://www.doxygen.org/index.html">
    388392    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li>
Note: See TracChangeset for help on using the changeset viewer.