-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transient federates #192
Closed
Closed
Transient federates #192
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ate needed attributes.
…sistent federate exits.
…ether with the FED_ID, and RTI, or federate, reads it
…sient federate after the startup phase, or not.
…s after the startup phase
… time computation.
…e upstream federates to set the strt_time of a transient federate. Warning: the message_tag_is_in_the_future is changed!
… upstreams and its physical joinin time. A constant delay to the start time is added + Fix the corner case of sending the first TAG to a joining transient, where there upstream is only one transient that is not connected yet (was generating a warning)
…t upstream transient.
Closed as replaced with #358. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is PR enables the support of transient federates, introduced in this discussion.
This is still a work in progress. The PR is meant for checking backward compatibility using the CI.
This branch works with
transient-federates
branch oflingua-franca
. Currently:is_transient
), and records its ownstart_time
.RTI
distinguishes the startup phase (where all persistent federates have to join in order to start the execution), from the one after, where only transient federates can join and leave at arbitrary times.start_time
is set along with the persistent federates. If, however, it joins after the startup phase, its start_time will be:test/C/src/federated/transient/Timers.lf
showcases 1.The semantics will further be detailed in discussion.