File: D:\TMTmethod\simulator\codegen\mex\testspline\testspline_types.h1 /* 2 * testspline_types.h 3 * 4 * Code generation for function 'testspline' 5 * 6 * C source code generated on: Thu Aug 30 14:03:55 2012 7 * 8 */ 9 10 #ifndef __TESTSPLINE_TYPES_H__ 11 #define __TESTSPLINE_TYPES_H__ 12 13 /* Type Definitions */ 14 typedef struct 15 { 16 real_T startTime; 17 real_T duration; 18 real_T coefs[4]; 19 } struct_T; 20 21 #endif 22 /* End of code generation (testspline_types.h) */ 23 |