Represents a single device. Take measurements, send commands. Needs SDI12 bus instance as argument. Allows to detect devices on the bus

Changes

RevisionDateWhoCommit message
23:59447d795751 2018-08-09 amateusz idk default tip
22:c6e99d486304 2018-08-08 amateusz I can't use new and delete. I cannot.
21:aa7b255c5896 2018-08-08 amateusz fixed consts. constructor for std::string(char) turns out to be the other way round
20:abccaaa16955 2018-08-08 amateusz more const strings!
19:a29b98ae0005 2018-08-08 amateusz added present function to check if device is still connected
18:365e8aa4002c 2018-08-07 amateusz got rid of event queue
17:5cabfc047b40 2018-08-07 amateusz consts ?
16:44daef8babd6 2018-08-06 amateusz deleted debug log
15:530bf2e09814 2018-08-06 amateusz all the references changed to pointers. also queue made non obligatory to save on RAM (xDot)
14:88e212b7db59 2018-08-05 amateusz clean up
13:0093792f2325 2018-08-02 amateusz measure now allows to measure other groups of measurements
12:270bb5b69e05 2018-08-02 amateusz added delay to scheduled readout. better to be later than too early in this case
11:e0ccc1072c42 2018-08-02 amateusz added parsing long responses which don't fit into one D0 command. that was easy and pleasant
10:efd1e313fe8c 2018-08-02 amateusz New SDI-12 terminal, yikes!
9:a3062b9e4324 2018-08-01 amateusz stuff
8:1beed160ed13 2018-08-01 amateusz cleaned debug messages in ::detect
7:1f506c65c4e8 2018-08-01 amateusz changed logic. finally works without goto (sic!)
6:d9a5240a99fd 2018-08-01 amateusz fixed skipping addrrices when unsuccesful. for loop does it actually for us already !
5:e53104570fde 2018-08-01 amateusz added proper string with all the addresses (called ADDRRICES).
4:11438803516c 2018-07-30 amateusz nothing really
3:2847f7c543d3 2018-07-27 amateusz parsing half-baked
2:e2db05bc4708 2018-07-27 amateusz adding eventqueue for every sensor to handle measuremnt ready
1:6b1a21925a81 2018-07-27 amateusz gathering identification data. depends on new RxInProgress to minimise delay
0:d58ebb2bed9a 2018-07-27 amateusz class to instantionalise sdi12 sensor on the bus. also provide static detect feature