Initial revision.
This commit is contained in:
parent
03f703cea0
commit
8842829571
1 changed files with 192 additions and 0 deletions
192
docs-mini/properties.txt
Normal file
192
docs-mini/properties.txt
Normal file
|
@ -0,0 +1,192 @@
|
||||||
|
Current FGFS properties:
|
||||||
|
|
||||||
|
[Properties marked '*' cannot currently be set with the --prop:*
|
||||||
|
option at startup due to a bug in the FGFS tile cache code.]
|
||||||
|
|
||||||
|
|
||||||
|
/sim/flight-model [*]
|
||||||
|
int
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/sim/hud/visibility [*]
|
||||||
|
bool
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/sim/panel/visibility [*]
|
||||||
|
bool
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/position/latitude [*]
|
||||||
|
double (-90.0:90.0)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/position/longitude [*]
|
||||||
|
double (-180.0:180.0)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/position/altitude [*]
|
||||||
|
double (feet)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/position/altitude-agl
|
||||||
|
double (feet)
|
||||||
|
read-only
|
||||||
|
|
||||||
|
/orientation/heading [*]
|
||||||
|
double (degrees)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/orientation/heading-magnetic [*]
|
||||||
|
double (degrees)
|
||||||
|
read-only
|
||||||
|
|
||||||
|
/orientation/pitch [*]
|
||||||
|
double (degrees)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/orientation/roll [*]
|
||||||
|
double (degrees)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/velocities/airspeed [*]
|
||||||
|
double (knots)
|
||||||
|
read-only
|
||||||
|
|
||||||
|
/velocities/side-slip [*]
|
||||||
|
double (??)
|
||||||
|
read-only
|
||||||
|
|
||||||
|
/velocities/vertical-speed [*]
|
||||||
|
double (??)
|
||||||
|
read-only
|
||||||
|
|
||||||
|
/velocities/speed-north [*]
|
||||||
|
double (??)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/velocities/speed-east [*]
|
||||||
|
double (??)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/velocities/speed-down [*]
|
||||||
|
double (??)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/controls/throttle
|
||||||
|
double (0.0:1.0)
|
||||||
|
read/write
|
||||||
|
(will be changing)
|
||||||
|
|
||||||
|
/controls/flaps
|
||||||
|
double (0.0:1.0)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/controls/aileron
|
||||||
|
double (-1.0:1.0)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/controls/rudder
|
||||||
|
double (-1.0:1.0)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/controls/elevator
|
||||||
|
double (-1.0:1.0)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/controls/elevator-trim
|
||||||
|
double (-1.0:1.0)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/controls/brake/all
|
||||||
|
double (0.0:1.0)
|
||||||
|
read/write
|
||||||
|
(will be changing)
|
||||||
|
|
||||||
|
/autopilot/locks/altitude
|
||||||
|
bool
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/autopilot/settings/altitude
|
||||||
|
double (feet)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/autopilot/locks/heading
|
||||||
|
bool
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/autopilot/settings/heading-magnetic
|
||||||
|
double (degrees)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/autopilot/locks/nav1
|
||||||
|
bool
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/radios/nav1/frequencies/selected
|
||||||
|
double
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/radios/nav1/frequencies/standby
|
||||||
|
double
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/radios/nav1/radials/actual
|
||||||
|
double (degrees)
|
||||||
|
read-only
|
||||||
|
|
||||||
|
/radios/nav1/radials/selected
|
||||||
|
double (degrees)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/radios/nav1/dme/distance
|
||||||
|
double (nautical miles)
|
||||||
|
read-only
|
||||||
|
|
||||||
|
/radios/nav1/in-range
|
||||||
|
bool
|
||||||
|
read-only
|
||||||
|
|
||||||
|
/radios/nav1/dme/in-range
|
||||||
|
bool
|
||||||
|
read-only
|
||||||
|
|
||||||
|
/radios/nav2/frequencies/selected
|
||||||
|
double
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/radios/nav2/frequencies/standby
|
||||||
|
double
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/radios/nav2/radials/actual
|
||||||
|
double (degrees)
|
||||||
|
read-only
|
||||||
|
|
||||||
|
/radios/nav2/radials/selected
|
||||||
|
double (degrees)
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/radios/nav2/dme/distance
|
||||||
|
double (nautical miles)
|
||||||
|
read-only
|
||||||
|
|
||||||
|
/radios/nav2/in-range
|
||||||
|
bool
|
||||||
|
read-only
|
||||||
|
|
||||||
|
/radios/nav2/dme/in-range
|
||||||
|
bool
|
||||||
|
read-only
|
||||||
|
|
||||||
|
/radios/adf/frequencies/selected
|
||||||
|
double
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/radios/adf/frequencies/standby
|
||||||
|
double
|
||||||
|
read/write
|
||||||
|
|
||||||
|
/radios/adf/rotation
|
||||||
|
double (degrees)
|
||||||
|
read/write
|
||||||
|
|
Loading…
Reference in a new issue