FormState class abstract

Formation Tracking State class

Monitoring variables to assert the formation tracking state, i.e., the mismatch between the real and the simulated aircraft position, the convergence state, etc.

Inheritance
Implemented types

Constructors

FormState([void updates(FormStateBuilder b)?])
factory

Properties

abbrev String
no setteroverride
commMon FormStateEnumCommMon
Communications monitoring flag.
no setter
converg double
Convergence evalution variable. Value indicates the position error to which the system is converging, tacking into account the aircraft current position error and velocity.
no setter
convergMon FormStateEnumConvergMon
Convergence monitoring flag.
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
msgId int
no setteroverride
posSimErr double
Mismatch between the real and the simulated aircraft position.
no setter
posSimMon FormStateEnumPosSimMon
Position mismatch monitoring flag.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
timestamp DateTime?
no setterinherited
turbulence double
Evaluation of the stream turbulence level, through the stream acceleration.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(FormStateBuilder)) FormState
Rebuilds the instance.
inherited
toBuilder() FormStateBuilder
Converts the instance to a builder B.
inherited
toJson([bool includeHeader = true]) Map<String, dynamic>
To JSON object
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

staticId → const int