SensPower class

Voltage and current sensor data

SENS_POWER

Implemented types

Constructors

SensPower({required float adc121VspbVolt, required float adc121CspbAmp, required float adc121Cs1Amp, required float adc121Cs2Amp})
SensPower.parse(ByteData data_)
factory

Properties

adc121Cs1Amp float
Board current sensor 1 reading
final
adc121Cs2Amp float
Board current sensor 2 reading
final
adc121CspbAmp float
Power board current sensor reading
final
adc121VspbVolt float
Power board voltage sensor reading
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

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