Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef __AUTOGEN_EKF_PROPAGATION_H__
00011 #define __AUTOGEN_EKF_PROPAGATION_H__
00012
00013 #include <math.h>
00014 #include <stdio.h>
00015 #include <stdlib.h>
00016 #include <string.h>
00017 #include "rt_pow32_snf.h"
00018
00019 #include "rtwtypes.h"
00020 #include "autogen_ekf_propagation_types.h"
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031 extern void autogen_ekf_propagation(const real32_T eml_in1[20], const real32_T eml_in2[3], const real32_T eml_in3[3], real32_T eml_dt, real32_T eml_x_new[16]);
00032 #endif
00033