stlehmann / pyads

Python wrapper for TwinCAT ADS
MIT License
254 stars 94 forks source link

Add WSTRING support for structures #293

Closed stlehmann closed 2 years ago

stlehmann commented 2 years ago

Targets #291

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1576787639


Files with Coverage Reduction New Missed Lines %
pyads/pyads_ex.py 1 90.37%
pyads/testserver/testserver.py 5 90.76%
<!-- Total: 6 -->
Totals Coverage Status
Change from base Build 1519582091: -0.2%
Covered Lines: 1690
Relevant Lines: 1793

💛 - Coveralls
stlehmann commented 2 years ago

This adds support for WSTRINGs in structures, both as fields and as arrays. @chrisbeardy would you mind taking a look at this PR and giving a short review as this involves some changes on the codebase written by you.