Midnight Sun Firmware
Loading...
Searching...
No Matches
state_of_charge.h
1#pragma once
2
3/************************************************************************************************
4 * @file state_of_charge.h
5 *
6 * @brief State of charge header file
7 *
8 * @date 2025-10-12
9 * @author Midnight Sun Team #24 - MSXVI
10 ************************************************************************************************/
11
12/* Standard library Headers */
13
14/* Inter-component Headers */
15#include "status.h"
16
17/* Intra-component Headers */
18#include "rear_controller.h"
19#include "rear_controller_hw_defs.h"
20
34
40
StatusCode state_of_charge_init(RearControllerStorage *storage)
Initialize the state of charge EKF.
Definition: state_of_charge.c:135
StatusCode state_of_charge_run()
Run state of charge calculation.
Definition: state_of_charge.c:200
StatusCode
StatusCodes for various errors.
Definition: status.h:27
Definition: rear_controller.h:39