Do we need a concept of a signal and a slot?
Closed this issue · 3 comments
sensestage commented
A one shot event sent out to whoever is interested in listening.
eirikblekesaune commented
Conceptually the interaction between signals and commands are similar to signals and slot in Qt.
Commands-without-arguments and Command-with-arguments may very well be two different concepts?
pchdev commented
this raises a small problem regarding SC native objects, which would not be able to have this signal-slot implementation in their definitions. Meaning that there should be a “wrapper class“ for them in order to bind the different states of the object.
e.g SerialPort : connected / closed / error
eirikblekesaune commented