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 #192

Closed
wants to merge 118 commits into from
Closed

Transient federates #192

wants to merge 118 commits into from

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    7e82a1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c236f06 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    8871b51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da78961 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    62e0a87 View commit details
    Browse the repository at this point in the history
  2. Federate sends its type (transient or not) to RTI or p2p federate tog…

    …ether with the FED_ID, and RTI, or federate, reads it
    ChadliaJerad committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    9f5aca4 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    190a211 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    13d8409 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Add canvas to identify if a TIMESTAMP message if received from a trab…

    …sient federate after the startup phase, or not.
    ChadliaJerad committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    20817f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Add new message types and handle the start_time of trabsient federate…

    …s after the startup phase
    ChadliaJerad committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    4a9b9c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b570310 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    86a1a47 View commit details
    Browse the repository at this point in the history
  2. 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!
    ChadliaJerad committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    3f29f1d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    8a442f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    0c0ccff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33191e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fc8f2a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    fd2eab8 View commit details
    Browse the repository at this point in the history
  2. 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)
    ChadliaJerad committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    df9bd41 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    22b8657 View commit details
    Browse the repository at this point in the history
  2. Clean useless functions

    ChadliaJerad committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    9a788e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad23fe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c925e41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    190ed02 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    e62fe09 View commit details
    Browse the repository at this point in the history
  2. Remove non useful code

    ChadliaJerad committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3bf95e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c35cfd1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    e17ffc7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    6024e43 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. 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.
    ChadliaJerad committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2856f34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    825fbc1 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. 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.
    ChadliaJerad committed May 4, 2023
    Configuration menu
    Copy the full SHA
    fababed View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    82cfe8c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    79a67ff View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    1efa26f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c41f0ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a52ea7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af093e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. More merge fixes.

    ChadliaJerad committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    e61ea4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5282fb View commit details
    Browse the repository at this point in the history
  3. Fix merge conflicts.

    ChadliaJerad committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    64c34bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd0a992 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    092f5eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f697019 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9a0d16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18f75c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    cfa573b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0da38c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    c7110ec View commit details
    Browse the repository at this point in the history
  2. Fix after merge

    ChadliaJerad committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    62c9fe7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    f670496 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Fix redundant messages

    ChadliaJerad committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    2f6ae6c View commit details
    Browse the repository at this point in the history
  2. Monor fixes

    ChadliaJerad committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b5fb4a1 View commit details
    Browse the repository at this point in the history
  3. Another minor fix

    ChadliaJerad committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4eb1b1d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    438611d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    4886e7a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    e860eab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a8636 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc1728e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36393ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0bea8d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    f66f39a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Compute TAG of transients' downstream, and assign a TAG even when a f…

    …ederate is not connected
    ChadliaJerad committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e7146d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44aea06 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    120599d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4c4662 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    e7ac763 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Sending PATG can be delayed as well, if a trabsient's downstream has …

    …exclusively absent transient updtreams
    ChadliaJerad committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4c38eec View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    92a5d1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33d8ae4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c95b51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdefa3e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    ef6ab52 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Less format warning

    ChadliaJerad committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9195911 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Add lf_stop()

    ChadliaJerad committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    27150bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a8f97c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    584c85f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. More doc

    ChadliaJerad committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    644ed2c View commit details
    Browse the repository at this point in the history
  2. Fix typo

    ChadliaJerad committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    11314fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12efc49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f339a6 View commit details
    Browse the repository at this point in the history
  5. Fix wrong type

    ChadliaJerad committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8dcc23a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53c6ad9 View commit details
    Browse the repository at this point in the history
  7. Fix message to debug CI

    ChadliaJerad committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    be897db View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    204040e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d4332b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7249e0c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Make transients timers in sync with the federation start_time, not th…

    …e transient's effective_start_time
    ChadliaJerad committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    25beb95 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    abcb6be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0f9d72 View commit details
    Browse the repository at this point in the history
  3. Add rti phase

    ChadliaJerad committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b8c5869 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2195be9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Effective start time computation of a transition accounts for its 'in…

    …heretd' LTC and dowstream PTAGs as well
    ChadliaJerad committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    fef4b80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    100ea5f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    5b53955 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c579bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1909f95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af7f10d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47a2612 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    d2fe0d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    b4c991f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    89de3fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4075616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4775dd View commit details
    Browse the repository at this point in the history
  4. Revert "Make transients timers in sync with the federation start_time…

    …, not the transient's effective_start_time"
    
    This reverts commit 25beb95.
    ChadliaJerad committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3ddc540 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    e2acf9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7fe3b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    777c291 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    3ceb2ba View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    0b45142 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    f2354f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    e69e786 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    aa81a55 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    9d22662 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21d5e70 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    b58e4a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d790105 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55158ea View commit details
    Browse the repository at this point in the history