AsluavStatus class
Extended state information for ASLUAVs
ASLUAV_STATUS
- Implemented types
Constructors
-
AsluavStatus({required float motorRpm, required uint8_t ledStatus, required uint8_t satcomStatus, required List<
int8_t> servoStatus}) - AsluavStatus.parse(ByteData data_)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ledStatus → uint8_t
-
Status of the position-indicator LEDs
final
- mavlinkCrcExtra → int
-
no setteroverride
- mavlinkMessageId → int
-
no setteroverride
- motorRpm → float
-
Motor RPM
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- satcomStatus → uint8_t
-
Status of the IRIDIUM satellite communication system
final
-
servoStatus
→ List<
int8_t> -
Status vector for up to 8 servos
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