File: delaytracking.h1 /* 2 * delaytracking.h 3 * 4 * Code generation for function 'delaytracking' 5 * 6 */ 7 8 #ifndef DELAYTRACKING_H 9 #define DELAYTRACKING_H 10 11 /* Include files */ 12 #include <math.h> 13 #include <stdio.h> 14 #include <stdlib.h> 15 #include <string.h> 16 #include "mwmathutil.h" 17 #include "tmwtypes.h" 18 #include "mex.h" 19 #include "emlrt.h" 20 #include "covrt.h" 21 #include "rtwtypes.h" 22 #include "gjbf_types.h" 23 24 /* Function Declarations */ 25 extern void delaytracking(const emlrtStack *sp, const real_T x[14112], const 26 emxArray_real_T *xPrev, real_T fs, const real_T spos[3], const real_T mpos[48], 27 real_T c, real_T iw, real_T XSF[14112], real_T wghts[16]); 28 29 #endif 30 31 /* End of code generation (delaytracking.h) */ 32 |