-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vehicle, qgroundcontrol.pro/qrc: Add support for EFI, and Generator f…
…actGroups
- Loading branch information
1 parent
2f9b78d
commit 879dbd8
Showing
10 changed files
with
614 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
{ | ||
"version": 1, | ||
"fileType": "FactMetaData", | ||
"QGC.MetaData.Facts": | ||
[ | ||
{ | ||
"name": "health", | ||
"shortDesc": "Health", | ||
"type": "int8" | ||
}, | ||
{ | ||
"name": "ecuIndex", | ||
"shortDesc": "Ecu Index", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "A" | ||
}, | ||
{ | ||
"name": "rpm", | ||
"shortDesc": "Rpm", | ||
"type": "float", | ||
"decimalPlaces": 1 | ||
}, | ||
{ | ||
"name": "fuelConsumed", | ||
"shortDesc": "Fuel Consumed", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "cm^3" | ||
}, | ||
{ | ||
"name": "fuelFlow", | ||
"shortDesc": "Fuel Flow", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "cm^3/min" | ||
}, | ||
{ | ||
"name": "engineLoad", | ||
"shortDesc": "Engine Load", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "%" | ||
}, | ||
{ | ||
"name": "throttlePos", | ||
"shortDesc": "Throttle Position", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "%" | ||
}, | ||
{ | ||
"name": "sparkTime", | ||
"shortDesc": "Spark dwell time", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "ms" | ||
}, | ||
{ | ||
"name": "baroPress", | ||
"shortDesc": "BarometricPressure", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "kPa" | ||
}, | ||
{ | ||
"name": "intakePress", | ||
"shortDesc": "Intake mainfold pressure", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "kPa" | ||
}, | ||
{ | ||
"name": "intakeTemp", | ||
"shortDesc": "Intake mainfold temperature", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "°C" | ||
}, | ||
{ | ||
"name": "cylinderTemp", | ||
"shortDesc": "Cylinder head temperature", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "°C" | ||
}, | ||
{ | ||
"name": "ignTime", | ||
"shortDesc": "Ignition Timing", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "deg" | ||
}, | ||
{ | ||
"name": "injTime", | ||
"shortDesc": "Injection Time", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "ms" | ||
}, | ||
{ | ||
"name": "exGasTemp", | ||
"shortDesc": "Exhaust gas Temperature", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "°C" | ||
}, | ||
{ | ||
"name": "throttleOut", | ||
"shortDesc": "Throttle Out", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "%" | ||
}, | ||
{ | ||
"name": "ptComp", | ||
"shortDesc": "Pt Compensation", | ||
"type": "float", | ||
"decimalPlaces": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"version": 1, | ||
"fileType": "FactMetaData", | ||
"QGC.MetaData.Facts": | ||
[ | ||
{ | ||
"name": "status", | ||
"shortDesc": "Status", | ||
"type": "uint64" | ||
}, | ||
{ | ||
"name": "genSpeed", | ||
"shortDesc": "Generator Speed", | ||
"type": "uint16", | ||
"units": "rpm" | ||
}, | ||
{ | ||
"name": "batteryCurrent", | ||
"shortDesc": "Battery Current", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "A" | ||
}, | ||
{ | ||
"name": "loadCurrent", | ||
"shortDesc": "Load Current", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "A" | ||
}, | ||
{ | ||
"name": "powerGenerated", | ||
"shortDesc": "Power Generated", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "W" | ||
}, | ||
{ | ||
"name": "busVoltage", | ||
"shortDesc": "Bus Voltage", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "V" | ||
}, | ||
{ | ||
"name": "rectifierTemp", | ||
"shortDesc": "Rectifier Temperature", | ||
"type": "int16", | ||
"units": "°C" | ||
}, | ||
{ | ||
"name": "batCurrentSetpoint", | ||
"shortDesc": "Battery Current Setpoint", | ||
"type": "float", | ||
"decimalPlaces": 1, | ||
"units": "A" | ||
}, | ||
{ | ||
"name": "genTemp", | ||
"shortDesc": "Generator Temperature", | ||
"type": "int16", | ||
"units": "°C" | ||
}, | ||
{ | ||
"name": "runtime", | ||
"shortDesc": "runtime", | ||
"type": "uint32", | ||
"units": "sec" | ||
}, | ||
{ | ||
"name": "timeMaintenance", | ||
"shortDesc": "Time until Maintenance", | ||
"type": "int32", | ||
"units": "sec" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.