I moved disp_event and events_to_mat under utils/ because it seemed a bit wired to include them in read_buffer.cpp
I deleted loop_readData in read_buffer.cpp. Actually this is a little important change that we shall ask users to write loop function by themselves as written in examples/buffer_csv/ and examples/buffer_davis. But I'm sure this is much more flexible for now.
Related issue: #17
Change Summary
disp_event
andevents_to_mat
underutils/
because it seemed a bit wired to include them inread_buffer.cpp
loop_readData
inread_buffer.cpp
. Actually this is a little important change that we shall ask users to write loop function by themselves as written inexamples/buffer_csv/
andexamples/buffer_davis
. But I'm sure this is much more flexible for now.