-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add maxwait, start time coordination and system events (#206)
* Handle unconnected inputs and add test * Format * Generate timeout handler for reactions * Detect STP violations * WIP * Update grammer with never and forever keywords * Various fixes for enabling STAA * Rename STAA -> max-wait * Support max-wait with no handler * Update tests and examples * FIx more tests * Resolve merge issues * max-wait -> maxwait * Formatting * Fix deadline code-gen * Document intended_tag of event * Document federated input connection * Add federate name to the output * Fixes * Increase timeout to avoid flaky test * Docs * Formatting * Fix RIOT test * Fix logging * FIx logging * Remove mistakenly committed files * Fix bug in connection generator * Fix concurrency issues in TcpChannel * Update FederatedConnection * Format * Fix typo in STP violation check * Dont format kotlin code with spotless * Format * Add the StartupCoordinator skeleton * WIP * Formating * Add proper handling of start tag * Formatting * Also format unit tests * Small fixes * Format * Remove leader concept * Add timeout to RIOT platform test * Start moving to a system_event_queue * Formatting * Formating -> Formatting * Port all examples to also support system_event_queue * Formatting * Dont call send_blocking from async context * Remove was_ever_connected * Formatting * Make run script return on first error * Update * Fix critical section * Update * Fix LF_ENTRY_POINT_FEDERATE * Fixes * Format * Formatting * Cosmetics * Docs
- Loading branch information
Showing
106 changed files
with
1,863 additions
and
836 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.