reactor-cpp icon indicating copy to clipboard operation
reactor-cpp copied to clipboard

A C++ framework for writing reactor programs

Results 27 reactor-cpp issues
Sort by recently updated
recently updated
newest added

clang-tidy in LLVM 17 reports several issues. Those do not appear yet in CI as it uses an older version of LLVM.

**What this SDK provides** - Lazy construction of child reactors - Lazy construction of child reactor banks - Lazy construction of multi-ports - Simplified, single line wiring syntax - Simplified...

enhancement

LF should be resilient enough to take care of failures when production code runs as federates. For example, when a server is unreachable (either a network failure or a machine...

After setting up topology, users may deploy it as a single service or as a group of federates. Once deployed as a production code, users should have control over the...

Magnition customers need to have freedom to define complex topologies using Lingua Franca (LF) based on their practical use cases. This Epic has user stories that highlight scenarios where either...

We must not make assumptions on RTI, if RTI fails the whole disaster recovery shouldn’t go down. We should think through ways to add redundancy to RTI, if we are...

Based on user preference we should be able to make an already secondary federate as a primary one or spin up a new federate to replace the unreachable federate.

When deployment running as a federate, we should be able to detect failures, other unrelated federates should keep on running unaffected. System should be able to adapt after detecting the...

Once deployment is running, and after some retrospection of the performance results, users may want to make state changes to the already running deployment without disrupting the services. For example,...