PlanControlState class abstract

Plan Control State class

State of plan control.

Inheritance
Implemented types

Constructors

PlanControlState([void updates(PlanControlStateBuilder b)?])
factory

Properties

abbrev String
no setteroverride
dst int
no setterinherited
dstEnt int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
lastOutcome PlanControlStateEnumLastOutcome
Outcome of the last executed plan.
no setter
manEta int
Current node estimated time to completion, when executing a plan. The value will be -1 if the time is unknown or undefined.
no setter
manId String
Current node ID, when executing a plan.
no setter
manType int
Type of maneuver being executed (IMC serialization id), when executing a plan.
no setter
msgId int
no setteroverride
planEta int
Current plan estimated time to completion. The value will be -1 if the time is unknown or undefined.
no setter
planId String
Identifier of plan currently loaded.
no setter
planProgress double
Current plan estimated progress in percent. The value will be negative if unknown or undefined.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src int
no setterinherited
srcEnt int
no setterinherited
state PlanControlStateEnumState
Describes overall state.
no setter
sync int
no setterinherited
timestamp DateTime?
no setterinherited

Methods

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