analogdevicesinc / scopy

A software oscilloscope and signal analysis toolset
http://wiki.analog.com/scopy
GNU General Public License v3.0
378 stars 157 forks source link

IIOWidget: Changed creation class from factory to builder #1649

Closed Andrei-Fabian-Pop closed 1 week ago

Andrei-Fabian-Pop commented 2 weeks ago

The IIOWidget will now be created through a builder class, rather than a factory class in order to maintain scalability and the addition of new parameters for configuration.