forked from ros2/rclcpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate shared ptr publish (ros2#709)
* Deprecate publish methods with shared_ptr signature Signed-off-by: ivanpauno <[email protected]> * Corrected with PR comments. Deprecated similar methods in lifecycle publisher Signed-off-by: ivanpauno <[email protected]> * Removed reference in unique_ptr publish call Signed-off-by: ivanpauno <[email protected]> * Corrected with PR comments. Corrected warning problem in lifecycle_publisher Signed-off-by: ivanpauno <[email protected]> * Deprecate publish call taking a raw ptr. Stop deprecating publish methods in LifecyclePublisher. Signed-off-by: ivanpauno <[email protected]> * Pleased linter Signed-off-by: ivanpauno <[email protected]> * Corrected mac warning Signed-off-by: ivanpauno <[email protected]> * Corrected serialized publish methods Signed-off-by: ivanpauno <[email protected]> * Avoid windows warning Signed-off-by: ivanpauno <[email protected]> * Not deprecate on windows Signed-off-by: ivanpauno <[email protected]>
- Loading branch information
1 parent
f59a144
commit 0196941
Showing
3 changed files
with
72 additions
and
21 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