#ifndef __c3_edificio3stanze_feedforward_h__ #define __c3_edificio3stanze_feedforward_h__ /* Include files */ #include "sfc_sf.h" #include "sfc_mex.h" /* Type Definitions */ typedef struct { SimStruct *S; uint32_T chartNumber; uint32_T instanceNumber; uint8_T c3_is_active_c3_edificio3stanze_feedforward; ChartInfoStruct chartInfo; } SFc3_edificio3stanze_feedforwardInstanceStruct; /* Named Constants */ /* Variable Declarations */ /* Variable Definitions */ /* Function Declarations */ /* Function Definitions */ extern void sf_c3_edificio3stanze_feedforward_get_check_sum(mxArray *plhs[]); extern void c3_edificio3stanze_feedforward_method_dispatcher(SimStruct *S, int_T method, void *data); #endif