File: System_Monitor_Functional_types.h1 /* 2 * System_Monitor_Functional_types.h 3 * 4 * Code generation for model "System_Monitor_Functional". 5 * 6 * Model version : 1.1157 7 * Simulink Coder version : 8.4 (R2013a) 13-Feb-2013 8 * C source code generated on : Thu Sep 12 09:50:24 2013 9 * 10 * Target selection: grt.tlc 11 * Note: GRT includes extra infrastructure and instrumentation for prototyping 12 * Embedded hardware selection: 32-bit Generic 13 * Code generation objective: Debugging 14 * Validation result: Not run 15 */ 16 #ifndef RTW_HEADER_System_Monitor_Functional_types_h_ 17 #define RTW_HEADER_System_Monitor_Functional_types_h_ 18 #include "rtwtypes.h" 19 #ifndef _DEFINED_TYPEDEF_FOR_Top_Level_Mode_Outputs_ 20 #define _DEFINED_TYPEDEF_FOR_Top_Level_Mode_Outputs_ 21 22 typedef struct { 23 boolean_T System_On; 24 boolean_T Request_Confirm_Stop; 25 uint8_T Log_Message_ID; 26 } Top_Level_Mode_Outputs; 27 28 #endif 29 30 #ifndef _DEFINED_TYPEDEF_FOR_System_Monitor_Output_ 31 #define _DEFINED_TYPEDEF_FOR_System_Monitor_Output_ 32 33 typedef struct { 34 boolean_T System_Monitor_Failed; 35 } System_Monitor_Output; 36 37 #endif 38 39 /* Forward declaration for rtModel */ 40 typedef struct tag_RTM_System_Monitor_Functional_T 41 RT_MODEL_System_Monitor_Functional_T; 42 43 #endif /* RTW_HEADER_System_Monitor_Functional_types_h_ */ 44 |