29 lines
808 B
C
29 lines
808 B
C
|
|
/*
|
||
|
|
* rtGetInf.h
|
||
|
|
*
|
||
|
|
* Code generation for model "GC_calibration".
|
||
|
|
*
|
||
|
|
* Model version : 1.1804
|
||
|
|
* Simulink Coder version : 9.3 (R2020a) 18-Nov-2019
|
||
|
|
* C source code generated on : Wed Oct 30 09:55:55 2024
|
||
|
|
*
|
||
|
|
* Target selection: slrt.tlc
|
||
|
|
* Note: GRT includes extra infrastructure and instrumentation for prototyping
|
||
|
|
* Embedded hardware selection: Generic->32-bit x86 compatible
|
||
|
|
* Code generation objectives: Unspecified
|
||
|
|
* Validation result: Not run
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef RTW_HEADER_rtGetInf_h_
|
||
|
|
#define RTW_HEADER_rtGetInf_h_
|
||
|
|
#include <stddef.h>
|
||
|
|
#include "rtwtypes.h"
|
||
|
|
#include "rt_nonfinite.h"
|
||
|
|
|
||
|
|
extern real_T rtGetInf(void);
|
||
|
|
extern real32_T rtGetInfF(void);
|
||
|
|
extern real_T rtGetMinusInf(void);
|
||
|
|
extern real32_T rtGetMinusInfF(void);
|
||
|
|
|
||
|
|
#endif /* RTW_HEADER_rtGetInf_h_ */
|