X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FW1CounterDevice.hh;h=17c07286866241767103bfd503533dd268fa4016;hb=d58713adbc518552c11fd19bd21ae8bd11ab434f;hp=c642ecac5748d7f3814e7e37e4cffe5fb9f53a05;hpb=6dea0b59503a71874c4476c05044fff3c5ae26a5;p=lib1wire.git diff --git a/src/W1CounterDevice.hh b/src/W1CounterDevice.hh index c642eca..17c0728 100644 --- a/src/W1CounterDevice.hh +++ b/src/W1CounterDevice.hh @@ -23,6 +23,7 @@ namespace w1 { std::string get_device_type(); protected: std::vector *get_raw_data(); + unsigned int get_data_decimal_precision(); bool is_supported_w1_family_code(int family_code); }; }