reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
reaction_macros_undef.h
Go to the documentation of this file.
1
11// Prevent inclusion if reaction_macros.h has not been included.
12#ifdef REACTION_MACROS_H
13// Allow subsequent inclusion of reaction_macros.h.
14#undef REACTION_MACROS_H
15
16#undef lf_set
17#undef lf_set_token
18#undef lf_set_destructor
19#undef lf_set_copy_constructor
20
21#ifdef MODAL_REACTORS
22#undef lf_set_mode
23#endif
24
25#undef lf_tag
26#undef lf_time_logical
27#undef lf_time_logical_elapsed
28
29#endif // REACTION_MACROS_H