1#ifndef INCLUDE_GUARD__EPS_CALCULATIONS
2#define INCLUDE_GUARD__EPS_CALCULATIONS
int32_t EPS_calculate_total_fault_count(EPS_struct_pdu_overcurrent_fault_state_t *fault_state)
Sum the total fault count for all channels.
Definition eps_calculations.c:30
int32_t EPS_calculate_total_pcu_power_output_cW(EPS_struct_pcu_housekeeping_data_eng_t *pcu_data)
Sum the total solar panel output for all channels.
Definition eps_calculations.c:64
int32_t EPS_calculate_total_pcu_power_input_cW(EPS_struct_pcu_housekeeping_data_eng_t *pcu_data)
Sum the total solar panel input for all channels.
Definition eps_calculations.c:43
float EPS_convert_battery_voltage_to_percent(EPS_battery_pack_datatype_eng_t battery)
Calculate the current EPS battery voltage from a PBU telemetry struct.
Definition eps_calculations.c:8
Definition eps_types.h:51
Definition eps_types.h:161
Definition eps_types.h:108