12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- /*
- * File: BCUCal.h
- *
- * Code generated for Simulink model 'SOC'.
- *
- * Model version : 1.32
- * Simulink Coder version : 9.4 (R2020b) 29-Jul-2020
- * C/C++ source code generated on : Wed Aug 18 17:24:25 2021
- */
- #ifndef RTW_HEADER_BCUCal_h_
- #define RTW_HEADER_BCUCal_h_
- #include "rtwtypes.h"
- /* Const memory section */
- /* Exported data declaration */
- /* Declaration for custom storage class: Const */
- extern const uint16_T blc_V_low;
- extern const uint16_T blcc_R_esr;
- extern const int16_T blcc_T_close;
- extern const int16_T blcc_T_open;
- extern const uint16_T cmnc_Q_ratedCp;
- /* 额定容量; */
- extern const uint8_T cmnc_num_cellUnum;
- /* 电压采样点个数; */
- extern const uint16_T cmnc_tm_parkTime;
- /* 静置时间阈值; */
- extern const uint16_T cmnm_F_polar[13];
- /* 放电OCV-SOC的SOC数组; */
- extern const uint16_T cmnm_R_ohm[13];
- /* 放电OCV-SOC的SOC数组; */
- extern const uint16_T cmnm_R_polar[13];
- /* 放电OCV-SOC的SOC数组; */
- extern const uint16_T cmnm_V_ocv[13];
- /* 放电OCV-SOC的OCV数组; */
- extern const uint16_T cmnm_pct_soc[13];
- /* 放电OCV-SOC的SOC数组; */
- extern const uint16_T socc_V_chrgFulV;
- /* 充满电的截至电压; */
- extern const uint16_T socc_pct_battSocLow;
- /* SOC下限值; */
- extern const uint16_T socc_pct_battSocUp;
- /* SOC上限值; */
- extern const int16_T socm_I_chrgCor[4];
- /* 充电CCV对应的电流数据; */
- extern const int16_T socm_I_disChrgCor[3];
- /* 放电CCV对应的电流数据; */
- extern const uint16_T socm_V_chrgCor[4];
- /* 充电CCV对应的电压; */
- extern const uint16_T socm_V_disChrgCor[3];
- /* 放电CCV对应的电压; */
- #endif /* RTW_HEADER_BCUCal_h_ */
- /*
- * File trailer for generated code.
- *
- * [EOF]
- */
|