openskynetwork / java-adsb

Mode S and ADS-B decoding library for Java
GNU General Public License v3.0
103 stars 41 forks source link

Alert and SPI in AirbornePosition message #39

Open fixje opened 3 years ago

fixje commented 3 years ago

The surveillance_status in the AirbornePosition can indicate alert and SPI conditions (like in DF4 and 5). Add

public boolean hasAlert();
public boolean hasSPI();

for a more consistent interface.