00001 /* 00002 * autogen_ekf_propagation_initialize.c 00003 * 00004 * Embedded MATLAB Coder code generation for function 'autogen_ekf_propagation_initialize' 00005 * 00006 * C source code generated on: Wed Aug 24 18:34:48 2011 00007 * 00008 */ 00009 00010 /* Include files */ 00011 #include "rt_nonfinite.h" 00012 #include "autogen_ekf_propagation.h" 00013 #include "autogen_ekf_propagation_initialize.h" 00014 00015 /* Type Definitions */ 00016 00017 /* Named Constants */ 00018 00019 /* Variable Declarations */ 00020 00021 /* Variable Definitions */ 00022 00023 /* Function Declarations */ 00024 00025 /* Function Definitions */ 00026 void autogen_ekf_propagation_initialize(void) 00027 { 00028 rt_InitInfAndNaN(8U); 00029 } 00030 00031 /* End of Embedded MATLAB Coder code generation (autogen_ekf_propagation_initialize.c) */