image thumbnail
from Motion Control Demo by Paul Lambrechts
Model Based Design Demonstration Based on a Motion Control Case Study

rtwtypes_h.html
RTW Report - rtwtypes.h

File: c:\work\demos\DMC\DEMO\RP\DMC_system_demo_xpc_rtw\rtwtypes.h

    1   /*
    2    * File: rtwtypes.h
    3    *
    4    * Definitions required by Real-Time Workshop generated code.
    5    *
    6    * Real-Time Workshop version: 7.0
    7    * Generated on: 2007-10-24 16:51:10
    8    */
    9   
   10   #ifndef __RTWTYPES_H__
   11   #define __RTWTYPES_H__
   12   #include "tmwtypes.h"
   13   
   14   /* This ID is used to detect inclusion of an incompatible rtwtypes.h */
   15   #define RTWTYPES_ID_C08S16I32L32N32F1
   16   #include "simstruc_types.h"
   17   #ifndef POINTER_T
   18   # define POINTER_T
   19   
   20   typedef void * pointer_T;
   21   
   22   #endif
   23   
   24   #ifndef TRUE
   25   # define TRUE                          (1U)
   26   #endif
   27   
   28   #ifndef FALSE
   29   # define FALSE                         (0U)
   30   #endif
   31   #endif

Contact us at files@mathworks.com