nimbuscontrols / EIPScanner

Free implementation of EtherNet/IP in C++
https://eipscanner.readthedocs.io/en/latest/
MIT License
233 stars 93 forks source link

Incorrect scaling attributes in multithreaded program #31

Closed jadamroth closed 4 years ago

jadamroth commented 4 years ago

Scaling attributes were incorrect in multithreaded program because of uninitialized variables in the ParameterObject constructor

jadamroth commented 4 years ago

closed with #32