reactor-c
C Runtime for Lingua Franca
|
API for runtime plugins to use to sanity-check compatibility with the core. Plugins APIs can include a function to get information about the version of the plugin, and the core can use that information to determine if the plugin is compatible with the core. More...
Go to the source code of this file.
Data Structures | |
struct | build_config_t |
struct | version_t |
Enumerations | |
enum | tribool_t { TRIBOOL_FALSE = 0 , TRIBOOL_TRUE = 1 , TRIBOOL_DOES_NOT_MATTER = 2 } |
API for runtime plugins to use to sanity-check compatibility with the core. Plugins APIs can include a function to get information about the version of the plugin, and the core can use that information to determine if the plugin is compatible with the core.
enum tribool_t |