usdot-fhwa-OPS / V2X-Hub

V2X Hub is a message handler that acts as a translator and data aggregator/disseminator for infrastructure components of a connected vehicle deployment.
118 stars 67 forks source link

Fix map #609

Closed jwillmartin closed 3 weeks ago

jwillmartin commented 3 months ago

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:

sonarcloud[bot] commented 3 weeks ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Line Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud