summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/th02
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/th02')
-rw-r--r--peripheral/libupm/src/th02/CMakeLists.txt2
-rw-r--r--peripheral/libupm/src/th02/javaupm_th02.i4
-rw-r--r--peripheral/libupm/src/th02/jsupm_th02.i4
-rw-r--r--peripheral/libupm/src/th02/pyupm_th02.i4
-rw-r--r--peripheral/libupm/src/th02/th02.cxx2
-rw-r--r--peripheral/libupm/src/th02/th02.hpp (renamed from peripheral/libupm/src/th02/th02.h)0
6 files changed, 8 insertions, 8 deletions
diff --git a/peripheral/libupm/src/th02/CMakeLists.txt b/peripheral/libupm/src/th02/CMakeLists.txt
index 94426f4..5ceb30e 100644
--- a/peripheral/libupm/src/th02/CMakeLists.txt
+++ b/peripheral/libupm/src/th02/CMakeLists.txt
@@ -1,5 +1,5 @@
set (libname "th02")
set (libdescription "Temperature and Humidity Sensor Pro")
set (module_src ${libname}.cxx)
-set (module_h ${libname}.h)
+set (module_hpp ${libname}.hpp)
upm_module_init()
diff --git a/peripheral/libupm/src/th02/javaupm_th02.i b/peripheral/libupm/src/th02/javaupm_th02.i
index d16ae4f..d20e899 100644
--- a/peripheral/libupm/src/th02/javaupm_th02.i
+++ b/peripheral/libupm/src/th02/javaupm_th02.i
@@ -2,10 +2,10 @@
%include "../upm.i"
%{
- #include "th02.h"
+ #include "th02.hpp"
%}
-%include "th02.h"
+%include "th02.hpp"
%pragma(java) jniclasscode=%{
static {
diff --git a/peripheral/libupm/src/th02/jsupm_th02.i b/peripheral/libupm/src/th02/jsupm_th02.i
index dcf48cf..8ab407f 100644
--- a/peripheral/libupm/src/th02/jsupm_th02.i
+++ b/peripheral/libupm/src/th02/jsupm_th02.i
@@ -2,7 +2,7 @@
%include "../upm.i"
%{
- #include "th02.h"
+ #include "th02.hpp"
%}
-%include "th02.h"
+%include "th02.hpp"
diff --git a/peripheral/libupm/src/th02/pyupm_th02.i b/peripheral/libupm/src/th02/pyupm_th02.i
index b280c7d..77b3688 100644
--- a/peripheral/libupm/src/th02/pyupm_th02.i
+++ b/peripheral/libupm/src/th02/pyupm_th02.i
@@ -5,7 +5,7 @@
%feature("autodoc", "3");
-%include "th02.h"
+%include "th02.hpp"
%{
- #include "th02.h"
+ #include "th02.hpp"
%}
diff --git a/peripheral/libupm/src/th02/th02.cxx b/peripheral/libupm/src/th02/th02.cxx
index ae7230b..5e79e06 100644
--- a/peripheral/libupm/src/th02/th02.cxx
+++ b/peripheral/libupm/src/th02/th02.cxx
@@ -30,7 +30,7 @@
#include <stdlib.h>
#include <stdexcept>
-#include "th02.h"
+#include "th02.hpp"
using namespace std;
using namespace upm;
diff --git a/peripheral/libupm/src/th02/th02.h b/peripheral/libupm/src/th02/th02.hpp
index 404180a..404180a 100644
--- a/peripheral/libupm/src/th02/th02.h
+++ b/peripheral/libupm/src/th02/th02.hpp