1/*
2 * rtGetInf.h
3 *
4 * Classroom License -- for classroom instructional use only. Not for
5 * government, commercial, academic research, or other organizational use.
6 *
7 * Code generation for model "VisionControl".
8 *
9 * Model version : 1.14
10 * Simulink Coder version : 8.11 (R2016b) 25-Aug-2016
11 * C source code generated on : Thu Dec 01 15:18:37 2016
12 *
13 * Target selection: ert.tlc
14 * Note: GRT includes extra infrastructure and instrumentation for prototyping
15 * Embedded hardware selection: ARM Compatible->ARM Cortex
16 * Code generation objectives: Unspecified
17 * Validation result: Not run
18 */
19
20#ifndef RTW_HEADER_rtGetInf_h_
21#define RTW_HEADER_rtGetInf_h_
22#include <stddef.h>
23#include "rtwtypes.h"
24#include "rt_nonfinite.h"
25
26extern real_T rtGetInf(void);
27extern real32_T rtGetInfF(void);
28extern real_T rtGetMinusInf(void);
29extern real32_T rtGetMinusInfF(void);
30
31#endif /* RTW_HEADER_rtGetInf_h_ */
32