修改头文件包含方式,自动搜索添加

This commit is contained in:
hm
2021-08-20 16:53:42 +08:00
parent 0178514fc3
commit 2cdc1dada6
489 changed files with 42233 additions and 55005 deletions
@@ -0,0 +1,42 @@
/*
* Include Files
*
*/
#if defined(MATLAB_MEX_FILE)
#include "tmwtypes.h"
#include "simstruc_types.h"
#else
#include "rtwtypes.h"
#endif
#include "mav_stat_def.h"
/* %%%-SFUNWIZ_wrapper_includes_Changes_BEGIN --- EDIT HERE TO _END */
/* %%%-SFUNWIZ_wrapper_includes_Changes_END --- EDIT HERE TO _BEGIN */
#define u_width 1
#define y_width 1
/*
* Create external references here.
*
*/
/* %%%-SFUNWIZ_wrapper_externs_Changes_BEGIN --- EDIT HERE TO _END */
/* %%%-SFUNWIZ_wrapper_externs_Changes_END --- EDIT HERE TO _BEGIN */
/*
* Output function
*
*/
void mav_mission_clear_all_decode_Outputs_wrapper(const mavlink_message_t *mav_msg,
mavlink_mission_clear_all_t *msg_dec)
{
/* %%%-SFUNWIZ_wrapper_Outputs_Changes_BEGIN --- EDIT HERE TO _END */
mavlink_msg_mission_clear_all_decode(mav_msg, msg_dec);
/* %%%-SFUNWIZ_wrapper_Outputs_Changes_END --- EDIT HERE TO _BEGIN */
}