The source project of this merge request has been removed.
Use const-correct loops for accessing INDI listener devices
- Avoid accessing baseDevice directory
- Mark functions that should be const as such.
- Fix old-style for loops with reference based equivalents.