1
|
(* Generated Lustre Interface file from restart_example.lus *)
|
2
|
(* by Lustre-C compiler version 1.3-458, 2016/10/21, 12:58:32 *)
|
3
|
(* Feel free to mask some of the definitions by removing them from this file. *)
|
4
|
|
5
|
type a__type = enum {S1, S2 };
|
6
|
|
7
|
node a__S1_handler_until (a__restart_act: bool; c: bool) returns (a__restart_in: bool; a__state_in: a__type; o_out: int);
|
8
|
|
9
|
function a__S1_unless (a__restart_in: bool) returns (a__restart_act: bool; a__state_act: a__type);
|
10
|
|
11
|
node a__S2_handler_until (a__restart_act: bool; c: bool) returns (a__restart_in: bool; a__state_in: a__type; o_out: int);
|
12
|
|
13
|
function a__S2_unless (a__restart_in: bool) returns (a__restart_act: bool; a__state_act: a__type);
|
14
|
|
15
|
node restart_example (c: bool) returns (o: int);
|
16
|
|