1 |
4748b215
|
hbourbou
|
(* Generated Lustre Interface file from Assignment6_PP.LUSTREC.lus *)
|
2 |
|
|
(* by Lustre-C compiler version 1.7-888-@GITBRANCH@, 2018/11/4, 20:21:28 *)
|
3 |
|
|
(* Feel free to mask some of the definitions by removing them from this file. *)
|
4 |
|
|
|
5 |
|
|
#open <conv>
|
6 |
|
|
|
7 |
|
|
function _max_real (x: real;
|
8 |
|
|
y: real) returns (z: real);
|
9 |
|
|
|
10 |
|
|
function _min_real (x: real;
|
11 |
|
|
y: real) returns (z: real);
|
12 |
|
|
|
13 |
|
|
function Saturation_44_037 (In_1: real;
|
14 |
|
|
__time_step: real;
|
15 |
|
|
__nb_step: int) returns (Out_1: real);
|
16 |
|
|
|
17 |
|
|
node Assignment6_PP (In1_1: real;
|
18 |
|
|
In1_2: real;
|
19 |
|
|
In1_3: real) returns (Out1_1: real;
|
20 |
|
|
Out1_2: real;
|
21 |
|
|
Out1_3: real);
|
22 |
|
|
|