Skip to content

Setting default VPChannelID to invalid value

Maarten Van Veghel requested to merge mveghel-vpidfix into 2024-patches

Changes default constructor value of VPChannelID to an invalid one. Default constructors is used (sometimes) as a dummy, like in the TrackVPOverlapMonitor and this let to wrong comparisons. One could add protection downstream, but this way is simpler and ensures these dummy values are not compared to or used as a possible true channelid 0 in the future.

Closes Rec#554 (closed)


Validated by

  • Core Software
  • RTA
  • Simulation
Edited by Maarten Van Veghel

Merge request reports