debrouxl / tilibs

TILP (formerly GtkTiLink) can transfer data between Texas Instruments graphing calculators and a computer. It works with all link cables (parallel, serial, Black/Gray/Silver/Direct Link) and it supports the TI-Z80 series (73..86), the TI-eZ80 series (83PCE, 84+CE), the TI-68k series (89, 92, 92+, V200, 89T) and the Nspire series (Nspire Clickpad / Touchpad / CX, both CAS and non-CAS)
http://lpg.ticalc.org/prj_tilp
66 stars 22 forks source link

libticables & libticalcs: add events system ? #22

Closed debrouxl closed 3 years ago

debrouxl commented 6 years ago

Wild idea: firing typed events with parameters into callbacks when performing operations such as:

This will give better insight into the libraries' operation, for debugging purposes as well as packet dissection / manipulation (issue #12 - the event system imagined here could be used to implement it).

debrouxl commented 5 years ago

This was largely implemented a while ago, the code lives on the experimental2 branch.

debrouxl commented 3 years ago

The code now lives on the main branch.