SerialUdbExtraF22 class
Backwards compatible version of SERIAL_UDB_EXTRA F22 format
SERIAL_UDB_EXTRA_F22
- Implemented types
Constructors
- SerialUdbExtraF22({required int16_t sueAccelXAtCalibration, required int16_t sueAccelYAtCalibration, required int16_t sueAccelZAtCalibration, required int16_t sueGyroXAtCalibration, required int16_t sueGyroYAtCalibration, required int16_t sueGyroZAtCalibration})
- SerialUdbExtraF22.parse(ByteData data_)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mavlinkCrcExtra → int
-
no setteroverride
- mavlinkMessageId → int
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sueAccelXAtCalibration → int16_t
-
SUE X accelerometer at calibration time
final
- sueAccelYAtCalibration → int16_t
-
SUE Y accelerometer at calibration time
final
- sueAccelZAtCalibration → int16_t
-
SUE Z accelerometer at calibration time
final
- sueGyroXAtCalibration → int16_t
-
SUE X gyro at calibration time
final
- sueGyroYAtCalibration → int16_t
-
SUE Y gyro at calibration time
final
- sueGyroZAtCalibration → int16_t
-
SUE Z gyro at calibration time
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