reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
lf_core_version.h
Go to the documentation of this file.
1
13#ifndef VERSION_H
14#define VERSION_H
15
21
27
28typedef struct {
30 const char* core_version_name;
31} version_t;
32
33#endif // VERSION_H
tribool_t
Definition lf_core_version.h:16
@ TRIBOOL_DOES_NOT_MATTER
Definition lf_core_version.h:19
@ TRIBOOL_FALSE
Definition lf_core_version.h:17
@ TRIBOOL_TRUE
Definition lf_core_version.h:18
Definition lf_core_version.h:22
tribool_t single_threaded
Definition lf_core_version.h:23
tribool_t build_type_is_debug
Definition lf_core_version.h:24
int log_level
Definition lf_core_version.h:25
Definition lf_core_version.h:28
const char * core_version_name
Definition lf_core_version.h:30
const build_config_t build_config
Definition lf_core_version.h:29