aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/tacle-bench-powerwindow/powerwindow_HeaderFiles/powerwindow_controlexclusion.h
blob: d59b8d9934ddcf4248682a2d997917bfa3279579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/*

 This program is part of the TACLeBench benchmark suite.
 Version V 1.x

 Name: powerwindow_controlexclusion.h

 Author: CoSys-Lab, University of Antwerp

 Function: headerfile

 Source: https://github.com/tacle/tacle-bench/blob/master/bench/app/PowerWindow/powerwindow_HeaderFiles/powerwindow_controlexclusion.h

 Changes: a brief summary of major functional changes and formatting)

 License: GNU General Public License

 */

#ifndef powerwindow_RTW_HEADER_controlexclusion_h_
#define powerwindow_RTW_HEADER_controlexclusion_h_
#ifndef powerwindow_controlexclusion_COMMON_INCLUDES_
#define powerwindow_controlexclusion_COMMON_INCLUDES_
#include "../powerwindow_HeaderFiles/powerwindow_rtwtypes.h"

#include "../powerwindow_HeaderFiles/powerwindow_rtw_solver.h"
#endif                                 /* powerwindow_controlexclusion_COMMON_INCLUDES_ */

#include "../powerwindow_HeaderFiles/powerwindow_controlexclusion_types.h"

/* Shared type includes */
#include "../powerwindow_HeaderFiles/powerwindow_model_reference_types.h"

/* user code (top of header file) */

/* Model reference registration function */

extern void powerwindow_controlexclusion_initialize(void);
extern void powerwindow_controlexclusion_terminate(void);
extern void powerwindow_controlexclusion_main(const powerwindow_boolean_T *rtu_Up_DRV, const powerwindow_boolean_T
  *rtu_Down_DRV, const powerwindow_boolean_T *rtu_Up_PSG, const powerwindow_boolean_T *rtu_Down_PSG,
  powerwindow_boolean_T *rty_Up, powerwindow_boolean_T *rty_Down);

/*-
 * The generated code includes comments that allow you to trace directly
 * back to the appropriate location in the model.  The basic format
 * is <system>/block_name, where system is the system number (uniquely
 * assigned by Simulink) and block_name is the name of the block.
 *
 * Use the MATLAB hilite_system command to trace the generated code back
 * to the model.  For example,
 *
 * hilite_system('<S3>')    - opens system 3
 * hilite_system('<S3>/Kp') - opens and selects block Kp which resides in S3
 *
 * Here is the system hierarchy for this model
 *
 * '<Root>' : 'ControlExclusion'
 * '<S1>'   : 'ControlExclusion/Control_Clock_TicToc'
 * '<S2>'   : 'ControlExclusion/Control_Clock_TicToc/ControlEx_PSG'
 * '<S3>'   : 'ControlExclusion/Control_Clock_TicToc/Tic'
 * '<S4>'   : 'powerwindow_controlexclusion_main/Control_Clock_TicToc/Toc'
 * '<S5>'   : 'ControlExclusion/Control_Clock_TicToc/Tic/Tic_T'
 * '<S6>'   : 'ControlExclusion/Control_Clock_TicToc/Toc/Toc_T'
 */
#endif                                 /* RTW_HEADER_ControlExclusion_h_ */

/*
 * File trailer for generated code.
 *
 * [EOF]
 */