]> pilppa.org Git - libplp.git/blobdiff - src/DataReader.hh
api fixes and cleanups
[libplp.git] / src / DataReader.hh
index 23a39d3912ec43afa02657838da46477d2e146f8..b544242bf39e76b1fd272b9cae6a7f00f82329de 100644 (file)
@@ -60,7 +60,7 @@ namespace plp {
 
                        DataRange *get_data(Date *start_date, Date *end_date);
                        std::string get_device_id();
-                       std::string get_device_type();
+                       bool get_device_type(std::string& type_param);
                        Data *get_latest_data();
                protected:
                        std::string                     device_id;