1/*
2 * builtin_typeid_types.h
3 *
4 * Academic License - for use in teaching, academic research, and meeting
5 * course requirements at degree granting institutions only. Not for
6 * government, commercial, or other organizational use.
7 *
8 * Code generation for model "Arduino_skal".
9 *
10 * Model version : 1.1
11 * Simulink Coder version : 9.5 (R2021a) 14-Nov-2020
12 * C++ source code generated on : Thu Apr 15 15:56:50 2021
13 *
14 * Target selection: grt.tlc
15 * Note: GRT includes extra infrastructure and instrumentation for prototyping
16 * Embedded hardware selection: Intel->x86-64 (Windows64)
17 * Code generation objective: Debugging
18 * Validation result: Not run
19 */
20
21#ifndef BUILTIN_TYPEID_TYPES_H
22#define BUILTIN_TYPEID_TYPES_H
23#include "rtwtypes.h"
24#ifndef BUILTIN_TYPEID_TYPES
25#define BUILTIN_TYPEID_TYPES
26
27/* Enumeration of built-in data types */
28typedef enum {
29 SS_DOUBLE = 0, /* real_T */
30 SS_SINGLE = 1, /* real32_T */
31 SS_INT8 = 2, /* int8_T */
32 SS_UINT8 = 3, /* uint8_T */
33 SS_INT16 = 4, /* int16_T */
34 SS_UINT16 = 5, /* uint16_T */
35 SS_INT32 = 6, /* int32_T */
36 SS_UINT32 = 7, /* uint32_T */
37 SS_BOOLEAN = 8 /* boolean_T */
38} BuiltInDTypeId;
39
40#define SS_NUM_BUILT_IN_DTYPE ((int_T)SS_BOOLEAN+1)
41
42/* Enumeration for MAT-file logging code */
43typedef int_T DTypeId;
44
45#endif /* BUILTIN_TYPEID_TYPES */
46#endif /* BUILTIN_TYPEID_TYPES_H */
47