-
Notifications
You must be signed in to change notification settings - Fork 196
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
Removed classes SearchReport, SearchMonitor #3059
Conversation
-SearchReport -*SearchMonitor
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update the release notes by adding a file in |
This commit intentionally breaks some internals of: - harness_devices - RobotDescriptionServer - yarpdev terminator port name (now /yarpdev) - yarpdev toDox method
244b469
to
2cc537f
Compare
a3b9237
to
588596f
Compare
Bindings fix Fixed destructor of DeviceDriver class
588596f
to
bc2d424
Compare
SonarCloud Quality Gate failed.
|
Removed classes:
yarp::os::SearchReport
yarp::os::SearchMonitor
Their functionality (i.e. collecting and printing the list of the parameters searched by a device through methods
find
,findGroup
etc.) will be reintroduced in a subsequent PR using a different mechanism.