StateReport class abstract

State Report class

Concise representation of entire system state.

Inheritance
Implemented types

Constructors

StateReport([void updates(StateReportBuilder b)?])
factory

Properties

abbrev String
no setteroverride
altitude int
Altitude of the system, in decimeters.
no setter
depth int
Depth of the system, in decimeters.
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
execState int
Progress of execution or idle state.
no setter
fuel int
System fuel gauge.
no setter
hashCode int
The hash code for this object.
no setterinherited
heading int
Calculated as (rads * (0xFFFF / (2 * PI))
no setter
latitude double
Latitude of the system, in degrees.
no setter
longitude double
Longitude of the system, in degrees.
no setter
msgId int
no setteroverride
planChecksum int
Checksum of the plan being executed.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed int
Speed of the system in centimeters per second.
no setter
src int
no setterinherited
srcEnt int
no setterinherited
stime int
Time, in seconds, since January 1st 1970.
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(StateReportBuilder)) StateReport
Rebuilds the instance.
inherited
toBuilder() StateReportBuilder
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