Uses of Class
au.gov.amsa.sgb.decoder.rotatingfield.ActivationMethod
-
Packages that use ActivationMethod 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 ActivationMethod in au.gov.amsa.sgb.decoder.rotatingfield
Methods in au.gov.amsa.sgb.decoder.rotatingfield that return ActivationMethod Modifier and Type Method Description ActivationMethod
ObjectiveRequirements. activationMethod()
static ActivationMethod
ActivationMethod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ActivationMethod[]
ActivationMethod. 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 ActivationMethod Constructor Description ObjectiveRequirements(int elapsedTimeSinceActivationHours, int timeSinceLastEncodedLocationMinutes, int altitudeEncodedLocationMetres, java.util.Optional<Range> dilutionPrecisionHdop, java.util.Optional<Range> dilutionPrecisionVdop, ActivationMethod activationMethod, java.util.Optional<Range> remainingBatteryCapacityPercent, GnssStatus gnssStatus)
-