X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FW1CounterDevice.cc;h=d4a20f69de840644343d6d7c7bdad809506cb975;hb=c4d8504b99fa1e354d15b2b91e4e2797f54ba028;hp=53c95f93a0751cd97ed55087b0b24ed77ba10c1e;hpb=dcc5fd94e2ec65898dd8bda440cb0539e1f60373;p=lib1wire.git diff --git a/src/W1CounterDevice.cc b/src/W1CounterDevice.cc index 53c95f9..d4a20f6 100644 --- a/src/W1CounterDevice.cc +++ b/src/W1CounterDevice.cc @@ -43,7 +43,7 @@ bool W1CounterDevice::is_supported_family_code(int family_code) { return ret_val; } -string W1CounterDevice::get_raw_value() { +string W1CounterDevice::get_raw_data() { string ret_val; string value_line; int pos;