lnls-dig / uhal

HAL for LNLS's μTCA platform
https://lnls-dig.github.io/uhal/
GNU General Public License v3.0
0 stars 1 forks source link

decoders: make *_data private. #16

Closed ericonr closed 1 year ago

ericonr commented 1 year ago

In order to achieve this, we need to resize the channel_data vector ourselves, so modules don't have to. It was checked that all modules were setting number_of_channels before calling add_channel*(), so it was possible to simply use that member variable.