|
VR-Engage
2.2
|
Variables | |
| constexpr const char * | makVre::PilotSimLogicConfig::lowAltitudeThreshold = "lowAltitudeThreshold" |
| constexpr const char * | makVre::PilotSimLogicConfig::rwrConfig = "rwrConfig" |
| constexpr const char * | makVre::PilotSimLogicConfig::sensorName = "sensorName" |
| constexpr const char * | makVre::PilotSimLogicConfig::stallThreshold = "stallThreshold" |
| constexpr const char * | makVre::PilotSimLogicConfig::useHelicopterControls = "useHelicopterControls" |
| constexpr const char * | makVre::PilotSimLogicConfig::useRTD = "useRTD" |
|
constexpr |
| Parameter Name | lowAltitudeThreshold |
|---|---|
| Parameter Description | Altitude threshold in feet below which low altitude warning is triggered. |
| Parameter Type | double |
| Parameter Default | 500.0 |
| Required? | No |
Example Role Config Usage:
|
constexpr |
| Parameter Name | rwrConfig |
|---|---|
| Parameter Description | Configuration table for radar warning receiver (RWR) settings and sound mappings. |
| Parameter Type | table |
| Parameter Default | {} |
| Required? | No |
Example Role Config Usage:
|
constexpr |
| Parameter Name | sensorName |
|---|---|
| Parameter Description | Name of the primary sensor system for this aircraft. |
| Parameter Type | string |
| Parameter Default | "Gimbaled Sensor" |
| Required? | No |
Example Role Config Usage:
|
constexpr |
| Parameter Name | stallThreshold |
|---|---|
| Parameter Description | Airspeed threshold in knots below which stall warning is triggered. |
| Parameter Type | double |
| Parameter Default | 100.0 |
| Required? | No |
Example Role Config Usage:
|
constexpr |
| Parameter Name | useHelicopterControls |
|---|---|
| Parameter Description | Whether to use helicopter control scheme instead of fixed-wing controls. |
| Parameter Type | bool |
| Parameter Default | false |
| Required? | No |
Example Role Config Usage:
|
constexpr |
| Parameter Name | useRTD |
|---|---|
| Parameter Description | Whether to use real-time dynamics for flight simulation. |
| Parameter Type | bool |
| Parameter Default | false |
| Required? | No |
Example Role Config Usage: