1/*
2 * builtin_typeid_types.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 BUILTIN_TYPEID_TYPES_H
18#define BUILTIN_TYPEID_TYPES_H
19#include "rtwtypes.h"
20#ifndef BUILTIN_TYPEID_TYPES
21#define BUILTIN_TYPEID_TYPES
22
23/* Enumeration of built-in data types */
24typedef enum {
25 SS_DOUBLE = 0, /* real_T */
26 SS_SINGLE = 1, /* real32_T */
27 SS_INT8 = 2, /* int8_T */
28 SS_UINT8 = 3, /* uint8_T */
29 SS_INT16 = 4, /* int16_T */
30 SS_UINT16 = 5, /* uint16_T */
31 SS_INT32 = 6, /* int32_T */
32 SS_UINT32 = 7, /* uint32_T */
33 SS_BOOLEAN = 8 /* boolean_T */
34} BuiltInDTypeId;
35
36#define SS_NUM_BUILT_IN_DTYPE ((int_T)SS_BOOLEAN+1)
37
38/* Enumeration for MAT-file logging code */
39typedef int_T DTypeId;
40
41#endif /* BUILTIN_TYPEID_TYPES */
42#endif /* BUILTIN_TYPEID_TYPES_H */
43