Open-Agriculture / AgIsoStack-plus-plus

AgIsoStack++ is the completely free open-source C++ ISOBUS library for everyone
https://agisostack.com/
MIT License
170 stars 40 forks source link

[Core/DP]: Add address violation handling #329

Closed ad3154 closed 9 months ago

ad3154 commented 9 months ago

Overview:

ISO11783-5 states that an address violation occurs when two control functions use the same source address.

If a CF receives a message other than an address-claim which uses the CF's own source address, then the CF must:

This PR does that!

The Changes

sonarcloud[bot] commented 9 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

90.0% 90.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.17) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Read more here