1
0
Fork 0

revert last: keep --props option because of option architecture

This commit is contained in:
mfranz 2007-05-05 09:51:41 +00:00
parent 485190454c
commit 207d82249f
6 changed files with 11 additions and 1 deletions

View file

@ -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 positive boon for panel authors. To see the property tree start FG
with the following command line: 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 Then use telnet to connect to localhost on port 5500. You can browse
the tree as you would a filesystem. the tree as you would a filesystem.

View file

@ -251,6 +251,7 @@
<nmea-desc>Open connection using the NMEA protocol</nmea-desc> <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> <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> <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> <pve-desc>Open connection using the PVE protocol</pve-desc>
<ray-desc>Open connection using the Ray Woodworth motion chair protocol</ray-desc> <ray-desc>Open connection using the Ray Woodworth motion chair protocol</ray-desc>
<rul-desc>Open connection using the RUL protocol</rul-desc> <rul-desc>Open connection using the RUL protocol</rul-desc>

View file

@ -225,6 +225,7 @@
<nmea-desc>Verbinden met het NMEA protocol</nmea-desc> <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> <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> <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> <pve-desc>Verbinden met het PVE protocol</pve-desc>
<ray-desc>Verbinden met het Ray Woodworth bewegende stoel protocol</ray-desc> <ray-desc>Verbinden met het Ray Woodworth bewegende stoel protocol</ray-desc>
<rul-desc>Verbinden met het RUL protocol</rul-desc> <rul-desc>Verbinden met het RUL protocol</rul-desc>

View file

@ -214,6 +214,7 @@
<native-desc>Po³¹cz u¿ywaj¹c protoko³u FG Native</native-desc> <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> <nmea-desc>Po³¹cz u¿ywaj¹c protoko³u NMEA</nmea-desc>
<opengc-desc>Po³¹cz u¿ywaj¹c protoko³u OpenGC</opengc-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> <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> <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> <rul-desc>Po³¹cz u¿ywaj¹c protoko³u RUL</rul-desc>

View file

@ -216,6 +216,7 @@
<native-desc>Polacz uzywajac protokolu FG Native</native-desc> <native-desc>Polacz uzywajac protokolu FG Native</native-desc>
<nmea-desc>Polacz uzywajac protokolu NMEA</nmea-desc> <nmea-desc>Polacz uzywajac protokolu NMEA</nmea-desc>
<opengc-desc>Polacz uzywajac protokolu OpenGC</opengc-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> <pve-desc>Polacz uzywajac protokolu PVE</pve-desc>
<ray-desc>Polacz uzywajac protokolu Ray Woodworth motion chair</ray-desc> <ray-desc>Polacz uzywajac protokolu Ray Woodworth motion chair</ray-desc>
<rul-desc>Polacz uzywajac protokolu RUL</rul-desc> <rul-desc>Polacz uzywajac protokolu RUL</rul-desc>

View file

@ -931,6 +931,12 @@
<description>strings/opengc-desc</description> <description>strings/opengc-desc</description>
</option> </option>
<option>
<name>props</name>
<arg>params</arg>
<description>strings/props-desc</description>
</option>
<option> <option>
<name>pve</name> <name>pve</name>
<arg>params</arg> <arg>params</arg>