34 lines
936 B
C
34 lines
936 B
C
/*
|
|
* rt_TDelayInterpolate.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 11:32:21 2024
|
|
* Created for block: <S3>/Transport Delay
|
|
*/
|
|
|
|
#ifndef rt_TDelayInterpolate_h_
|
|
#define rt_TDelayInterpolate_h_
|
|
#include "rtwtypes.h"
|
|
|
|
real_T rt_TDelayInterpolate(
|
|
real_T tMinusDelay, /* tMinusDelay = currentSimTime - delay */
|
|
real_T tStart,
|
|
real_T *uBuf,
|
|
int_T bufSz,
|
|
int_T *lastIdx,
|
|
int_T oldestIdx,
|
|
int_T newIdx,
|
|
real_T initOutput,
|
|
boolean_T discrete,
|
|
boolean_T minorStepAndTAtLastMajorOutput)
|
|
;
|
|
|
|
#endif /* rt_TDelayInterpolate_h_ */
|