1/*
2 * rtwtypes.h
3 *
4 * Code generation for model "BMS".
5 *
6 * Model version : 1.15
7 * Simulink Coder version : 9.2 (R2019b) 18-Jul-2019
8 * C source code generated on : Thu Aug 20 14:49:14 2020
9 *
10 * Target selection: grt.tlc
11 * Note: GRT includes extra infrastructure and instrumentation for prototyping
12 * Embedded hardware selection: Intel->x86-64 (Windows64)
13 * Code generation objectives: Unspecified
14 * Validation result: Not run
15 */
16
17#ifndef RTWTYPES_H
18#define RTWTYPES_H
19#include "tmwtypes.h"
20#include "simstruc_types.h"
21#ifndef POINTER_T
22# define POINTER_T
23
24typedef void * pointer_T;
25
26#endif
27
28/* Logical type definitions */
29#if (!defined(__cplusplus))
30# ifndef false
31# define false (0U)
32# endif
33
34# ifndef true
35# define true (1U)
36# endif
37#endif
38#endif /* RTWTYPES_H */
39