1 |
b8dc00eb
|
bourbouh
|
(* Generated Lustre Interface file from car_4_e7_592_e7_265.lus *)
|
2 |
|
|
(* generated by Lustre-C compiler version 284, 2014/5/25, 15:1:57 *)
|
3 |
|
|
(* feel free to mask some of the nodes by removing them from this file. *)
|
4 |
|
|
|
5 |
|
|
node voiture (m: bool; s: bool) returns (toofast: bool; stop: bool; bump: bool; dist: int; speed: int; time: int; move: bool; second: bool; meter: bool);
|
6 |
|
|
|
7 |
|
|
|
8 |
|
|
function excludes2 (X1: bool; X2: bool) returns (excludes: bool);
|
9 |
|
|
|
10 |
|
|
|
11 |
|
|
node Sofar (X: bool) returns (Sofar: bool);
|
12 |
|
|
|
13 |
|
|
|
14 |
|
|
node top (m: bool; s: bool) returns (OK: bool);
|
15 |
|
|
|