Uses of Class
au.gov.amsa.sgb.decoder.rotatingfield.RlsProvider
-
Packages that use RlsProvider 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 RlsProvider in au.gov.amsa.sgb.decoder.rotatingfield
Methods in au.gov.amsa.sgb.decoder.rotatingfield that return RlsProvider Modifier and Type Method Description RlsProvider
Rls. rlsProvider()
static RlsProvider
RlsProvider. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RlsProvider[]
RlsProvider. 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 RlsProvider Constructor Description Rls(boolean canProcessAutomaticallyGeneratedAckRlmType1, boolean canProcessManuallyGeneratedRlm, RlsProvider rlsProvider, java.util.Optional<BeaconFeedback> beaconFeedback)
-