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

VH-1279: Fix sonar reported bugs in MessageRouterBasic.cpp #588

Closed paulbourelly999 closed 3 months ago

paulbourelly999 commented 4 months ago

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: