Skip to content
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 #1695

Closed
wants to merge 180 commits into from
Closed

Transient federates #1695

wants to merge 180 commits into from

Conversation

ChadliaJerad
Copy link
Collaborator

This is PR enables the support of transient federates, introduced in discussion discussion.
This is still work in progress. The PR is meant for checking backward compatibility using the CI.

This branch works with transient-federates branch of reactor-c. Currently:

  • @transient annotation is added.
  • a federate has an attribute saying if it is transient (is_transient), which is sent to the RTI within the FED_ID.
  • the generated launcher automatically sets -n (number of persistent federates) and -nt (number of transient federates) when calling RTI.
  • working examples will be under test/C/src/federated/transient.
  • the Timers.lf example, when executed from different prompts, showcases the ability of a(non-connected) federate to join and leave the federation.
  • the tracing mechanism produces a mess! This is due to the different start_time(s).

The semantics will be detailed in discussion.

@ChadliaJerad ChadliaJerad marked this pull request as draft April 13, 2023 00:21
@ChadliaJerad
Copy link
Collaborator Author

Closed as replaced with #2213.

@ChadliaJerad ChadliaJerad deleted the transient-federates branch February 20, 2024 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants