-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add CANMessage deep comparison operators #14662
Add CANMessage deep comparison operators #14662
Conversation
@AGlass0fMilk, thank you for your changes. |
@AGlass0fMilk, thank you for your changes. |
dfc1d3c
to
d16df8c
Compare
d16df8c
to
6765988
Compare
6765988
to
b9f2367
Compare
This pull request has automatically been marked as stale because it has had no recent activity. @ARMmbed/mbed-os-maintainers, please start CI to get the PR merged. |
CI started |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
It's a connection issue with boards in CI: #14652 (comment) |
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Adds comparison operators (
==
and!=
) formbed::CANMessage
. They are implemented as deep comparison operators, ie: they compare the actual values of each data member rather than a pointer comparison.Impact of changes
Migration actions required
Documentation
None, operators are documented with doc comments.
Pull request type
Test results
Reviewers
@pan- @0xc0170 @kjbracey-arm