FormationEvaluation class abstract

Formation Evaluation Data class

Formation control performance evaluation variables.

Inheritance

Constructors

FormationEvaluation([void updates(FormationEvaluationBuilder b)?])
factory

Properties

abbrev String
no setteroverride
controlParams FormationControlParams?
Formation controller paramenters during the evaluation period.
no setter
distMinAbs double
Overall minimum distance to any other vehicle in the formation.
no setter
distMinMean double
Mean minimum distance to any other vehicle in the formation.
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
errMean double
Mean position error relative to the formation reference.
no setter
hashCode int
The hash code for this object.
no setterinherited
msgId int
no setteroverride
op FormationEvaluationEnumOp
Operation to perform.
no setter
rollRateMean double
Mean minimum distance to any other vehicle in the formation.
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
time double
Period over which the evaluation data is averaged.
no setter
timestamp DateTime?
no setterinherited
type FormationEvaluationEnumType
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(FormationEvaluationBuilder)) FormationEvaluation
Rebuilds the instance.
inherited
toBuilder() FormationEvaluationBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

static_id → const int