reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
lf_core_version.h File Reference

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 }
 

Detailed Description

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.

Author
Peter Donovan (peter.nosp@m.@xro.nosp@m.nos.c.nosp@m.om)
Version
0.1
Date
2024-01-29

Enumeration Type Documentation

◆ tribool_t

Enumerator
TRIBOOL_FALSE 
TRIBOOL_TRUE 
TRIBOOL_DOES_NOT_MATTER