[][src]Macro gauge_sys::aircraft_variable

macro_rules! aircraft_variable {
    ($ty:ident ( $unit:ty ): $name:literal ; $description:literal) => { ... };
}

Produces a base new aircraft variable

Generally you want to use indexed_aircraft_variable or unindexed_aircraft_variable instead.