Represents a single device. Take measurements, send commands. Needs SDI12 bus instance as argument. Allows to detect devices on the bus
History
idk
2018-08-09, by amateusz [Thu, 09 Aug 2018 10:44:42 +0000] rev 23
idk
I can't use new and delete. I cannot.
2018-08-08, by amateusz [Wed, 08 Aug 2018 18:54:37 +0000] rev 22
I can't use new and delete. I cannot.
fixed consts. constructor for std::string(char) turns out to be the other way round
2018-08-08, by amateusz [Wed, 08 Aug 2018 17:03:15 +0000] rev 21
fixed consts. constructor for std::string(char) turns out to be the other way round
more const strings!
2018-08-08, by amateusz [Wed, 08 Aug 2018 16:55:11 +0000] rev 20
more const strings!
added present function to check if device is still connected
2018-08-08, by amateusz [Wed, 08 Aug 2018 16:47:55 +0000] rev 19
added present function to check if device is still connected
got rid of event queue
2018-08-07, by amateusz [Tue, 07 Aug 2018 16:36:17 +0000] rev 18
got rid of event queue
consts ?
2018-08-07, by amateusz [Tue, 07 Aug 2018 11:42:28 +0000] rev 17
consts ?
deleted debug log
2018-08-06, by amateusz [Mon, 06 Aug 2018 17:43:24 +0000] rev 16
deleted debug log
all the references changed to pointers. also queue made non obligatory to save on RAM (xDot)
2018-08-06, by amateusz [Mon, 06 Aug 2018 17:40:05 +0000] rev 15
all the references changed to pointers. also queue made non obligatory to save on RAM (xDot)
clean up
2018-08-05, by amateusz [Sun, 05 Aug 2018 18:25:03 +0000] rev 14
clean up