Timer proc & singly linked list for ImageCraft C
jazzed
Posts: 11,803
For those·who care· ...
This timer and sllist module lets a user define functions to run sequentially
in a separate COG in the order which "timer proc" functions are added.
Parameter passing provisioning is global for now, and may change.
Other enhancements are possible of course.
This module uses dynamic memory management with malloc/free.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
This timer and sllist module lets a user define functions to run sequentially
in a separate COG in the order which "timer proc" functions are added.
Parameter passing provisioning is global for now, and may change.
Other enhancements are possible of course.
This module uses dynamic memory management with malloc/free.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Comments