2020-09-30 11:44:05 +08:00
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Include Files
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
#if defined(MATLAB_MEX_FILE)
|
|
|
|
|
#include "tmwtypes.h"
|
|
|
|
|
#include "simstruc_types.h"
|
|
|
|
|
#else
|
|
|
|
|
#include "rtwtypes.h"
|
|
|
|
|
#endif
|
|
|
|
|
|
2023-07-07 10:38:51 +08:00
|
|
|
#include "mav_stat_def.h"
|
2020-09-30 11:44:05 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
/* %%%-SFUNWIZ_wrapper_includes_Changes_BEGIN --- EDIT HERE TO _END */
|
2023-07-07 10:38:51 +08:00
|
|
|
|
2020-09-30 11:44:05 +08:00
|
|
|
/* %%%-SFUNWIZ_wrapper_includes_Changes_END --- EDIT HERE TO _BEGIN */
|
2021-08-21 09:31:29 +08:00
|
|
|
#define u_width 1
|
2020-09-30 11:44:05 +08:00
|
|
|
#define y_width 1
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Create external references here.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
/* %%%-SFUNWIZ_wrapper_externs_Changes_BEGIN --- EDIT HERE TO _END */
|
2023-07-07 10:38:51 +08:00
|
|
|
|
2020-09-30 11:44:05 +08:00
|
|
|
/* %%%-SFUNWIZ_wrapper_externs_Changes_END --- EDIT HERE TO _BEGIN */
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Output function
|
|
|
|
|
*
|
|
|
|
|
*/
|
2023-07-07 10:38:51 +08:00
|
|
|
void mav_encap_decode_Outputs_wrapper(const mavlink_message_t *mav_msg,
|
|
|
|
|
mavlink_encapsulated_data_t *msg_dec)
|
2020-09-30 11:44:05 +08:00
|
|
|
{
|
|
|
|
|
/* %%%-SFUNWIZ_wrapper_Outputs_Changes_BEGIN --- EDIT HERE TO _END */
|
2023-07-07 10:38:51 +08:00
|
|
|
mavlink_msg_encapsulated_data_decode(mav_msg, msg_dec);
|
2020-09-30 11:44:05 +08:00
|
|
|
/* %%%-SFUNWIZ_wrapper_Outputs_Changes_END --- EDIT HERE TO _BEGIN */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|