GEAR AND HYDRAULICS
This page lists the available landing gear and hydraulics Token Variables for use when creating gauges using WASM / C++.
Brakes
Parameters | Universal Var Member | Description |
---|---|---|
ANTISKID_BRAKES_ACTIVE |
b (BOOL) |
Whether the anti-skid brakes are active (TRUE, 1) or not (FALSE, 0). |
AUTOBRAKES_ACTIVE |
b (BOOL) |
Whether the auto-brakes are active (TRUE, 1) or not (FALSE, 0). |
BRAKE_DEPENDENT_HYDRAULIC_PRESSURE |
n (FLOAT) |
The brake dependent hydraulic pressure, in psf. |
BRAKE_IND |
n (FLOAT) |
Whether the break indicator is on (TRUE, 1), or not (FALSE, 0). Note this is not a "true" bool, and 0 is false, while greater than 0 up 16384 is true. |
BRAKES_LEFT_POS |
n (FLOAT) |
The amount that the left brakes are being applied as a value between 0 and 32768. |
BRAKES_LEFT_POS_EX1 |
n (FLOAT) |
The amount that the left brakes are being applied, without taking into consideration the parking brake, as a value between 0 and 32768. |
BRAKES_RIGHT_POS |
n (FLOAT) |
The amount that the right brakes are being applied as a value between 0 and 32768. |
BRAKES_RIGHT_POS_EX1 |
n (FLOAT) |
The amount that the right brakes are being applied, without taking into consideration the parking brake, as a value between 0 and 32768. |
PARKING_BRAKE_POS |
n (FLOAT) |
The parking brake position, expressed as a value between 0 (off) and 32768 (full on). |
REJECTED_TAKEOFF_BRAKES_ACTIVE |
b (BOOL) |
Whether the rejected takeoff brakes are currently active (TRUE, 1) or not (FALSE, 0). |
Landing Gear
Hydraulics
Parameters | Universal Var Member | Description |
---|---|---|
HYDRAULIC_SYSTEM_INTEGRITY |
b (BOOL) |
The hydraulic system integrety expressed as a value between 0 (complete failure) and 1 (everything is working perfectly). |
n (FLOAT) |
The hydraulics 1/2/3/4 pressure in psf. | |
n (FLOAT) |
The hydraulics system reservoir, as a Percent Over 100. |