1
|
(* Generated Lustre Interface file from metros_1_e8_725_e3_556.lus *)
|
2
|
(* generated by Lustre-C compiler version 284, 2014/5/25, 15:2:0 *)
|
3
|
(* feel free to mask some of the nodes by removing them from this file. *)
|
4
|
|
5
|
node hypothese (B: bool; S: bool; avance: bool; retard: bool) returns (ok: bool);
|
6
|
|
7
|
|
8
|
node controleur (nB: int; nS: int) returns (diff: int; avance: bool; retard: bool);
|
9
|
|
10
|
|
11
|
node main (B0: bool; B1: bool; S: bool) returns (ast: bool; nB0: int; nB1: int; nS: int; diff0: int; diff1: int; avance0: bool; avance1: bool; retard0: bool; retard1: bool);
|
12
|
|
13
|
|
14
|
node Sofar (X: bool) returns (Sofar: bool);
|
15
|
|
16
|
|
17
|
node top (B0: bool; B1: bool; S: bool) returns (OK: bool);
|
18
|
|
19
|
|