UsblAnglesExtended class abstract

USBL Angles Extended class

This message contains information, collected using USBL, about the bearing and elevation of a target.

Inheritance
Implemented types

Constructors

UsblAnglesExtended([void updates(UsblAnglesExtendedBuilder b)?])
factory

Properties

abbrev String
no setteroverride
accuracy double
Accuracy of the fix.
no setter
bearing double
Target's bearing in the navigation reference frame.
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
elevation double
Target's elevation in the navigation reference frame.
no setter
hashCode int
The hash code for this object.
no setterinherited
lbearing double
Target's bearing in the local device's reference frame.
no setter
lelevation double
Target's elevation in the local device's reference frame.
no setter
msgId int
no setteroverride
phi double
Rotation around the device longitudinal axis.
no setter
psi double
Rotation around the device vertical axis.
no setter
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
target String
Target's system name.
no setter
theta double
Rotation around the device lateral or transverse axis.
no setter
timestamp DateTime?
no setterinherited

Methods

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