46 lines
1.2 KiB
C
46 lines
1.2 KiB
C
![]() |
/*
|
||
|
* File: fuc_private.h
|
||
|
*
|
||
|
* Code generated for Simulink model 'fuc'.
|
||
|
*
|
||
|
* Model version : 1.18
|
||
|
* Simulink Coder version : 9.8 (R2022b) 13-May-2022
|
||
|
* C/C++ source code generated on : Sat Jan 6 10:24:46 2024
|
||
|
*
|
||
|
* Target selection: ert.tlc
|
||
|
* Embedded hardware selection: ARM Compatible->ARM 64-bit (LP64)
|
||
|
* Code generation objectives: Unspecified
|
||
|
* Validation result: Not run
|
||
|
*/
|
||
|
|
||
|
#ifndef RTW_HEADER_fuc_private_h_
|
||
|
#define RTW_HEADER_fuc_private_h_
|
||
|
#include "rtwtypes.h"
|
||
|
#include "fuc_types.h"
|
||
|
|
||
|
/* Private macros used by the generated code to access rtModel */
|
||
|
#ifndef rtmIsMajorTimeStep
|
||
|
#define rtmIsMajorTimeStep(rtm) (((rtm)->Timing.simTimeStep) == MAJOR_TIME_STEP)
|
||
|
#endif
|
||
|
|
||
|
#ifndef rtmIsMinorTimeStep
|
||
|
#define rtmIsMinorTimeStep(rtm) (((rtm)->Timing.simTimeStep) == MINOR_TIME_STEP)
|
||
|
#endif
|
||
|
|
||
|
#ifndef rtmSetTPtr
|
||
|
#define rtmSetTPtr(rtm, val) ((rtm)->Timing.t = (val))
|
||
|
#endif
|
||
|
|
||
|
extern real_T rt_powd_snf(real_T u0, real_T u1);
|
||
|
|
||
|
/* private model entry point functions */
|
||
|
extern void fuc_derivatives(void);
|
||
|
|
||
|
#endif /* RTW_HEADER_fuc_private_h_ */
|
||
|
|
||
|
/*
|
||
|
* File trailer for generated code.
|
||
|
*
|
||
|
* [EOF]
|
||
|
*/
|