-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manually fix a set of Topic QoS, and implement the max-tx-rate, max-r…
…x-rate, and downsampling (#64) * Max-reception-rate & downsampling in RTPS participants Signed-off-by: tempate <[email protected]> * Max-reception-rate & downsampling in DDS participants Signed-off-by: tempate <[email protected]> * Rename max-reception-rate to max-rx-rate Signed-off-by: tempate <[email protected]> * Basic support for manual topics tag Signed-off-by: tempate <[email protected]> * Read all TopicQoS in the manual topics Signed-off-by: tempate <[email protected]> * Implement max transmission rate Signed-off-by: tempate <[email protected]> * Minor fixes Signed-off-by: tempate <[email protected]> * Fix bugs and clean code Signed-off-by: tempate <[email protected]> * Fix rebase error Signed-off-by: tempate <[email protected]> * Make the DdsPipeConfiguration required Signed-off-by: tempate <[email protected]> * Apply manual topics by default to all participants Signed-off-by: tempate <[email protected]> * Remove Wildcard Topic without name test Signed-off-by: tempate <[email protected]> * Simplify the DdsPipe's constructor Signed-off-by: tempate <[email protected]> * Minor fixes Signed-off-by: tempate <[email protected]> * Support on_data_available with multiple messages Signed-off-by: tempate <[email protected]> * Uncrustify Signed-off-by: tempate <[email protected]> * Fix compilation in Ubuntu 20.04 debug Signed-off-by: tempate <[email protected]> * Support manual topics in the dds participant Signed-off-by: tempate <[email protected]> * Uncrustify Signed-off-by: tempate <[email protected]> * Minor fixes Signed-off-by: tempate <[email protected]> * Fix bug customizing a topic in the DdsBridge Signed-off-by: tempate <[email protected]> * Apply suggestions Signed-off-by: tempate <[email protected]> * Avoid using DdsTopics in the DdsBridge Signed-off-by: tempate <[email protected]> * Minor fixes Signed-off-by: tempate <[email protected]> * Add Topic QoS to the SchemaParticipant Signed-off-by: tempate <[email protected]> * Bugfix copy method Signed-off-by: tempate <[email protected]> * Uncrustify & Windows fix Signed-off-by: tempate <[email protected]> * Allowed topics test Signed-off-by: tempate <[email protected]> * Pack the QoSs in specs on a Topic QoS object Signed-off-by: tempate <[email protected]> * Fix default Topic QoS variable Signed-off-by: tempate <[email protected]> * Apply suggestions Signed-off-by: tempate <[email protected]> * Rename max-depth to history-depth Signed-off-by: tempate <[email protected]> * Uncrustify Signed-off-by: tempate <[email protected]> * Remove test that checks parsing QoS in a DdsTopic Signed-off-by: tempate <[email protected]> * Fix compilation in Ubuntu 20.04 debug Signed-off-by: tempate <[email protected]> * Improve test according to suggestion Signed-off-by: tempate <[email protected]> * Apply specs TopicQoS over discovery TopicQoS Signed-off-by: tempate <[email protected]> * Apply suggestions Signed-off-by: tempate <[email protected]> * Apply suggestions Signed-off-by: tempate <[email protected]> * Apply more suggestions Signed-off-by: tempate <[email protected]> * Add missing Windows header Signed-off-by: tempate <[email protected]> --------- Signed-off-by: tempate <[email protected]>
- Loading branch information
Showing
47 changed files
with
1,086 additions
and
419 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
Oops, something went wrong.