Skip to content

Commit

Permalink
Missed OpenZWave methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
zgmnkv committed Sep 15, 2013
1 parent 8609449 commit 3b4b9a8
Show file tree
Hide file tree
Showing 17 changed files with 2,369 additions and 59 deletions.
6 changes: 3 additions & 3 deletions OpenZWave.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Index: cpp/src/Defs.h
===================================================================
--- cpp/src/Defs.h (revision 664)
--- cpp/src/Defs.h (revision 665)
+++ cpp/src/Defs.h (working copy)
@@ -28,6 +28,7 @@
#ifndef _Defs_H
Expand All @@ -12,7 +12,7 @@ Index: cpp/src/Defs.h
#ifdef NULL
Index: cpp/src/platform/windows/LogImpl.cpp
===================================================================
--- cpp/src/platform/windows/LogImpl.cpp (revision 664)
--- cpp/src/platform/windows/LogImpl.cpp (revision 665)
+++ cpp/src/platform/windows/LogImpl.cpp (working copy)
@@ -30,6 +30,32 @@
#include "Defs.h"
Expand Down Expand Up @@ -49,7 +49,7 @@ Index: cpp/src/platform/windows/LogImpl.cpp
//-----------------------------------------------------------------------------
Index: cpp/src/platform/windows/TimeStampImpl.cpp
===================================================================
--- cpp/src/platform/windows/TimeStampImpl.cpp (revision 664)
--- cpp/src/platform/windows/TimeStampImpl.cpp (revision 665)
+++ cpp/src/platform/windows/TimeStampImpl.cpp (working copy)
@@ -25,6 +25,7 @@
// along with OpenZWave. If not, see <http://www.gnu.org/licenses/>.
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ java -cp zwave4j-X-ozw-revY.jar org.zwave4j.Main "C:/open-zwave/config" "//./COM
Build requirements:

1. JDK 1.7+ (http://www.oracle.com/technetwork/java/javase/downloads/index.html)
2. Gradle 1.5+ (http://www.gradle.org/downloads)
2. Gradle 1.6 (http://www.gradle.org/downloads)
3. GCC (MinGW for Windows*)
4. OpenZWave with sources (latest tested revision: 664) (https://code.google.com/p/open-zwave)
4. OpenZWave with sources (latest tested revision: 665) (https://code.google.com/p/open-zwave)

* For Windows this build of MinGW was used: http://sourceforge.net/projects/mingwbuilds.

Expand Down
Loading

0 comments on commit 3b4b9a8

Please sign in to comment.