Created Intersection Validation Plugin Shell#866
Conversation
paulbourelly999
left a comment
There was a problem hiding this comment.
Everything looks good. Please add this new plugin to the sonar.properties file. Please also add empty test CPP
|
| TelematicBridgePlugin.sonar.tests=test | ||
| MUSTSensorDriverPlugin.sonar.tests=test | ||
| FLIRCameraDriverPlugin.sonar.tests=test | ||
| #IntersectionValidationPlugin.sonar.tests=test |
There was a problem hiding this comment.
DO not comment this out. As long as there exists, test cases this should work
|
|
||
| ## Introduction | ||
|
|
||
| The Intersection Validation Plugin is responsible for validating MAP, SPaT and TIM messages received from RSUs prior to sending these messages to Connected Intersections Message Monitoring Systems (CIMMS). |
There was a problem hiding this comment.
While we will send this data to CIMMS/CV Manager, for modularity sake, this plugin will only handle message validation. Specifically CTI 4501 message validation. Please update the description to remove references to CIMMS and add a reference to CTI 4501
paulbourelly999
left a comment
There was a problem hiding this comment.
Please address some of the sonar scan code smells. Specifically the ones not related to TODO or const method signatures. Like the ones suggesting we remove using directive from header files




PR Details
Description
Created the shell for the Intersection Validation Plugin, including .h, .c files, CMakeLists, manifest.json and READme.
Related GitHub Issue
Related Jira Key
VH-1534
Motivation and Context
New plugin for CTI 4501 message validation on the edge.
How Has This Been Tested?
Local deployment testing
Types of changes
Checklist: