-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged master, affecting submodules only
- Loading branch information
1 parent
08fb52e
commit 0402868
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule reactor-c
updated
20 files
+2 −2 | .github/workflows/build-rti.yml | |
+1 −1 | .github/workflows/build-trace-tools.yml | |
+1 −1 | .github/workflows/unit-tests.yml | |
+3 −6 | core/federated/RTI/main.c | |
+91 −205 | core/federated/RTI/rti_common.c | |
+26 −66 | core/federated/RTI/rti_common.h | |
+4 −8 | core/federated/RTI/rti_local.c | |
+32 −58 | core/federated/RTI/rti_remote.c | |
+0 −1 | core/federated/RTI/rti_remote.h | |
+100 −202 | core/federated/RTI/test/rti_common_test.c | |
+5 −71 | core/federated/federate.c | |
+0 −12 | core/tag.c | |
+3 −2 | core/threaded/reactor_threaded.c | |
+1 −16 | include/core/federated/federate.h | |
+0 −12 | include/core/federated/network/net_common.h | |
+2 −2 | include/core/threaded/reactor_threaded.h | |
+0 −8 | tag/api/tag.h | |
+0 −4 | trace/api/types/trace_types.h | |
+3 −6 | util/sensor_simulator.c | |
+0 −3 | util/tracing/visualization/fedsd.py |
Submodule reactor-rs
updated
8 files
+2 −2 | .github/workflows/rust.yml | |
+20 −18 | src/lib.rs | |
+1 −1 | src/ports.rs | |
+3 −4 | src/scheduler/assembly_impl.rs | |
+1 −1 | src/scheduler/context.rs | |
+3 −3 | src/scheduler/dependencies.rs | |
+0 −1 | src/scheduler/scheduler_impl.rs | |
+38 −38 | src/util/mod.rs |