24 lines
725 B
C
24 lines
725 B
C
/*
|
|
* look1_pbinlxpw.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
|
|
* Created for block: VFControl
|
|
*/
|
|
|
|
#ifndef look1_pbinlxpw_h_
|
|
#define look1_pbinlxpw_h_
|
|
#include "rtwtypes.h"
|
|
|
|
extern real_T look1_pbinlxpw(real_T u0, const real_T bp0[], const real_T table[],
|
|
uint32_T prevIndex[], uint32_T maxIndex);
|
|
|
|
#endif /* look1_pbinlxpw_h_ */
|