split davisio.cpp functions into buffering module (buffer_davis.cpp), and loading module (read_buffer.cpp). The latter is common for both of buffe_csv and and buffer_davis
refactored to reduce unneeded header includes.
modified corresponding codes and CMakeLists under examples/
Related issue: #1
buffer_csv.cpp
.davisio.cpp
tobuffer_davis.cpp
davisio.cpp
functions into buffering module (buffer_davis.cpp
), and loading module (read_buffer.cpp
). The latter is common for both ofbuffe_csv and
andbuffer_davis
examples/