aboutsummaryrefslogtreecommitdiff
path: root/sensor/include/trygvis/sensor/io.h
Commit message (Collapse)AuthorAgeFilesLines
* o Renaming SampleOutputStream to SampleConsumer.Trygve Laugstøl2017-09-011-68/+57
| | | | o Some c++ style fixes.
* Soil Moisture: Adding support for controlling lights.Trygve Laugstøl2016-04-121-1/+1
| | | | | Bluetooth: refectorying, trying to be more c++ idiomatic and modern. SM/Diller: adding bluetooth to Diller bridge.
* 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