vzlogger
vzlogger copied to clipboard
use synced timestamps for all channels in message
fix #426 for D0 meters and SML meters
this needs testing by somebody who uses a D0 and/or SML meter
@mbehr1: you think this can be merged? it's completely untested so far, so i'd rather wait for some feedback.
@r00t- well, some test would be good :-) should(tm) work :-)
(sorted out some changes that were in the wrong commit(s))
is it OK to limit the precision of the timestamp to full seconds? (which the code does) previously it used the nanosecond precision time of when the specific entry was parsed, which was kind of useless. but it it might be useful to have sub-second precision for when the data was received?
Still untested?