LblRangeAcceptanceEnumAcceptance class

Reason for acceptance/rejection.

Inheritance

Constructors

LblRangeAcceptanceEnumAcceptance(int value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPrettyString() String
Output this as a pretty string. Override for propper text.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

rrAboveThreshold → const LblRangeAcceptanceEnumAcceptance
New LBL Range is above a computed threshold.
rrAccepted → const LblRangeAcceptanceEnumAcceptance
This LBL range is accepted by the navigation filter.
rrAtSurface → const LblRangeAcceptanceEnumAcceptance
Vehicle is using only GPS fix when it is at surface.
rrNoInfo → const LblRangeAcceptanceEnumAcceptance
The filter lacks information to properly use the received LBL range.
rrSingular → const LblRangeAcceptanceEnumAcceptance
Singular point.