Vibration class

Vibration levels and accelerometer clipping

VIBRATION

Implemented types

Constructors

Vibration({required uint64_t timeUsec, required float vibrationX, required float vibrationY, required float vibrationZ, required uint32_t clipping0, required uint32_t clipping1, required uint32_t clipping2})
Vibration.parse(ByteData data_)
factory

Properties

clipping0 uint32_t
first accelerometer clipping count
final
clipping1 uint32_t
second accelerometer clipping count
final
clipping2 uint32_t
third accelerometer clipping count
final
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
timeUsec uint64_t
Timestamp (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude of the number.
final
vibrationX float
Vibration levels on X-axis
final
vibrationY float
Vibration levels on Y-axis
final
vibrationZ float
Vibration levels on 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