poll button state in statechart and raise internal events on change
This commit is contained in:
parent
675efff85c
commit
45c0844fc2
5 changed files with 738 additions and 354 deletions
6
robot_cdt/src/sc_rxc_bool.c
Normal file
6
robot_cdt/src/sc_rxc_bool.c
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/* Generated by itemis CREATE code generator. */
|
||||
|
||||
#include "sc_rxc_bool.h"
|
||||
|
||||
define_sc_reactive_extensions(bool)
|
||||
|
||||
19
robot_cdt/src/sc_rxc_bool.h
Normal file
19
robot_cdt/src/sc_rxc_bool.h
Normal 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_ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue