V2X Hub is a message handler that acts as a translator and data aggregator/disseminator for infrastructure components of a connected vehicle deployment.
Apache License 2.0
123
stars
69
forks
source link
VH-1279: Fix sonar reported bugs in MessageRouterBasic.cpp #588
PR Details
Description
Resolve sonar reported bugs in MessageRouterBasic.cpp (https://sonarcloud.io/project/issues?resolved=false&types=BUG&id=usdot-fhwa-ops_V2X-Hub). Removed unnecessary use of
volatile
keyword (see ThreadsafeCounter from https://en.cppreference.com/w/cpp/language/cv).Related Issue
VH-1297
Motivation and Context
Technical Debt
How Has This Been Tested?
Types of changes
Checklist: