revert last: keep --props option because of option architecture
This commit is contained in:
parent
485190454c
commit
207d82249f
6 changed files with 11 additions and 1 deletions
|
@ -44,7 +44,7 @@ a running copy of FG allows for switching components on the fly, a
|
|||
positive boon for panel authors. To see the property tree start FG
|
||||
with the following command line:
|
||||
|
||||
fgfs --telnet=socket,bi,5,localhost,5500,tcp
|
||||
fgfs --props=socket,bi,5,localhost,5500,tcp
|
||||
|
||||
Then use telnet to connect to localhost on port 5500. You can browse
|
||||
the tree as you would a filesystem.
|
||||
|
|
|
@ -251,6 +251,7 @@
|
|||
<nmea-desc>Open connection using the NMEA protocol</nmea-desc>
|
||||
<generic-desc>Open connection using a predefined communication interface and a preselected communication protocol</generic-desc>
|
||||
<opengc-desc>Open connection using the OpenGC protocol</opengc-desc>
|
||||
<props-desc>Open connection using the interactive property manager</props-desc>
|
||||
<pve-desc>Open connection using the PVE protocol</pve-desc>
|
||||
<ray-desc>Open connection using the Ray Woodworth motion chair protocol</ray-desc>
|
||||
<rul-desc>Open connection using the RUL protocol</rul-desc>
|
||||
|
|
|
@ -225,6 +225,7 @@
|
|||
<nmea-desc>Verbinden met het NMEA protocol</nmea-desc>
|
||||
<generic-desc>Verbinden met een voorop aangegeven communicatie interface een een voorgeselecteerde communicatie protocol</generic-desc>
|
||||
<opengc-desc>Verbinden met het OpenGC protocol</opengc-desc>
|
||||
<props-desc>Verbinden met de interactive instelling manager</props-desc>
|
||||
<pve-desc>Verbinden met het PVE protocol</pve-desc>
|
||||
<ray-desc>Verbinden met het Ray Woodworth bewegende stoel protocol</ray-desc>
|
||||
<rul-desc>Verbinden met het RUL protocol</rul-desc>
|
||||
|
|
|
@ -214,6 +214,7 @@
|
|||
<native-desc>Po³¹cz u¿ywaj¹c protoko³u FG Native</native-desc>
|
||||
<nmea-desc>Po³¹cz u¿ywaj¹c protoko³u NMEA</nmea-desc>
|
||||
<opengc-desc>Po³¹cz u¿ywaj¹c protoko³u OpenGC</opengc-desc>
|
||||
<props-desc>Po³¹cz u¿ywaj¹c interaktywnego menad¿era w³aœciwoœci</props-desc>
|
||||
<pve-desc>Po³¹cz u¿ywaj¹c protoko³u PVE</pve-desc>
|
||||
<ray-desc>Po³¹cz u¿ywaj¹c protoko³u Ray Woodworth motion chair</ray-desc>
|
||||
<rul-desc>Po³¹cz u¿ywaj¹c protoko³u RUL</rul-desc>
|
||||
|
|
|
@ -216,6 +216,7 @@
|
|||
<native-desc>Polacz uzywajac protokolu FG Native</native-desc>
|
||||
<nmea-desc>Polacz uzywajac protokolu NMEA</nmea-desc>
|
||||
<opengc-desc>Polacz uzywajac protokolu OpenGC</opengc-desc>
|
||||
<props-desc>Polacz uzywajac interaktywnego menadzera wlasciwosci</props-desc>
|
||||
<pve-desc>Polacz uzywajac protokolu PVE</pve-desc>
|
||||
<ray-desc>Polacz uzywajac protokolu Ray Woodworth motion chair</ray-desc>
|
||||
<rul-desc>Polacz uzywajac protokolu RUL</rul-desc>
|
||||
|
|
|
@ -931,6 +931,12 @@
|
|||
<description>strings/opengc-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>props</name>
|
||||
<arg>params</arg>
|
||||
<description>strings/props-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>pve</name>
|
||||
<arg>params</arg>
|
||||
|
|
Loading…
Add table
Reference in a new issue