[−][src]Struct gomspace_p31u_api::EpsSystemConfig
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][+]
T: Clone,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,