From 441cd0b11186d66493798551e1102eb246f1af9f Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 30 Jun 2015 14:37:06 +0200 Subject: Getting started on a port to OSX. --- apps/apps.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/apps.h') diff --git a/apps/apps.h b/apps/apps.h index 7569a9f..b4de0a0 100644 --- a/apps/apps.h +++ b/apps/apps.h @@ -4,7 +4,9 @@ #include #include #include "json.hpp" +#include "ble/Bluetooth.h" #include +#include namespace trygvis { namespace apps { @@ -63,6 +65,10 @@ public: const std::string app_name; }; +void add_ble_options(po::options_description &options); + +std::string ble_adapter_name(); + std::string get_hostname(); template -- cgit v1.2.3