Uses of Class
au.gov.amsa.sgb.decoder.rotatingfield.TriggeringEvent
-
Packages that use TriggeringEvent Package Description au.gov.amsa.sgb.decoder.rotatingfield Classes related to the handling and modelling of the RotatingField section of a Beacon Detection message. -
-
Uses of TriggeringEvent in au.gov.amsa.sgb.decoder.rotatingfield
Methods in au.gov.amsa.sgb.decoder.rotatingfield that return TriggeringEvent Modifier and Type Method Description TriggeringEvent
EltDtInFlightEmergency. triggeringEvent()
static TriggeringEvent
TriggeringEvent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TriggeringEvent[]
TriggeringEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in au.gov.amsa.sgb.decoder.rotatingfield with parameters of type TriggeringEvent Constructor Description EltDtInFlightEmergency(java.time.OffsetTime timeOfLastEncodedLocation, int altitudeEncodedLocationMetres, TriggeringEvent triggeringEvent, GnssStatus gnssStatus, java.util.Optional<Range> remainingBatteryCapacityPercent)
-