1/*
2 * File: BSER_BattSocCalc_types.h
3 *
4 * Code generated for Simulink model 'BSER_BattSocCalc'.
5 *
6 * Model version : 'M1.5.6'
7 * Simulink Coder version : 8.13 (R2017b) 24-Jul-2017
8 * C/C++ source code generated on : Wed Jul 7 17:01:26 2021
9 *
10 * Target selection: ert.tlc
11 * Embedded hardware selection: Infineon->TriCore
12 * Code generation objectives:
13 * 1. MISRA C:2012 guidelines
14 * 2. Execution efficiency
15 * Validation result: Not run
16 */
17
18#ifndef RTW_HEADER_BSER_BattSocCalc_types_h_
19#define RTW_HEADER_BSER_BattSocCalc_types_h_
20#include "rtwtypes.h"
21#ifndef DEFINED_TYPEDEF_FOR_enmSocFulHldSts_
22#define DEFINED_TYPEDEF_FOR_enmSocFulHldSts_
23
24typedef uint8_T enmSocFulHldSts;
25
26#define enmSocFulHldSts_Default ((enmSocFulHldSts)0) /* Default value */
27#define enmSocFulHldSts_FulHld ((enmSocFulHldSts)1)
28#endif
29#endif /* RTW_HEADER_BSER_BattSocCalc_types_h_ */
30
31/*
32 * File trailer for generated code.
33 *
34 * [EOF]
35 */
36