UsblPositionExtended class abstract

USBL Position Extended class

This message contains information, collected using USBL, about a target's position.

Inheritance
Implemented types

Constructors

UsblPositionExtended([void updates(UsblPositionExtendedBuilder b)?])
factory

Properties

abbrev String
no setteroverride
accuracy double
Accuracy of the position fix.
no setter
d double
Z coordinate of the target in the navigation reference frame.
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
e double
Y coordinate of the target in the navigation reference frame.
no setter
hashCode int
The hash code for this object.
no setterinherited
msgId int
no setteroverride
n double
X coordinate of the target in the navigation reference frame.
no setter
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
x double
X coordinate of the target in the local device's reference frame.
no setter
y double
Y coordinate of the target in the local device's reference frame.
no setter
z double
Z coordinate of the target in the local device's reference frame.
no setter

Methods

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