123456789101112131415161718192021222324 |
- /*
- * File: INTERPOLATE_U16_U16.h
- *
- * Code generated for Simulink model 'SOC'.
- *
- * Model version : 1.15
- * Simulink Coder version : 9.4 (R2020b) 29-Jul-2020
- * C/C++ source code generated on : Wed Aug 11 09:45:09 2021
- */
- #ifndef RTW_HEADER_INTERPOLATE_U16_U16_h_
- #define RTW_HEADER_INTERPOLATE_U16_U16_h_
- #include "rtwtypes.h"
- void INTERPOLATE_U16_U16(uint16_T *pY, uint16_T yL, uint16_T yR, uint16_T x,
- uint16_T xL, uint16_T xR);
- #endif /* RTW_HEADER_INTERPOLATE_U16_U16_h_ */
- /*
- * File trailer for generated code.
- *
- * [EOF]
- */
|