Elevator class abstract

Elevator Maneuver class

The Elevator maneuver specifies a vehicle to reach a target waypoint using a cruise altitude/depth and then ascend or descend to another target altitude/depth. The ascent/descent slope and radius can also be optionally specified.

Inheritance
Implemented types

Constructors

Elevator([void updates(ElevatorBuilder b)?])
factory

Properties

abbrev String
no setteroverride
custom String
Custom settings for maneuver.
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
endZ double
Depth or altitude for the end point. This parameter will be ignored if the 'NO_Z' flag is set.
no setter
endZUnits ZUnitsEnum
Units of the end point's z reference.
no setter
flags ElevatorBitfieldFlags
Flags of the maneuver.
no setter
hashCode int
The hash code for this object.
no setterinherited
lat double
WGS-84 Latitude.
no setter
lon double
WGS-84 Longitude.
no setter
msgId int
no setteroverride
radius double
Radius for use in ascent/descent. If 0 the controller to should use a custom control strategy.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed double
Maneuver speed.
no setter
speedUnits SpeedUnitsEnum
Speed units.
no setter
src int
no setterinherited
srcEnt int
no setterinherited
startZ double
Altitude or depth of start point. This parameter will be ignored if the 'NO_Z' flag is set, or if the 'START' flag is not set.
no setter
startZUnits ZUnitsEnum
Units of the start point's z reference.
no setter
sync int
no setterinherited
timeout int
The amount of time the maneuver is allowed to run. If the maneuver is not completed in the amount of time specified an error will be generated.
no setter
timestamp DateTime?
no setterinherited

Methods

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