aboutsummaryrefslogtreecommitdiff
path: root/sensor/include/trygvis/sensor
Commit message (Collapse)AuthorAgeFilesLines
* Fixing two bugs in mqtt-publish:Trygve Laugstøl2015-07-211-0/+6
| | | | | o The last character after EOF was parsed twice. o Create a separate counter for unacked messages instead of checking want_write.
* o Trying to clean up includes a bit.Trygve Laugstøl2015-07-191-1/+1
|
* o Adding a parser::finish() method that indicates that the stream is done ↵Trygve Laugstøl2015-07-111-5/+10
| | | | and any possibly buffered data should be parsed and processed.
* o Adding back SQL output.Trygve Laugstøl2015-03-281-32/+54
|
* o Adding timestamp by default when converting samples.Trygve Laugstøl2015-03-281-9/+46
|
* o Better class names for options.Trygve Laugstøl2015-03-221-31/+27
|
* o Renaming open_sample_input_stream to open_sample_stream_parser.Trygve Laugstøl2015-03-221-2/+1
|
* o Splitting out io parts into trygvis::sensor::io.Trygve Laugstøl2015-03-221-0/+210