File: Controller_types.h1 /* 2 * Controller_types.h 3 * 4 * Code generation for model "Controller". 5 * 6 * Model version : 1.1303 7 * Simulink Coder version : 8.3 (R2012b) 20-Jul-2012 8 * C++ source code generated on : Sun Jun 01 14:58:10 2014 9 * 10 * Target selection: grt.tlc 11 * Note: GRT includes extra infrastructure and instrumentation for prototyping 12 * Embedded hardware selection: Generic->32-bit x86 compatible 13 * Code generation objectives: Unspecified 14 * Validation result: Not run 15 */ 16 #ifndef RTW_HEADER_Controller_types_h_ 17 #define RTW_HEADER_Controller_types_h_ 18 #include "rtwtypes.h" 19 20 /* Parameters (auto storage) */ 21 typedef struct Parameters_Controller_ Parameters_Controller; 22 23 /* Forward declaration for rtModel */ 24 typedef struct tag_RTM_Controller RT_MODEL_Controller; 25 26 #endif /* RTW_HEADER_Controller_types_h_ */ 27 |