30 lines
685 B
C
30 lines
685 B
C
/*
|
|
* File: rtGetNaN.h
|
|
*
|
|
* Code generated for Simulink model 'fuc'.
|
|
*
|
|
* Model version : 1.18
|
|
* Simulink Coder version : 9.8 (R2022b) 13-May-2022
|
|
* C/C++ source code generated on : Sat Jan 6 10:24:46 2024
|
|
*
|
|
* Target selection: ert.tlc
|
|
* Embedded hardware selection: ARM Compatible->ARM 64-bit (LP64)
|
|
* Code generation objectives: Unspecified
|
|
* Validation result: Not run
|
|
*/
|
|
|
|
#ifndef RTW_HEADER_rtGetNaN_h_
|
|
#define RTW_HEADER_rtGetNaN_h_
|
|
#include "rtwtypes.h"
|
|
|
|
extern real_T rtGetNaN(void);
|
|
extern real32_T rtGetNaNF(void);
|
|
|
|
#endif /* RTW_HEADER_rtGetNaN_h_ */
|
|
|
|
/*
|
|
* File trailer for generated code.
|
|
*
|
|
* [EOF]
|
|
*/
|