12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- /*
- * File: SPM.h
- *
- * Code generated for Simulink model 'SPM'.
- *
- * Model version : 1.31
- * Simulink Coder version : 9.4 (R2020b) 29-Jul-2020
- * C/C++ source code generated on : Thu Sep 9 18:13:23 2021
- *
- * Target selection: ert.tlc
- * Embedded hardware selection: Intel->x86-64 (Windows64)
- * Code generation objectives: Unspecified
- * Validation result: Not run
- */
- #ifndef RTW_HEADER_SPM_h_
- #define RTW_HEADER_SPM_h_
- #ifndef SPM_COMMON_INCLUDES_
- #define SPM_COMMON_INCLUDES_
- #include "rtwtypes.h"
- #include "zero_crossing_types.h"
- #endif /* SPM_COMMON_INCLUDES_ */
- #include "SPM_types.h"
- /* Child system includes */
- #ifndef SPM_MDLREF_HIDE_CHILD_
- #define SOH_MDLREF_HIDE_CHILD_
- #include "SOH.h"
- #endif /*SPM_MDLREF_HIDE_CHILD_*/
- #ifndef SPM_MDLREF_HIDE_CHILD_
- #define BLC_MDLREF_HIDE_CHILD_
- #include "BLC.h"
- #endif /*SPM_MDLREF_HIDE_CHILD_*/
- #ifndef SPM_MDLREF_HIDE_CHILD_
- #define SOC_MDLREF_HIDE_CHILD_
- #include "SOC.h"
- #endif /*SPM_MDLREF_HIDE_CHILD_*/
- /* Includes for objects with custom storage classes. */
- #include "BCUCal.h"
- #include "BCUDisp.h"
- #ifndef SPM_MDLREF_HIDE_CHILD_
- /* Real-time Model Data Structure */
- struct tag_RTM_SPM_T {
- const char_T **errorStatus;
- };
- #endif /*SPM_MDLREF_HIDE_CHILD_*/
- #ifndef SPM_MDLREF_HIDE_CHILD_
- typedef struct {
- RT_MODEL_SPM_T rtm;
- } MdlrefDW_SPM_T;
- #endif /*SPM_MDLREF_HIDE_CHILD_*/
- extern void SPM_Init(void);
- extern void SPM_Disable(void);
- extern void SPM(void);
- /* Model reference registration function */
- extern void SPM_initialize(const char_T **rt_errorStatus);
- #ifndef SPM_MDLREF_HIDE_CHILD_
- extern MdlrefDW_SPM_T SPM_MdlrefDW;
- #endif /*SPM_MDLREF_HIDE_CHILD_*/
- /*-
- * The generated code includes comments that allow you to trace directly
- * back to the appropriate location in the model. The basic format
- * is <system>/block_name, where system is the system number (uniquely
- * assigned by Simulink) and block_name is the name of the block.
- *
- * Use the MATLAB hilite_system command to trace the generated code back
- * to the model. For example,
- *
- * hilite_system('<S3>') - opens system 3
- * hilite_system('<S3>/Kp') - opens and selects block Kp which resides in S3
- *
- * Here is the system hierarchy for this model
- *
- * '<Root>' : 'SPM'
- */
- #endif /* RTW_HEADER_SPM_h_ */
- /*
- * File trailer for generated code.
- *
- * [EOF]
- */
|