]> git.itanic.dy.fi Git - log-plotter/commit
Implement state machine based architecture
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 3 Nov 2013 20:11:39 +0000 (22:11 +0200)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 3 Nov 2013 20:14:26 +0000 (22:14 +0200)
commit3870f4e94d04c2f900ab07100d2f2a4b577c851a
tree5c5cc6e9fa2023b6b5deff4b2b4b8d532d385ff2
parentfbe43f1acc6fc7280b0efd230c3e86009f5a1c0d
Implement state machine based architecture

The main loop is now at the main function, where we control all of the
actual functions of the program, and really do nothing. All other
functions happen elsewhere and are being called only when interesting
events occur.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
data.c
data.h
main.c
plotter_status.h [new file with mode: 0644]