robertobucher / pysimCoder

Block diagram editor and real time code generator for Python
GNU General Public License v3.0
142 stars 31 forks source link

New branch "subsystems" #52

Closed robertobucher closed 2 years ago

robertobucher commented 2 years ago

This new branch is an attempt to implement "subsystems" in pysimCoder. There are a lot of modifications compared to the previous versions:

A lot of tests are now required (I've implemented the code in this last 2 days...) !

robertobucher commented 2 years ago

For better handling of the versions, I've renamed the branches as

robertobucher commented 2 years ago

Subsystems are now in the testing branch. I've tested subsystems with my real applications (inverted pendulum etc.), and they work without problems. Subsystems in Subsystems are also possible