INTERPOLATE_U16_U16.h 601 B

123456789101112131415161718192021222324
  1. /*
  2. * File: INTERPOLATE_U16_U16.h
  3. *
  4. * Code generated for Simulink model 'SOC'.
  5. *
  6. * Model version : 1.15
  7. * Simulink Coder version : 9.4 (R2020b) 29-Jul-2020
  8. * C/C++ source code generated on : Wed Aug 11 09:45:09 2021
  9. */
  10. #ifndef RTW_HEADER_INTERPOLATE_U16_U16_h_
  11. #define RTW_HEADER_INTERPOLATE_U16_U16_h_
  12. #include "rtwtypes.h"
  13. void INTERPOLATE_U16_U16(uint16_T *pY, uint16_T yL, uint16_T yR, uint16_T x,
  14. uint16_T xL, uint16_T xR);
  15. #endif /* RTW_HEADER_INTERPOLATE_U16_U16_h_ */
  16. /*
  17. * File trailer for generated code.
  18. *
  19. * [EOF]
  20. */