1 |
02d89bbb
|
bourbouh
|
(* Generated Lustre Interface file from test_counter2.lus *)
|
2 |
|
|
(* by Lustre-C compiler version 1.3-458, 2016/10/21, 12:58:31 *)
|
3 |
|
|
(* Feel free to mask some of the definitions by removing them from this file. *)
|
4 |
|
|
|
5 |
|
|
type mini_states__type = enum {Even, Odd };
|
6 |
|
|
|
7 |
|
|
function mini_states__Even_handler_until (mini_states__restart_act: bool) returns (mini_states__restart_in: bool; mini_states__state_in: mini_states__type; bit_out: bool);
|
8 |
|
|
|
9 |
|
|
function mini_states__Even_unless (mini_states__restart_in: bool) returns (mini_states__restart_act: bool; mini_states__state_act: mini_states__type);
|
10 |
|
|
|
11 |
|
|
function mini_states__Odd_handler_until (mini_states__restart_act: bool) returns (mini_states__restart_in: bool; mini_states__state_in: mini_states__type; bit_out: bool);
|
12 |
|
|
|
13 |
|
|
function mini_states__Odd_unless (mini_states__restart_in: bool) returns (mini_states__restart_act: bool; mini_states__state_act: mini_states__type);
|
14 |
|
|
|
15 |
|
|
node top (x: bool) returns (ok: bool);
|