HistoricSonarData class abstract

Historic Sonar Data class

This message is used to store historic (transmitted afterwards) sonar data.

Inheritance
Implemented types

Constructors

HistoricSonarData([void updates(HistoricSonarDataBuilder b)?])
factory

Properties

abbrev String
no setteroverride
altitude double
no setter
bearing double
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
encoding HistoricSonarDataEnumEncoding
no setter
hashCode int
The hash code for this object.
no setterinherited
length double
no setter
msgId int
no setteroverride
pxl int
The number of pixels per line as the data in 'sonar_data' may correspond to more than one sequential sidescan lines.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sonarData List<int>
Sonar data encoded as in 'encoding'.
no setter
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
timestamp DateTime?
no setterinherited
width double
no setter

Methods

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