CommsRelay class abstract

Communications Relay class

In this maneuver, a vehicle drives to the center of two other systems (a, b) in order to be used as a communications relay.

Inheritance
Implemented types

Constructors

CommsRelay([void updates(CommsRelayBuilder b)?])
factory

Properties

abbrev String
no setteroverride
dst int
no setterinherited
dstEnt int
no setterinherited
duration int
Duration of maneuver, 0 for unlimited duration.
no setter
hashCode int
The hash code for this object.
no setterinherited
lat double
WGS-84 Latitude for start point.
no setter
lon double
WGS-84 Longitude for start point.
no setter
moveThreshold double
Move only if the distance to the target is bigger than this threshold.
no setter
msgId int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed double
Reference speed.
no setter
speedUnits SpeedUnitsEnum
Reference speed units.
no setter
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
sysA int
The IMC id of the system A.
no setter
sysB int
The IMC id of the system B.
no setter
timestamp DateTime?
no setterinherited

Methods

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