aboutsummaryrefslogtreecommitdiff
path: root/apps/sm-serial-read-all.cpp
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-03-22 18:12:48 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2015-03-22 18:12:48 +0100
commit6bac290b92b635be047237b880144dbc163df6ec (patch)
treeab2a00f15d1c698ae37966c494000219a0a74e2f /apps/sm-serial-read-all.cpp
parentd7d545575250f616f0b9e2243e08544ab2794a03 (diff)
downloadble-toys-6bac290b92b635be047237b880144dbc163df6ec.tar.gz
ble-toys-6bac290b92b635be047237b880144dbc163df6ec.tar.bz2
ble-toys-6bac290b92b635be047237b880144dbc163df6ec.tar.xz
ble-toys-6bac290b92b635be047237b880144dbc163df6ec.zip
o Splitting out io parts into trygvis::sensor::io.
Diffstat (limited to 'apps/sm-serial-read-all.cpp')
-rw-r--r--apps/sm-serial-read-all.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/sm-serial-read-all.cpp b/apps/sm-serial-read-all.cpp
index eb1f112..0c5e54a 100644
--- a/apps/sm-serial-read-all.cpp
+++ b/apps/sm-serial-read-all.cpp
@@ -1,4 +1,5 @@
-#include "trygvis/SensorSample.h"
+#include "trygvis/sensor.h"
+#include "trygvis/sensor/io.h"
#include "json.hpp"
#include "apps.h"
#include <thread>
@@ -12,6 +13,7 @@ using namespace std;
using namespace std::chrono;
using namespace trygvis::apps;
using namespace trygvis::sensor;
+using namespace trygvis::sensor::io;
namespace po = boost::program_options;
using json = nlohmann::json;