pub enum DF {
ADSB(ADSB),
AllCallReply {
capability: Capability,
icao: ICAO,
p_icao: ICAO,
},
ShortAirAirSurveillance {
vs: u8,
cc: u8,
unused: u8,
sl: u8,
unused1: u8,
ri: u8,
unused2: u8,
altitude: AC13Field,
parity: ICAO,
},
SurveillanceAltitudeReply {
fs: FlightStatus,
dr: DownlinkRequest,
um: UtilityMessage,
ac: AC13Field,
ap: ICAO,
},
SurveillanceIdentityReply {
fs: FlightStatus,
dr: DownlinkRequest,
um: UtilityMessage,
id: IdentityCode,
ap: ICAO,
},
LongAirAir {
vs: u8,
spare1: u8,
sl: u8,
spare2: u8,
ri: u8,
spare3: u8,
altitude: AC13Field,
mv: Vec<u8>,
parity: ICAO,
},
TisB {
cf: ControlField,
pi: ICAO,
},
ExtendedQuitterMilitaryApplication {
af: u8,
},
CommBAltitudeReply {
flight_status: FlightStatus,
dr: DownlinkRequest,
um: UtilityMessage,
alt: AC13Field,
bds: BDS,
},
CommBIdentityReply {
fs: FlightStatus,
dr: DownlinkRequest,
um: UtilityMessage,
id: u32,
bds: BDS,
parity: ICAO,
},
ModeSExtendedSquitter {
df: u8,
capability: Capability,
icao: ICAO,
type_code: u8,
adsb_data: u64,
parity: ICAO,
},
}Expand description
Downlink Format (3.1.2.3.2.1.2)
Starting with 5 bits, decode the rest of the message as the correct data packets
Variants§
ADSB(ADSB)
17: Extended Squitter, Downlink Format 17 (3.1.2.8.6)
Civil aircraft ADS-B message
AllCallReply
11: (Mode S) All-call reply, Downlink format 11 (2.1.2.5.2.2)
Fields
capability: CapabilityCA: Capability
ShortAirAirSurveillance
0: (Mode S) Short Air-Air Surveillance, Downlink Format 0 (3.1.2.8.2)
Fields
SurveillanceAltitudeReply
4: (Mode S) Surveillance Altitude Reply, Downlink Format 4 (3.1.2.6.5)
Fields
fs: FlightStatusFS: Flight Status
dr: DownlinkRequestDR: DownlinkRequest
um: UtilityMessageUM: Utility Message
SurveillanceIdentityReply
5: (Mode S) Surveillance Identity Reply (3.1.2.6.7)
Fields
fs: FlightStatusFS: Flight Status
dr: DownlinkRequestDR: Downlink Request
um: UtilityMessageUM: UtilityMessage
id: IdentityCodeID: Identity
LongAirAir
16: (Mode S) Long Air-Air Surveillance Downlink Format 16 (3.1.2.8.3)
Fields
TisB
18: Extended Squitter/Supplementary, Downlink Format 18 (3.1.2.8.7)
Non-Transponder-based ADS-B Transmitting Subsystems and TIS-B Transmitting equipment. Equipment that cannot be interrogated.
ExtendedQuitterMilitaryApplication
19: Extended Squitter Military Application, Downlink Format 19 (3.1.2.8.8)
CommBAltitudeReply
20: COMM-B Altitude Reply (3.1.2.6.6)
Fields
flight_status: FlightStatusFS: Flight Status
dr: DownlinkRequestDR: Downlink Request
um: UtilityMessageUM: Utility Message
CommBIdentityReply
21: COMM-B Reply, Downlink Format 21 (3.1.2.6.8)
Fields
fs: FlightStatusFS: Flight Status
dr: DownlinkRequestDR: Downlink Request
um: UtilityMessageUM: Utility Message
ModeSExtendedSquitter
| DF | Name |
|---|---|
| 24 | Comm-B |
| 25 | Comm-C ELM |
| 26 | Comm-D ELM |
| 27 | TisB/ADS-R |
| 28 | Reserved |
| 29 | Reserved |
| 30 | ACAS/TCAS(Coordination) |
| 31 | ACAS/TCAS(Resolution) |
Trait Implementations§
Source§impl DekuContainerRead<'_> for DF
impl DekuContainerRead<'_> for DF
Source§impl<'__deku> DekuEnumExt<'_, u8> for DF
impl<'__deku> DekuEnumExt<'_, u8> for DF
Source§impl DekuReader<'_> for DF
impl DekuReader<'_> for DF
Source§impl<'de> Deserialize<'de> for DF
impl<'de> Deserialize<'de> for DF
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl StructuralPartialEq for DF
Auto Trait Implementations§
impl Freeze for DF
impl RefUnwindSafe for DF
impl Send for DF
impl Sync for DF
impl Unpin for DF
impl UnwindSafe for DF
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> FmtForward for T
impl<T> FmtForward for T
Source§fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
self to use its Binary implementation when Debug-formatted.Source§fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
self to use its Display implementation when
Debug-formatted.Source§fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
self to use its LowerExp implementation when
Debug-formatted.Source§fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
self to use its LowerHex implementation when
Debug-formatted.Source§fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
self to use its Octal implementation when Debug-formatted.Source§fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
self to use its Pointer implementation when
Debug-formatted.Source§fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
self to use its UpperExp implementation when
Debug-formatted.Source§fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
self to use its UpperHex implementation when
Debug-formatted.Source§impl<T> Pipe for Twhere
T: ?Sized,
impl<T> Pipe for Twhere
T: ?Sized,
Source§fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
Source§fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
self and passes that borrow into the pipe function. Read moreSource§fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
self and passes that borrow into the pipe function. Read moreSource§fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
Source§fn pipe_borrow_mut<'a, B, R>(
&'a mut self,
func: impl FnOnce(&'a mut B) -> R,
) -> R
fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
Source§fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
self, then passes self.as_ref() into the pipe function.Source§fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
self, then passes self.as_mut() into the pipe
function.Source§fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
self, then passes self.deref() into the pipe function.Source§impl<T> Tap for T
impl<T> Tap for T
Source§fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
Borrow<B> of a value. Read moreSource§fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
BorrowMut<B> of a value. Read moreSource§fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
AsRef<R> view of a value. Read moreSource§fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
AsMut<R> view of a value. Read moreSource§fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
Deref::Target of a value. Read moreSource§fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
Deref::Target of a value. Read moreSource§fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
.tap() only in debug builds, and is erased in release builds.Source§fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
.tap_mut() only in debug builds, and is erased in release
builds.Source§fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
.tap_borrow() only in debug builds, and is erased in release
builds.Source§fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
.tap_borrow_mut() only in debug builds, and is erased in release
builds.Source§fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
.tap_ref() only in debug builds, and is erased in release
builds.Source§fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
.tap_ref_mut() only in debug builds, and is erased in release
builds.Source§fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
.tap_deref() only in debug builds, and is erased in release
builds.