Expand description
Module containing the API to initialize a reactor program.
Structs§
- Assembly
Ctx - Helper struct to assemble reactors during initialization. One assembly context is used per reactor, they can’t be shared.
- Assembly
Error - An error occurring during initialization of the reactor program. Should never occur unless the graph is built by hand, and not by a Lingua Franca compiler.
- Assembly
Intermediate - Intermediate result of assembly.
- Component
Creator - Creates the components of a reactor.
- Dependency
Declarator - Declares dependencies between components and reactions.
- Finished
Reactor - Final result of the assembly of a reactor.
- Global
Reaction Id - Global identifier for a reaction.
- Trigger
Id - The ID of a trigger component.
Enums§
- Port
Kind - Kind of a port.
Traits§
- Reactor
Initializer - Wrapper around the user struct for safe dispatch.