/* * rt_look1d.h * * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * Code generation for model "VFControl". * * Model version : 1.1 * Simulink Coder version : 24.1 (R2024a) 19-Nov-2023 * C++ source code generated on : Wed Oct 16 10:45:53 2024 */ #ifndef rt_look1d_h_ #define rt_look1d_h_ #include "rtwtypes.h" #ifdef __cplusplus extern "C" { #endif extern real_T rt_Lookup(const real_T *x, int_T xlen, real_T u, const real_T *y); #ifdef __cplusplus } /* extern "C" */ #endif #endif /* rt_look1d_h_ */