summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/ttp223
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/ttp223')
-rw-r--r--peripheral/libupm/src/ttp223/CMakeLists.txt2
-rw-r--r--peripheral/libupm/src/ttp223/javaupm_ttp223.i4
-rw-r--r--peripheral/libupm/src/ttp223/jsupm_ttp223.i4
-rw-r--r--peripheral/libupm/src/ttp223/pyupm_ttp223.i4
-rw-r--r--peripheral/libupm/src/ttp223/ttp223.cxx2
-rw-r--r--peripheral/libupm/src/ttp223/ttp223.hpp (renamed from peripheral/libupm/src/ttp223/ttp223.h)0
6 files changed, 8 insertions, 8 deletions
diff --git a/peripheral/libupm/src/ttp223/CMakeLists.txt b/peripheral/libupm/src/ttp223/CMakeLists.txt
index 33341e1..3ae4594 100644
--- a/peripheral/libupm/src/ttp223/CMakeLists.txt
+++ b/peripheral/libupm/src/ttp223/CMakeLists.txt
@@ -1,5 +1,5 @@
set (libname "ttp223")
set (libdescription "upm ttp223")
set (module_src ${libname}.cxx)
-set (module_h ${libname}.h)
+set (module_hpp ${libname}.hpp)
upm_module_init()
diff --git a/peripheral/libupm/src/ttp223/javaupm_ttp223.i b/peripheral/libupm/src/ttp223/javaupm_ttp223.i
index c6b77c6..c3b5e29 100644
--- a/peripheral/libupm/src/ttp223/javaupm_ttp223.i
+++ b/peripheral/libupm/src/ttp223/javaupm_ttp223.i
@@ -6,10 +6,10 @@
%{
- #include "ttp223.h"
+ #include "ttp223.hpp"
%}
-%include "ttp223.h"
+%include "ttp223.hpp"
%pragma(java) jniclasscode=%{
static {
diff --git a/peripheral/libupm/src/ttp223/jsupm_ttp223.i b/peripheral/libupm/src/ttp223/jsupm_ttp223.i
index f083dd8..d408dea 100644
--- a/peripheral/libupm/src/ttp223/jsupm_ttp223.i
+++ b/peripheral/libupm/src/ttp223/jsupm_ttp223.i
@@ -2,7 +2,7 @@
%include "../upm.i"
%{
- #include "ttp223.h"
+ #include "ttp223.hpp"
%}
-%include "ttp223.h"
+%include "ttp223.hpp"
diff --git a/peripheral/libupm/src/ttp223/pyupm_ttp223.i b/peripheral/libupm/src/ttp223/pyupm_ttp223.i
index 8037e91..8f2194f 100644
--- a/peripheral/libupm/src/ttp223/pyupm_ttp223.i
+++ b/peripheral/libupm/src/ttp223/pyupm_ttp223.i
@@ -5,8 +5,8 @@
%feature("autodoc", "3");
-%include "ttp223.h"
+%include "ttp223.hpp"
%{
- #include "ttp223.h"
+ #include "ttp223.hpp"
%}
diff --git a/peripheral/libupm/src/ttp223/ttp223.cxx b/peripheral/libupm/src/ttp223/ttp223.cxx
index c20e468..7e2775d 100644
--- a/peripheral/libupm/src/ttp223/ttp223.cxx
+++ b/peripheral/libupm/src/ttp223/ttp223.cxx
@@ -25,7 +25,7 @@
#include <string>
#include <stdexcept>
-#include "ttp223.h"
+#include "ttp223.hpp"
using namespace upm;
diff --git a/peripheral/libupm/src/ttp223/ttp223.h b/peripheral/libupm/src/ttp223/ttp223.hpp
index d2a3738..d2a3738 100644
--- a/peripheral/libupm/src/ttp223/ttp223.h
+++ b/peripheral/libupm/src/ttp223/ttp223.hpp