V2X Hub is a message handler that acts as a translator and data aggregator/disseminator for infrastructure components of a connected vehicle deployment.
Changes were made to handle files that could be expected. This includes:
Files with newline characters
Files with only MapData
Files containing a MessageFrame along with MapData
Plugin was also cleaned up with a header file.
Related Issue
608
Motivation and Context
These changes make the MAP plugin more robust because it's able to handle MAP files that could be expected to be generated by a user.
How Has This Been Tested?
Tested using files with and without newline characters, files with and without MessageFrames, and a combination of the two.
Types of changes
[X] Defect fix (non-breaking change that fixes an issue)
[ ] New feature (non-breaking change that adds functionality)
[ ] Breaking change (fix or feature that cause existing functionality to change)
Checklist:
[ ] I have added any new packages to the sonar-scanner.properties file
[ ] My change requires a change to the documentation.
PR Details
Description
Changes were made to handle files that could be expected. This includes: Files with newline characters Files with only MapData Files containing a MessageFrame along with MapData
Plugin was also cleaned up with a header file.
Related Issue
608
Motivation and Context
These changes make the MAP plugin more robust because it's able to handle MAP files that could be expected to be generated by a user.
How Has This Been Tested?
Tested using files with and without newline characters, files with and without MessageFrames, and a combination of the two.
Types of changes
Checklist: