lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[libs:libbpmclient] Hardcoded information about sample size #152

Open lerwys opened 7 years ago

lerwys commented 7 years ago

Problem: libbpmclient has hardcoded code asuming the sample size of the ADC sample is always int16_t. However, recently we have changed that to 32-bots, causing an assertion to trigger and killing the process.

Solution: Implement a generic way of dealing with this