added --lograwdatafile and --lograwdatasize options similar to --dumpfile/--dumpsize for logging received/sent bytes to a dedicated text file, extracted dump/raw file handling to a separate class, switched to an interface instead of a method for dumping/logging raw data, changed default dump file name to /tmp/ebusd_dump.bin, use "s_" for static variables, formatting

This commit is contained in:
john30
2016-12-04 17:21:47 +01:00
parent 14fd6c9a13
commit cdbcb4664d
9 changed files with 416 additions and 224 deletions
+3 -1
View File
@@ -11,7 +11,9 @@ libutils_a_SOURCES = log.cpp \
clock.h \
clock.cpp \
queue.h \
notify.h
notify.h \
rotatefile.h \
rotatefile.cpp
distclean-local:
-rm -f Makefile.in