Struct canadensis_data_types::reg::udral::service::actuator::common::fault_flags_0_1::FaultFlags[][src]

pub struct FaultFlags {
    pub overload: bool,
    pub voltage: bool,
    pub motor_temperature: bool,
    pub controller_temperature: bool,
    pub velocity: bool,
    pub mechanical: bool,
    pub vibration: bool,
    pub configuration: bool,
    pub control_mode: bool,
    pub other: bool,
}
Expand description

reg.udral.service.actuator.common.FaultFlags.0.1

Fixed size 2 bytes

Fields

overload: bool

saturated bool

Always aligned Size 1 bits

voltage: bool

saturated bool

Not always aligned Size 1 bits

motor_temperature: bool

saturated bool

Not always aligned Size 1 bits

controller_temperature: bool

saturated bool

Not always aligned Size 1 bits

velocity: bool

saturated bool

Not always aligned Size 1 bits

mechanical: bool

saturated bool

Not always aligned Size 1 bits

vibration: bool

saturated bool

Not always aligned Size 1 bits

configuration: bool

saturated bool

Not always aligned Size 1 bits

control_mode: bool

saturated bool

Always aligned Size 1 bits

other: bool

saturated bool

Not always aligned Size 1 bits

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

Performs the conversion.

Performs the conversion.

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.