1/*
2 * File: sensorsharp_private.h
3 *
4 * Code generated for Simulink model 'sensorsharp'.
5 *
6 * Model version : 1.47
7 * Simulink Coder version : 8.12 (R2017a) 16-Feb-2017
8 * C/C++ source code generated on : Tue Jun 18 18:54:30 2019
9 *
10 * Target selection: ert.tlc
11 * Embedded hardware selection: Atmel->AVR
12 * Code generation objectives: Unspecified
13 * Validation result: Not run
14 */
15
16#ifndef RTW_HEADER_sensorsharp_private_h_
17#define RTW_HEADER_sensorsharp_private_h_
18#include "rtwtypes.h"
19#include "multiword_types.h"
20
21/* Private macros used by the generated code to access rtModel */
22#ifndef rtmSetTFinal
23# define rtmSetTFinal(rtm, val) ((rtm)->Timing.tFinal = (val))
24#endif
25
26#ifndef rtmGetTPtr
27# define rtmGetTPtr(rtm) (&(rtm)->Timing.taskTime0)
28#endif
29
30#ifdef __cplusplus
31
32extern "C" {
33
34#endif
35
36 extern void Lcd_Outputs_wrapper(const uint16_T *char_val,
37 const real_T *xD);
38 extern void Lcd_Update_wrapper(const uint16_T *char_val,
39 real_T *xD);
40
41#ifdef __cplusplus
42
43}
44#endif
45#endif /* RTW_HEADER_sensorsharp_private_h_ */
46
47/*
48 * File trailer for generated code.
49 *
50 * [EOF]
51 */
52