Task #11428
Refactor VMEInt::_monitors to use a std::map
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Controller
Start date:
01/13/2016
Due date:
% Done:
0%
Estimated time:
8.00 h
Description
It would be a lot easier to manage if the intensity monitor table (VMEInt::_monitors) was implemented with a std::map rather than a std::vector. Replace with a std::map and replace all of the searching code with a direct key look-up in the map.