pub struct LOWEHEISER_GOV_EFI_DATA {Show 23 fields
pub volt_batt: f32,
pub curr_batt: f32,
pub curr_gen: f32,
pub curr_rot: f32,
pub fuel_level: f32,
pub throttle: f32,
pub runtime: u32,
pub until_maintenance: i32,
pub rectifier_temp: f32,
pub generator_temp: f32,
pub efi_batt: f32,
pub efi_rpm: f32,
pub efi_pw: f32,
pub efi_fuel_flow: f32,
pub efi_fuel_consumed: f32,
pub efi_baro: f32,
pub efi_mat: f32,
pub efi_clt: f32,
pub efi_tps: f32,
pub efi_exhaust_gas_temperature: f32,
pub generator_status: u16,
pub efi_status: u16,
pub efi_index: u8,
}
storm32
only.Expand description
id: 10151 Composite EFI and Governor data from Loweheiser equipment. This message is created by the EFI unit based on its own data and data received from a governor attached to that EFI unit.
Fields§
§volt_batt: f32
Generator Battery voltage.
curr_batt: f32
Generator Battery current.
curr_gen: f32
Current being produced by generator.
curr_rot: f32
Load current being consumed by the UAV (sum of curr_gen and curr_batt)
fuel_level: f32
Generator fuel remaining in litres.
throttle: f32
Throttle Output.
runtime: u32
Seconds this generator has run since it was rebooted.
until_maintenance: i32
Seconds until this generator requires maintenance. A negative value indicates maintenance is past due.
rectifier_temp: f32
The Temperature of the rectifier.
generator_temp: f32
The temperature of the mechanical motor, fuel cell core or generator.
efi_batt: f32
EFI Supply Voltage.
efi_rpm: f32
Motor RPM.
efi_pw: f32
Injector pulse-width in miliseconds.
efi_fuel_flow: f32
Fuel flow rate in litres/hour.
efi_fuel_consumed: f32
Fuel consumed.
efi_baro: f32
Atmospheric pressure.
efi_mat: f32
Manifold Air Temperature.
efi_clt: f32
Cylinder Head Temperature.
efi_tps: f32
Throttle Position.
efi_exhaust_gas_temperature: f32
Exhaust gas temperature.
generator_status: u16
Generator status.
efi_status: u16
EFI status.
efi_index: u8
EFI index.
Implementations§
Source§impl LOWEHEISER_GOV_EFI_DATA
impl LOWEHEISER_GOV_EFI_DATA
pub const ENCODED_LEN: usize = 85usize
pub const DEFAULT: Self
Trait Implementations§
Source§impl Clone for LOWEHEISER_GOV_EFI_DATA
impl Clone for LOWEHEISER_GOV_EFI_DATA
Source§fn clone(&self) -> LOWEHEISER_GOV_EFI_DATA
fn clone(&self) -> LOWEHEISER_GOV_EFI_DATA
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more