File: rtwtypes.h

    1   /*
    2    * rtwtypes.h
    3    *
    4    * Code generation for function 'Datalogger4ChConverter_ErrInsensitiveSound'
    5    *
    6    */
    7   
    8   #ifndef RTWTYPES_H
    9   #define RTWTYPES_H
   10   #include "tmwtypes.h"
   11   /* 
   12    * TRUE/FALSE definitions
   13    */
   14   #ifndef TRUE
   15   #define TRUE (1U)
   16   #endif 
   17   #ifndef FALSE
   18   #define FALSE (0U)
   19   #endif 
   20   #endif
   21   /* End of code generation (rtwtypes.h) */
   22