mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-26 06:01:18 +01:00
RegisterAddresss and RegisterValue: Removed the implicit conversions. RegisterAddress: Changed member name from address_ to value_ and method as well to value(). RegisterValue: Also added | operator to be able to concatenate with uint32_t. Same in python bindings (but could not find the tests to modify