-
Notifications
You must be signed in to change notification settings - Fork 5
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
Make the trigger of the DDS Pipe callbacks configurable #56
Conversation
4c906f4
to
a2cf1d6
Compare
a2cf1d6
to
b467b16
Compare
946b38b
to
4871a67
Compare
2f20cb6
to
1568f8e
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #56 +/- ##
==========================================
- Coverage 65.20% 65.15% -0.06%
==========================================
Files 22 22
Lines 1098 1105 +7
Branches 385 389 +4
==========================================
+ Hits 716 720 +4
Misses 136 136
- Partials 246 249 +3 ☔ View full report in Codecov by Sentry. |
@@ -116,14 +116,18 @@ std::shared_ptr<DdsPipe> create_pipe( | |||
DdsPipeConfiguration ddspipe_configuration; | |||
ddspipe_configuration.init_enabled = true; | |||
|
|||
// Create the internal communication (built-in) topics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update comment, also in similar sections.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
Signed-off-by: tempate <[email protected]>
71d5739
to
9249a34
Compare
Signed-off-by: tempate <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
In the previous version, the DDS Pipe's callbacks were only triggered by the discovery of readers, so the Fast-DDS-spy had to simulate the creation of a reader to trigger the creation of the Bridge. In this version, the entity type that triggers the callbacks is configurable, so the Fast-DDS-spy can trigger them with the discovery of writers.
Merge after: