Time-driven Programming Website Links For
Programming
 

Information About

Time-driven Programming




The programming paradigm is mostly used for safety critical programs, since the behaviour of the program is highly Deterministic . No external events is allowed to affect the control-flow of the program, the same pattern (i.e., described by the dispatch table) will be repeated time after time.

The drawback with the method is that the program becomes static, and unsuitable for applications requiring a large amount of flexibility.