Enum ctre_sys::mot::DemandType[][src]

#[repr(i32)]
pub enum DemandType { Neutral, AuxPID, ArbitraryFeedForward, }

How to interpret a demand value.

Variants

Ignore the demand value and apply neutral/no-change.

When closed-looping, set the target of the aux PID loop to the demand value.

When following, follow the processed output of the combined primary/aux PID output. The demand value is ignored.

Simply add to the output

Trait Implementations

impl Debug for DemandType
[src]

Formats the value using the given formatter. Read more

impl Copy for DemandType
[src]

impl Clone for DemandType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DemandType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DemandType
[src]

impl Hash for DemandType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for DemandType
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for DemandType

impl Sync for DemandType