poll button state in statechart and raise internal events on change

This commit is contained in:
Joeri Exelmans 2025-06-06 10:42:23 +02:00
parent 675efff85c
commit 45c0844fc2
5 changed files with 738 additions and 354 deletions

View file

@ -0,0 +1,6 @@
/* Generated by itemis CREATE code generator. */
#include "sc_rxc_bool.h"
define_sc_reactive_extensions(bool)

View file

@ -0,0 +1,19 @@
/* Generated by itemis CREATE code generator. */
#ifndef SC_RXC_BOOL_H_
#define SC_RXC_BOOL_H_
#include "sc_rxc.h"
#ifdef __cplusplus
extern "C" {
#endif
declare_sc_reactive_extensions(bool)
#ifdef __cplusplus
}
#endif
#endif /* SC_RXC_BOOL_H_ */