1
|
(* Generated Lustre Interface file from test_counter.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 mini_states__type = enum {One };
|
6
|
|
7
|
function mini_states__One_handler_until (mini_states__restart_act: bool) returns (mini_states__restart_in: bool; mini_states__state_in: mini_states__type; _state_out: int; ok_out: bool);
|
8
|
|
9
|
function mini_states__One_unless (mini_states__restart_in: bool) returns (mini_states__restart_act: bool; mini_states__state_act: mini_states__type);
|
10
|
|
11
|
node test_counter (x: bool) returns (_state: int);
|
12
|
|