-
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
Transient federates #192
Commits on Mar 24, 2023
-
Start on transient federates: Add cmdline argument -nt to RTI and cre…
…ate needed attributes.
Configuration menu - View commit details
-
Copy full SHA for 7e82a1b - Browse repository at this point
Copy the full SHA 7e82a1bView commit details -
RTI does not exist if a transient federate exits, but does when a per…
…sistent federate exits.
Configuration menu - View commit details
-
Copy full SHA for c236f06 - Browse repository at this point
Copy the full SHA c236f06View commit details
Commits on Mar 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8871b51 - Browse repository at this point
Copy the full SHA 8871b51View commit details -
Configuration menu - View commit details
-
Copy full SHA for da78961 - Browse repository at this point
Copy the full SHA da78961View commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62e0a87 - Browse repository at this point
Copy the full SHA 62e0a87View commit details -
Federate sends its type (transient or not) to RTI or p2p federate tog…
…ether with the FED_ID, and RTI, or federate, reads it
Configuration menu - View commit details
-
Copy full SHA for 9f5aca4 - Browse repository at this point
Copy the full SHA 9f5aca4View commit details
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 190a211 - Browse repository at this point
Copy the full SHA 190a211View commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 13d8409 - Browse repository at this point
Copy the full SHA 13d8409View commit details
Commits on Apr 10, 2023
-
Add canvas to identify if a TIMESTAMP message if received from a trab…
…sient federate after the startup phase, or not.
Configuration menu - View commit details
-
Copy full SHA for 20817f1 - Browse repository at this point
Copy the full SHA 20817f1View commit details
Commits on Apr 12, 2023
-
Add new message types and handle the start_time of trabsient federate…
…s after the startup phase
Configuration menu - View commit details
-
Copy full SHA for 4a9b9c8 - Browse repository at this point
Copy the full SHA 4a9b9c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b570310 - Browse repository at this point
Copy the full SHA b570310View commit details
Commits on Apr 14, 2023
-
Fix buffer reading of the timestamp when dealing with transient start…
… time computation.
Configuration menu - View commit details
-
Copy full SHA for 86a1a47 - Browse repository at this point
Copy the full SHA 86a1a47View commit details -
A non clean workig version that uses the min of the current tag of th…
…e upstream federates to set the strt_time of a transient federate. Warning: the message_tag_is_in_the_future is changed!
Configuration menu - View commit details
-
Copy full SHA for 3f29f1d - Browse repository at this point
Copy the full SHA 3f29f1dView commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a442f5 - Browse repository at this point
Copy the full SHA 8a442f5View commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0c0ccff - Browse repository at this point
Copy the full SHA 0c0ccffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33191e9 - Browse repository at this point
Copy the full SHA 33191e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc8f2a - Browse repository at this point
Copy the full SHA 2fc8f2aView commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd2eab8 - Browse repository at this point
Copy the full SHA fd2eab8View commit details -
Set the start time of a trabsient to be the max among current tags of…
… 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)
Configuration menu - View commit details
-
Copy full SHA for df9bd41 - Browse repository at this point
Copy the full SHA df9bd41View commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 22b8657 - Browse repository at this point
Copy the full SHA 22b8657View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a788e9 - Browse repository at this point
Copy the full SHA 9a788e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad23fe0 - Browse repository at this point
Copy the full SHA ad23fe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c925e41 - Browse repository at this point
Copy the full SHA c925e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 190ed02 - Browse repository at this point
Copy the full SHA 190ed02View commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e62fe09 - Browse repository at this point
Copy the full SHA e62fe09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bf95e8 - Browse repository at this point
Copy the full SHA 3bf95e8View commit details -
Tentative solution for granting time advance in a federate with absen…
…t upstream transient.
Configuration menu - View commit details
-
Copy full SHA for c35cfd1 - Browse repository at this point
Copy the full SHA c35cfd1View commit details
Commits on Apr 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e17ffc7 - Browse repository at this point
Copy the full SHA e17ffc7View commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6024e43 - Browse repository at this point
Copy the full SHA 6024e43View commit details
Commits on May 3, 2023
-
Create a different trace file if there is already one. This is tempor…
…ary though. It should be called only in case of transient federates.
Configuration menu - View commit details
-
Copy full SHA for 2856f34 - Browse repository at this point
Copy the full SHA 2856f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 825fbc1 - Browse repository at this point
Copy the full SHA 825fbc1View commit details
Commits on May 4, 2023
-
Define and use effective_start_time to start a transient federate. Ad…
…d a new message type to be sent from the RTI to federates, so that both the start_time and the effective_start_time are known and used.
Configuration menu - View commit details
-
Copy full SHA for fababed - Browse repository at this point
Copy the full SHA fababedView commit details
Commits on May 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 82cfe8c - Browse repository at this point
Copy the full SHA 82cfe8cView commit details
Commits on May 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 79a67ff - Browse repository at this point
Copy the full SHA 79a67ffView commit details
Commits on Jun 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1efa26f - Browse repository at this point
Copy the full SHA 1efa26fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c41f0ed - Browse repository at this point
Copy the full SHA c41f0edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a52ea7 - Browse repository at this point
Copy the full SHA 5a52ea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for af093e4 - Browse repository at this point
Copy the full SHA af093e4View commit details
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e61ea4d - Browse repository at this point
Copy the full SHA e61ea4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5282fb - Browse repository at this point
Copy the full SHA c5282fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64c34bd - Browse repository at this point
Copy the full SHA 64c34bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd0a992 - Browse repository at this point
Copy the full SHA cd0a992View commit details
Commits on Jun 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 092f5eb - Browse repository at this point
Copy the full SHA 092f5ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for f697019 - Browse repository at this point
Copy the full SHA f697019View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9a0d16 - Browse repository at this point
Copy the full SHA a9a0d16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18f75c6 - Browse repository at this point
Copy the full SHA 18f75c6View commit details
Commits on Jun 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cfa573b - Browse repository at this point
Copy the full SHA cfa573bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0da38c5 - Browse repository at this point
Copy the full SHA 0da38c5View commit details
Commits on Jun 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c7110ec - Browse repository at this point
Copy the full SHA c7110ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62c9fe7 - Browse repository at this point
Copy the full SHA 62c9fe7View commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f670496 - Browse repository at this point
Copy the full SHA f670496View commit details
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2f6ae6c - Browse repository at this point
Copy the full SHA 2f6ae6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5fb4a1 - Browse repository at this point
Copy the full SHA b5fb4a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb1b1d - Browse repository at this point
Copy the full SHA 4eb1b1dView commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 438611d - Browse repository at this point
Copy the full SHA 438611dView commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4886e7a - Browse repository at this point
Copy the full SHA 4886e7aView commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e860eab - Browse repository at this point
Copy the full SHA e860eabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05a8636 - Browse repository at this point
Copy the full SHA 05a8636View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc1728e - Browse repository at this point
Copy the full SHA dc1728eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36393ed - Browse repository at this point
Copy the full SHA 36393edView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0bea8d - Browse repository at this point
Copy the full SHA b0bea8dView commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f66f39a - Browse repository at this point
Copy the full SHA f66f39aView commit details
Commits on Jul 17, 2023
-
Compute TAG of transients' downstream, and assign a TAG even when a f…
…ederate is not connected
Configuration menu - View commit details
-
Copy full SHA for e7146d9 - Browse repository at this point
Copy the full SHA e7146d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44aea06 - Browse repository at this point
Copy the full SHA 44aea06View commit details
Commits on Jul 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 120599d - Browse repository at this point
Copy the full SHA 120599dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4c4662 - Browse repository at this point
Copy the full SHA b4c4662View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e7ac763 - Browse repository at this point
Copy the full SHA e7ac763View commit details
Commits on Jul 27, 2023
-
Sending PATG can be delayed as well, if a trabsient's downstream has …
…exclusively absent transient updtreams
Configuration menu - View commit details
-
Copy full SHA for 4c38eec - Browse repository at this point
Copy the full SHA 4c38eecView commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 92a5d1d - Browse repository at this point
Copy the full SHA 92a5d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33d8ae4 - Browse repository at this point
Copy the full SHA 33d8ae4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c95b51 - Browse repository at this point
Copy the full SHA 6c95b51View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdefa3e - Browse repository at this point
Copy the full SHA fdefa3eView commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ef6ab52 - Browse repository at this point
Copy the full SHA ef6ab52View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9195911 - Browse repository at this point
Copy the full SHA 9195911View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27150bf - Browse repository at this point
Copy the full SHA 27150bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a8f97c - Browse repository at this point
Copy the full SHA 9a8f97cView commit details
Commits on Aug 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 584c85f - Browse repository at this point
Copy the full SHA 584c85fView commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 644ed2c - Browse repository at this point
Copy the full SHA 644ed2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11314fc - Browse repository at this point
Copy the full SHA 11314fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12efc49 - Browse repository at this point
Copy the full SHA 12efc49View commit details -
When waiting for transients to join, do not error and exit if no sock…
…et, but try again
Configuration menu - View commit details
-
Copy full SHA for 1f339a6 - Browse repository at this point
Copy the full SHA 1f339a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dcc23a - Browse repository at this point
Copy the full SHA 8dcc23aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53c6ad9 - Browse repository at this point
Copy the full SHA 53c6ad9View commit details -
Configuration menu - View commit details
-
Copy full SHA for be897db - Browse repository at this point
Copy the full SHA be897dbView commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 204040e - Browse repository at this point
Copy the full SHA 204040eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d4332b - Browse repository at this point
Copy the full SHA 3d4332bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7249e0c - Browse repository at this point
Copy the full SHA 7249e0cView commit details
Commits on Aug 9, 2023
-
Make transients timers in sync with the federation start_time, not th…
…e transient's effective_start_time
Configuration menu - View commit details
-
Copy full SHA for 25beb95 - Browse repository at this point
Copy the full SHA 25beb95View commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for abcb6be - Browse repository at this point
Copy the full SHA abcb6beView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0f9d72 - Browse repository at this point
Copy the full SHA c0f9d72View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8c5869 - Browse repository at this point
Copy the full SHA b8c5869View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2195be9 - Browse repository at this point
Copy the full SHA 2195be9View commit details
Commits on Aug 17, 2023
-
Effective start time computation of a transition accounts for its 'in…
…heretd' LTC and dowstream PTAGs as well
Configuration menu - View commit details
-
Copy full SHA for fef4b80 - Browse repository at this point
Copy the full SHA fef4b80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 100ea5f - Browse repository at this point
Copy the full SHA 100ea5fView commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5b53955 - Browse repository at this point
Copy the full SHA 5b53955View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c579bb - Browse repository at this point
Copy the full SHA 1c579bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1909f95 - Browse repository at this point
Copy the full SHA 1909f95View commit details -
Configuration menu - View commit details
-
Copy full SHA for af7f10d - Browse repository at this point
Copy the full SHA af7f10dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47a2612 - Browse repository at this point
Copy the full SHA 47a2612View commit details
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d2fe0d2 - Browse repository at this point
Copy the full SHA d2fe0d2View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b4c991f - Browse repository at this point
Copy the full SHA b4c991fView commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 89de3fb - Browse repository at this point
Copy the full SHA 89de3fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4075616 - Browse repository at this point
Copy the full SHA 4075616View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4775dd - Browse repository at this point
Copy the full SHA e4775ddView commit details -
Revert "Make transients timers in sync with the federation start_time…
…, not the transient's effective_start_time" This reverts commit 25beb95.
Configuration menu - View commit details
-
Copy full SHA for 3ddc540 - Browse repository at this point
Copy the full SHA 3ddc540View commit details
Commits on Aug 24, 2023
-
Revert "Remove the path to trace_to_csv, as no longer valid"
This reverts commit 8515b39.
Configuration menu - View commit details
-
Copy full SHA for e2acf9b - Browse repository at this point
Copy the full SHA e2acf9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7fe3b7 - Browse repository at this point
Copy the full SHA a7fe3b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 777c291 - Browse repository at this point
Copy the full SHA 777c291View commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ceb2ba - Browse repository at this point
Copy the full SHA 3ceb2baView commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0b45142 - Browse repository at this point
Copy the full SHA 0b45142View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f2354f9 - Browse repository at this point
Copy the full SHA f2354f9View commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e69e786 - Browse repository at this point
Copy the full SHA e69e786View commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aa81a55 - Browse repository at this point
Copy the full SHA aa81a55View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9d22662 - Browse repository at this point
Copy the full SHA 9d22662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d5e70 - Browse repository at this point
Copy the full SHA 21d5e70View commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b58e4a5 - Browse repository at this point
Copy the full SHA b58e4a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d790105 - Browse repository at this point
Copy the full SHA d790105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55158ea - Browse repository at this point
Copy the full SHA 55158eaView commit details