-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More overall improvements to the code (#98)
* Move more implementation into rmw_subscription_data_t. This moves more of the implementation out of rmw_zenoh.cpp and into the class handling the subscription data. Signed-off-by: Chris Lalancette <[email protected]> * Move more of the implementation into rmw_service_data_t. This just allows us to hide more of the implementation and remove it from rmw_zenoh.cpp. It also fixes some of the locking, which wasn't correct previously. Signed-off-by: Chris Lalancette <[email protected]> * Move more of the implementation into rmw_client_data_t. This allows us to encapsulate more of the client data in the right place, and also allows us to fix the locking. Signed-off-by: Chris Lalancette <[email protected]> * Make sure to reset the trigger. That is, once we have discovered what the guard condition status is, we should immediately reset the trigger condition and wait for the next one. Otherwise we risk triggering over and over again. Signed-off-by: Chris Lalancette <[email protected]> --------- Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information
1 parent
d49f976
commit 76fec8b
Showing
5 changed files
with
315 additions
and
153 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
Oops, something went wrong.