odin-detector / odin-data

DAQ software libraries for capturing and storing data from parallel detector systems
https://odin-detector.github.io/odin-data/
Apache License 2.0
8 stars 10 forks source link

SharedBufferManager::last_manager_id should be next_manager_id_ #280

Open timcnicholls opened 3 years ago

timcnicholls commented 3 years ago

This is an instance counting class variable. It is post incremented so should be renamed next vs last and given postfix underscore.

Reported by @wnichols1 @ JIRA BC-1363