HistoricSample class abstract

Historic Data Sample class

Inheritance
Implemented types

Constructors

HistoricSample([void updates(HistoricSampleBuilder 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
msgId int
no setteroverride
priority int
The priority for this data sample. Default priority is 0. Samples with higher priorities will always be transmitted before samples with lower priorities. Samples with -127 priority will not be transmitted but just logged to disk locally.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sample ImcMessage?
no setter
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
sysId int
The IMC identifier of the system that produced this sample.
no setter
t int
Time offset in seconds relative to the base time expressed in the enclosing HistoricData message.
no setter
timestamp DateTime?
no setterinherited
x int
Northing offsets relative to base latitude / longitude expressed in the enclosing HistoricData message.
no setter
y int
Easting offsets relative to base latitude / longitude expressed in the enclosing HistoricData message.
no setter
z int
Altitude / depth offsets relative to sea level expressed in decimeters. Negative values mean depth and positive values mean altitude.
no setter

Methods

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