diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2015-03-22 17:29:35 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2015-03-22 17:29:35 +0100 |
commit | d7d545575250f616f0b9e2243e08544ab2794a03 (patch) | |
tree | 3ac666251499b8b665d82681920f1afee645cb51 /sensor/include | |
parent | aad1eaa291460509a5cf94092609ae22ebef5494 (diff) | |
download | ble-toys-d7d545575250f616f0b9e2243e08544ab2794a03.tar.gz ble-toys-d7d545575250f616f0b9e2243e08544ab2794a03.tar.bz2 ble-toys-d7d545575250f616f0b9e2243e08544ab2794a03.tar.xz ble-toys-d7d545575250f616f0b9e2243e08544ab2794a03.zip |
o Renaming trygvis::soil_moisture to trygvis::sample.
Diffstat (limited to 'sensor/include')
-rw-r--r-- | sensor/include/trygvis/SensorSample.h (renamed from sensor/include/SensorSample.h) | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sensor/include/SensorSample.h b/sensor/include/trygvis/SensorSample.h index 386296a..438e2ae 100644 --- a/sensor/include/SensorSample.h +++ b/sensor/include/trygvis/SensorSample.h @@ -1,5 +1,4 @@ -#ifndef SOIL_MOISTURE_IO_H -#define SOIL_MOISTURE_IO_H +#pragma once #include <ostream> #include <vector> @@ -12,9 +11,8 @@ #include <functional> #include <mutex> -// TODO: rename to trygvis::sample namespace trygvis { -namespace soil_moisture { +namespace sensor { using namespace std; using namespace boost::asio; @@ -423,5 +421,3 @@ public: } } - -#endif |