1/*
2 * rtGetNaN.h
3 *
4 * Code generation for model "BMS".
5 *
6 * Model version : 1.15
7 * Simulink Coder version : 9.2 (R2019b) 18-Jul-2019
8 * C source code generated on : Thu Aug 20 14:49:14 2020
9 *
10 * Target selection: grt.tlc
11 * Note: GRT includes extra infrastructure and instrumentation for prototyping
12 * Embedded hardware selection: Intel->x86-64 (Windows64)
13 * Code generation objectives: Unspecified
14 * Validation result: Not run
15 */
16
17#ifndef RTW_HEADER_rtGetNaN_h_
18#define RTW_HEADER_rtGetNaN_h_
19#include <stddef.h>
20#include "rtwtypes.h"
21#include "rt_nonfinite.h"
22
23extern real_T rtGetNaN(void);
24extern real32_T rtGetNaNF(void);
25
26#endif /* RTW_HEADER_rtGetNaN_h_ */
27