Simstate class
Status of simulation environment, if used.
SIMSTATE
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lat → int32_t
-
Latitude.
final
- lng → int32_t
-
Longitude.
final
- mavlinkCrcExtra → int
-
no setteroverride
- mavlinkMessageId → int
-
no setteroverride
- pitch → float
-
Pitch angle.
final
- roll → float
-
Roll angle.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- xacc → float
-
X acceleration.
final
- xgyro → float
-
Angular speed around X axis.
final
- yacc → float
-
Y acceleration.
final
- yaw → float
-
Yaw angle.
final
- ygyro → float
-
Angular speed around Y axis.
final
- zacc → float
-
Z acceleration.
final
- zgyro → float
-
Angular speed around Z axis.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → ByteData -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- mavlinkEncodedLength → const int