-
Notifications
You must be signed in to change notification settings - Fork 195
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
New class for return values of interface methods PART3 #3169
Conversation
70d9016
to
13861e8
Compare
c8baad2
to
ebca86b
Compare
Hi @randaz81, this PR also changes the |
Yes, unfortunately this is the only case, so far, which requires one minor changes to apllication code. The yarp tests, which have been modified accordingly, show the correct usage of the new methods. |
Ack! fyi @S-Dafarra the new signature of |
Would it make sense to deprecate the two methods with the old signature first? This would allow transitioning to the new interface in a cleaner way in downstream code. |
sequel of #3167.
All frameTransform interfaces/devices have been updated to use yarp::dev::ReturnValue