[][src]Struct gomspace_p31u_api::EpsSystemConfig

pub struct EpsSystemConfig {
    pub ppt_mode: u8,
    pub battheater_mode: u8,
    pub battheater_low: i8,
    pub battheater_high: i8,
    pub output_normal_value: [u8; 8],
    pub output_safe_value: [u8; 8],
    pub output_initial_on_delay: [u16; 8],
    pub output_initial_off_delay: [u16; 8],
    pub vboost: [u16; 3],
}
[]

EPS system configuration structure

Fields

ppt_mode: u8
[]

MPPT mode: 0: Hardware default, 1: MPPT, 2 Fixed software powerpoint

battheater_mode: u8
[]

Batter heater mode: 0 = OFF, 1 = ON

battheater_low: i8
[]

Battery heater low

battheater_high: i8
[]

Battery heater high

output_normal_value: [u8; 8]
[]

Nominal output level

output_safe_value: [u8; 8]
[]

Safe model output level

output_initial_on_delay: [u16; 8]
[]

Initial power on delay

output_initial_off_delay: [u16; 8]
[]

Initial Power off delay

vboost: [u16; 3]
[]

Set MPPT level

Trait Implementations

impl Eq for EpsSystemConfig[src]

impl Default for EpsSystemConfig[src][+]

impl Clone for EpsSystemConfig[src][+]

impl PartialEq<EpsSystemConfig> for EpsSystemConfig[src][+]

impl Hash for EpsSystemConfig[src][+]

impl Debug for EpsSystemConfig[src][+]

Auto Trait Implementations

impl Send for EpsSystemConfig

impl Unpin for EpsSystemConfig

impl Sync for EpsSystemConfig

impl UnwindSafe for EpsSystemConfig

impl RefUnwindSafe for EpsSystemConfig

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src][+]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src][+]

impl<T> From<T> for T[src][+]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src][+]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src][+]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> Any for T where
    T: 'static + ?Sized
[src][+]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src][+]