pub struct Status {
    pub heartbeat: Heartbeat,
    pub temperature_min_max: [Scalar; 2],
    pub available_charge: Scalar,
    pub error: Error,
    pub cell_voltages: Vec<f16, 255>,
}
Expand description

reg.udral.service.battery.Status.0.2

Size ranges from 16 to 526 bytes

Fields

heartbeat: Heartbeat

reg.udral.service.common.Heartbeat.0.1

Always aligned Size 16 bits

temperature_min_max: [Scalar; 2]

uavcan.si.unit.temperature.Scalar.1.0[2]

Always aligned Size 64 bits

available_charge: Scalar

uavcan.si.unit.electric_charge.Scalar.1.0

Always aligned Size 32 bits

error: Error

reg.udral.service.battery.Error.0.1

Always aligned Size 8 bits

cell_voltages: Vec<f16, 255>

saturated float16[<=255]

Always aligned Size ranges from 0 to 4080 bits

Implementations

Trait Implementations

The sealed or delimited property of this type

Deserializes a value and returns it

Deserializes a value from a slice of bytes and returns it Read more

A convenience function that creates a cursor around the provided bytes and calls deserialize Read more

Returns the size of the encoded form of this value, in bits Read more

Serializes this value into a buffer Read more

A convenience function that creates a cursor around the provided bytes and calls serialize Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.