FormationState 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

FormationState([void updates(FormationStateBuilder b)?])
factory

Properties

abbrev String
no setteroverride
commMon FormationStateEnumCommMon
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 FormationStateEnumConvergMon
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
op FormationStateEnumOp
Operation to perform.
no setter
posSimErr double
Mismatch between the real and the simulated aircraft position.
no setter
posSimMon FormationStateEnumPosSimMon
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
type FormationStateEnumType
Indicates if the message is a request, or a reply to a previous request.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(FormationStateBuilder)) FormationState
Rebuilds the instance.
inherited
toBuilder() FormationStateBuilder
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