123456789101112131415161718192021222324 |
- /*
- * File: LookUp_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_LookUp_U16_U16_h_
- #define RTW_HEADER_LookUp_U16_U16_h_
- #include "rtwtypes.h"
- void LookUp_U16_U16(uint16_T *pY, const uint16_T *pYData, uint16_T u, const
- uint16_T *pUData, uint32_T iHi);
- #endif /* RTW_HEADER_LookUp_U16_U16_h_ */
- /*
- * File trailer for generated code.
- *
- * [EOF]
- */
|