SerialUdbExtraF2B class

Backwards compatible version of SERIAL_UDB_EXTRA - F2: Part B

SERIAL_UDB_EXTRA_F2_B

Implemented types

Constructors

SerialUdbExtraF2B({required int32_t sueBaromAlt, required uint32_t sueTime, required uint32_t sueFlags, required int32_t sueBaromPress, required int16_t suePwmOutput4, required int16_t suePwmInput5, required int16_t suePwmInput6, required int16_t suePwmInput7, required int16_t suePwmInput8, required int16_t suePwmInput9, required int16_t suePwmInput10, required int16_t suePwmInput11, required int16_t suePwmInput12, required int16_t suePwmOutput1, required int16_t suePwmOutput2, required int16_t suePwmOutput3, required int16_t suePwmInput1, required int16_t suePwmOutput5, required int16_t suePwmOutput6, required int16_t suePwmOutput7, required int16_t suePwmOutput8, required int16_t suePwmOutput9, required int16_t suePwmOutput10, required int16_t suePwmOutput11, required int16_t suePwmOutput12, required int16_t sueImuLocationX, required int16_t sueImuLocationY, required int16_t sueImuLocationZ, required int16_t sueLocationErrorEarthX, required int16_t sueLocationErrorEarthY, required int16_t sueLocationErrorEarthZ, required int16_t suePwmInput2, required int16_t sueMemoryStackFree, required int16_t sueImuVelocityX, required int16_t sueImuVelocityY, required int16_t sueImuVelocityZ, required int16_t sueWaypointGoalX, required int16_t sueWaypointGoalY, required int16_t sueWaypointGoalZ, required int16_t sueAeroX, required int16_t sueAeroY, required int16_t sueAeroZ, required int16_t sueBaromTemp, required int16_t suePwmInput3, required int16_t suePwmInput4, required int16_t sueBatVolt, required int16_t sueBatAmp, required int16_t sueBatAmpHours, required int16_t sueDesiredHeight, required int16_t sueOscFails})
SerialUdbExtraF2B.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
sueAeroX int16_t
Aeroforce in UDB X Axis
final
sueAeroY int16_t
Aeroforce in UDB Y Axis
final
sueAeroZ int16_t
Aeroforce in UDB Z axis
final
sueBaromAlt int32_t
SUE barometer altitude
final
sueBaromPress int32_t
SUE barometer pressure
final
sueBaromTemp int16_t
SUE barometer temperature
final
sueBatAmp int16_t
SUE battery current
final
sueBatAmpHours int16_t
SUE battery milli amp hours used
final
sueBatVolt int16_t
SUE battery voltage
final
sueDesiredHeight int16_t
Sue autopilot desired height
final
sueFlags uint32_t
Serial UDB Extra Status Flags
final
sueImuLocationX int16_t
Serial UDB Extra IMU Location X
final
sueImuLocationY int16_t
Serial UDB Extra IMU Location Y
final
sueImuLocationZ int16_t
Serial UDB Extra IMU Location Z
final
sueImuVelocityX int16_t
Serial UDB Extra IMU Velocity X
final
sueImuVelocityY int16_t
Serial UDB Extra IMU Velocity Y
final
sueImuVelocityZ int16_t
Serial UDB Extra IMU Velocity Z
final
sueLocationErrorEarthX int16_t
Serial UDB Location Error Earth X
final
sueLocationErrorEarthY int16_t
Serial UDB Location Error Earth Y
final
sueLocationErrorEarthZ int16_t
Serial UDB Location Error Earth Z
final
sueMemoryStackFree int16_t
Serial UDB Extra Stack Memory Free
final
sueOscFails int16_t
Serial UDB Extra Oscillator Failure Count
final
suePwmInput1 int16_t
Serial UDB Extra PWM Input Channel 1
final
suePwmInput2 int16_t
Serial UDB Extra PWM Input Channel 2
final
suePwmInput3 int16_t
Serial UDB Extra PWM Input Channel 3
final
suePwmInput4 int16_t
Serial UDB Extra PWM Input Channel 4
final
suePwmInput5 int16_t
Serial UDB Extra PWM Input Channel 5
final
suePwmInput6 int16_t
Serial UDB Extra PWM Input Channel 6
final
suePwmInput7 int16_t
Serial UDB Extra PWM Input Channel 7
final
suePwmInput8 int16_t
Serial UDB Extra PWM Input Channel 8
final
suePwmInput9 int16_t
Serial UDB Extra PWM Input Channel 9
final
suePwmInput10 int16_t
Serial UDB Extra PWM Input Channel 10
final
suePwmInput11 int16_t
Serial UDB Extra PWM Input Channel 11
final
suePwmInput12 int16_t
Serial UDB Extra PWM Input Channel 12
final
suePwmOutput1 int16_t
Serial UDB Extra PWM Output Channel 1
final
suePwmOutput2 int16_t
Serial UDB Extra PWM Output Channel 2
final
suePwmOutput3 int16_t
Serial UDB Extra PWM Output Channel 3
final
suePwmOutput4 int16_t
Serial UDB Extra PWM Output Channel 4
final
suePwmOutput5 int16_t
Serial UDB Extra PWM Output Channel 5
final
suePwmOutput6 int16_t
Serial UDB Extra PWM Output Channel 6
final
suePwmOutput7 int16_t
Serial UDB Extra PWM Output Channel 7
final
suePwmOutput8 int16_t
Serial UDB Extra PWM Output Channel 8
final
suePwmOutput9 int16_t
Serial UDB Extra PWM Output Channel 9
final
suePwmOutput10 int16_t
Serial UDB Extra PWM Output Channel 10
final
suePwmOutput11 int16_t
Serial UDB Extra PWM Output Channel 11
final
suePwmOutput12 int16_t
Serial UDB Extra PWM Output Channel 12
final
sueTime uint32_t
Serial UDB Extra Time
final
sueWaypointGoalX int16_t
Serial UDB Extra Current Waypoint Goal X
final
sueWaypointGoalY int16_t
Serial UDB Extra Current Waypoint Goal Y
final
sueWaypointGoalZ int16_t
Serial UDB Extra Current Waypoint Goal Z
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