| 1 | /* | 
| 2 | *  rtmodel.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 RTW_HEADER_rtmodel_h_ | 
| 22 | #define RTW_HEADER_rtmodel_h_ | 
| 23 |  | 
| 24 | /* | 
| 25 | *  Includes the appropriate headers when we are using rtModel | 
| 26 | */ | 
| 27 | #include "Arduino_skal.h" | 
| 28 | #define MODEL_CLASSNAME                Arduino_skalModelClass | 
| 29 | #define MODEL_STEPNAME                 step | 
| 30 | #define GRTINTERFACE                   0 | 
| 31 |  | 
| 32 | /* | 
| 33 | * ROOT_IO_FORMAT: 0 (Individual arguments) | 
| 34 | * ROOT_IO_FORMAT: 1 (Structure reference) | 
| 35 | * ROOT_IO_FORMAT: 2 (Part of model data structure) | 
| 36 | */ | 
| 37 | #define ROOT_IO_FORMAT                 2 | 
| 38 | #endif                                 /* RTW_HEADER_rtmodel_h_ */ | 
| 39 |  |