]> git.itanic.dy.fi Git - log-plotter/history - main.c
Use the same config structure for command line and config file
[log-plotter] / main.c
2013-11-09 Timo KokkonenUse the same config structure for command line and...
2013-11-03 Timo KokkonenImplement state machine based architecture
2013-10-31 Timo KokkonenConvert data reading into event based system
2013-10-31 Timo KokkonenAdd primitive config file parsing support
2013-10-20 Timo KokkonenRename debug.[ch] to trace.[ch]
2013-10-09 Timo Kokkonenrefactor data handling into data.c
2013-10-07 Timo KokkonenAdd missing initialization
2013-10-07 Timo KokkonenMove time stamp initialization after first proper log...
2013-10-07 Timo KokkonenDiscard too short log lines
2013-10-07 Timo KokkonenFix another incorrect test against read() return value
2013-10-07 Timo KokkonenAdd timestamp to the output data.
2013-10-06 Timo KokkonenFix read return value check
2013-10-06 Timo Kokkonenread_data: Handle the input data more gracefully
2013-10-06 Timo Kokkonenmain: Refactor data reading out from main
2013-10-06 Timo Kokkonenmain: Open ouput file when one is requested
2013-10-06 Timo KokkonenConvert all existing prints into appropriate trace...
2013-10-06 Timo KokkonenAdd command line parsing
2013-10-04 Timo Kokkonenmain: Add missing EOF check to serial read
2013-09-30 Timo Kokkonenmain: Fix busy loop with reading
2013-09-29 Timo KokkonenInitial commit