]> www.pilppa.org Git - lib1wire.git/blobdiff - src/SensorDevice.hh
Moved files that were not w1 specific to libplp.
[lib1wire.git] / src / SensorDevice.hh
diff --git a/src/SensorDevice.hh b/src/SensorDevice.hh
deleted file mode 100644 (file)
index 43e59f5..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * DeviceTypeSensor.hh
- *
- *  Created on: Feb 28, 2011
- *      Author: lamikr
- */
-
-#ifndef DEVICETYPESENSOR_HH_
-#define DEVICETYPESENSOR_HH_
-
-#include <string>
-
-#include "Device.hh"
-
-namespace plp {
-       class SensorDevice : public Device {
-               public:
-                       virtual std::string get_unit() = 0;
-                       virtual plp::Data *get_data() = 0;
-       };
-}
-
-#endif /* DEVICETYPESENSOR_HH_ */