File: ccafbounds_types.h

    1   /*
    2    * ccafbounds_types.h
    3    *
    4    * Code generation for function 'ccafbounds'
    5    *
    6    */
    7   
    8   #ifndef CCAFBOUNDS_TYPES_H
    9   #define CCAFBOUNDS_TYPES_H
   10   
   11   /* Include files */
   12   #include "rtwtypes.h"
   13   
   14   /* Type Definitions */
   15   #ifndef struct_emxArray__common
   16   #define struct_emxArray__common
   17   
   18   struct emxArray__common
   19   {
   20     void *data;
   21     int32_T *size;
   22     int32_T allocatedSize;
   23     int32_T numDimensions;
   24     boolean_T canFreeData;
   25   };
   26   
   27   #endif                                 /*struct_emxArray__common*/
   28   
   29   #ifndef typedef_emxArray__common
   30   #define typedef_emxArray__common
   31   
   32   typedef struct emxArray__common emxArray__common;
   33   
   34   #endif                                 /*typedef_emxArray__common*/
   35   
   36   #ifndef struct_emxArray_real_T
   37   #define struct_emxArray_real_T
   38   
   39   struct emxArray_real_T
   40   {
   41     real_T *data;
   42     int32_T *size;
   43     int32_T allocatedSize;
   44     int32_T numDimensions;
   45     boolean_T canFreeData;
   46   };
   47   
   48   #endif                                 /*struct_emxArray_real_T*/
   49   
   50   #ifndef typedef_emxArray_real_T
   51   #define typedef_emxArray_real_T
   52   
   53   typedef struct emxArray_real_T emxArray_real_T;
   54   
   55   #endif                                 /*typedef_emxArray_real_T*/
   56   #endif
   57   
   58   /* End of code generation (ccafbounds_types.h) */
   59