NEVSTOP-LAB / Communicable-State-Machine

LabVIEW Application Framework extended from JKI State Machine(JKISM)
https://nevstop-lab.github.io/CSM-Wiki/
MIT License
18 stars 2 forks source link

register 和 unregister 语法上的不一致,容易导致新手出错 #323

Open nevstop opened 1 month ago

nevstop commented 1 month ago

e.g.

// Unregister Source Module's status
Status@Source Module >> API -><register>
Status@Source Module >> API -><unregister> 

这个逻辑在目前的规则下是不对的,应该修复