/* * File: Subsystem.h * * Code generated for Simulink model 'Subsystem'. * * Model version : 1.8 * Simulink Coder version : 8.0 (R2011a) 09-Mar-2011 * TLC version : 8.0 (Feb 3 2011) * C/C++ source code generated on : Sat Mar 24 22:27:10 2012 * * Target selection: ert.tlc * Embedded hardware selection: 32-bit Generic * Code generation objectives: Unspecified * Validation result: Not run */ #ifndef RTW_HEADER_Subsystem_h_ #define RTW_HEADER_Subsystem_h_ #ifndef Subsystem_COMMON_INCLUDES_ # define Subsystem_COMMON_INCLUDES_ #include "rtwtypes.h" #endif /* Subsystem_COMMON_INCLUDES_ */ #include "Subsystem_types.h" /* Real-time Model Data Structure */ struct RT_MODEL_Subsystem { const char_T **errorStatus; }; typedef struct { RT_MODEL_Subsystem rtm; } rtMdlrefDWork_mr_Subsystem; /* Model reference registration function */ extern void mr_Subsystem_initialize(const char_T **rt_errorStatus, RT_MODEL_Subsystem *const Subsystem_M); extern void mr_Subsystem(const real_T *rtu_In1, real_T *rty_Out1); /*- * The generated code includes comments that allow you to trace directly * back to the appropriate location in the model. The basic format * is /block_name, where system is the system number (uniquely * assigned by Simulink) and block_name is the name of the block. * * Use the MATLAB hilite_system command to trace the generated code back * to the model. For example, * * hilite_system('') - opens system 3 * hilite_system('/Kp') - opens and selects block Kp which resides in S3 * * Here is the system hierarchy for this model * * '' : Subsystem */ #endif /* RTW_HEADER_Subsystem_h_ */ /* * File trailer for generated code. * * [EOF] */