pcdshub / pytmc

Generate EPICS IOCs and records from TwinCAT projects - along with many TwinCAT project tools
https://pcdshub.github.io/pytmc/
Other
10 stars 11 forks source link

pytmc parser misses TcIO interface declarations #276

Open klauer opened 2 years ago

klauer commented 2 years ago

e.g., https://github.com/tcunit/TcUnit/blob/master/TcUnit/TcUnit/ITFs/I_TestResults.TcIO from TcUnit

klauer commented 1 year ago

I fixed this downstream in blark and also redid the solution parser there with a focus on just getting parseable code out of projects (also with the ability to write them back to files).

pytmc still should pick up TcIO reading functionality in order to include it in the project summary, though, so this remains a TODO.