HistoricData class abstract

Historic Data Series class

This message holds a list of inline data samples produced by one or more vehicles in the past. It is used to transfer data over disruption tolerant networks.

Inheritance
Implemented types

Constructors

HistoricData([void updates(HistoricDataBuilder b)?])
factory

Properties

abbrev String
no setteroverride
baseLat double
All data sent inside this message will have offsets relative to this latitude.
no setter
baseLon double
All data sent inside this message will have offsets relative to this longitude.
no setter
baseTime double
All data sent inside this message will use this time as the origin (0).
no setter
data List<RemoteData>
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
msgId int
no setteroverride
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

Methods

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