OSDN Git Service

Updated the version info for alpha 1 release.
authortkawata <tkawata@users.sourceforge.jp>
Fri, 1 Jun 2012 14:57:49 +0000 (23:57 +0900)
committertkawata <tkawata@users.sourceforge.jp>
Fri, 1 Jun 2012 14:57:49 +0000 (23:57 +0900)
Added README document for win.

Documents/README_WIN.en.txt [new file with mode: 0644]
Documents/README_WIN.jp.txt [new file with mode: 0644]
Source/QtDennco/mainwindow.cpp
Source/versioninfo.h

diff --git a/Documents/README_WIN.en.txt b/Documents/README_WIN.en.txt
new file mode 100644 (file)
index 0000000..57258e0
--- /dev/null
@@ -0,0 +1,36 @@
+dennco project
+
+Alpha 1.0 release for windows
+Date: June 1, 2012
+
+- How to run:
+
+1. Execute StartEngine.bat. It will launch the "dennco engine" application.
+2. Press [Choose Dir] button and choose the directory contains the dennco 
+   application content.
+3. Press [Start] button. The application will be loaded into the engine and
+   start runnig.
+
+- A sample containers are provided. 
+  They are under Samples\Samples. Following samples are provided:
+    Sample1_SampleCells 
+      - demonstrate the functionalities of the cells.
+
+    Sample2_SimpleStorageCells 
+      - demonstrate the persistent storage functionality.
+
+    Sample3_Arduino1 
+      - demonstrate the serial communication functionality. 
+        Arduino uno is expected to be used as the device communicate to.
+        A sketch for arduino is provided under Arduino/sketch1
+
+    Sample4_Arduino2_PIDControl
+         - demonstrate the serial communicattion functionality.
+           This demo controls a motor. Arudino + Motor shield is used.
+               This demo read analog3 input from Arduino and control motor 
+               with PID controller.
+               
+       Sample5_SimplePerceptron
+         - A example to implement Perceptron neural network using dennco.
+           To implement the logic. Following URL is referenced.
+               http://en.wikipedia.org/wiki/Perceptron 
diff --git a/Documents/README_WIN.jp.txt b/Documents/README_WIN.jp.txt
new file mode 100644 (file)
index 0000000..9c76a3f
--- /dev/null
@@ -0,0 +1,35 @@
+dennco project
+
+alpha 1.0 release for windows
+Date: June 1, 2012
+
+- \8eg\82¢\95û:
+ 1. StartEngine.bat\82ð\8bN\93®\82µ\82Ü\82·\81B"dennco engine" \83A\83v\83\8a\83P\81[\83V\83\87\83\93\82ª\8bN\93®\82µ\82Ü\82·\81B
+ 2.  [Choose Dir] \83{\83^\83\93\82ð\89\9f\82µ\82Ä\8eÀ\8ds\82·\82é\83R\83\93\83e\83\93\83c\82ð\91I\91ð\82µ\82Ü\82·\81B
+ 3.  [Start] \83{\83^\83\93\82ð\89\9f\82µ\82Ä\8eÀ\8ds\82ð\8aJ\8en\82µ\82Ü\82·\81B
+
+
+- \83T\83\93\83v\83\8b\82Ì\83R\83\93\83e\83\93\83c\82ª\92ñ\8b\9f\82³\82ê\82Ä\82¢\82Ü\82·\81B
+  \83T\83\93\83v\83\8b\82Í Samples\Samples \83f\83B\83\8c\83N\83g\83\8a\94z\89º\82É\82 \82è\82Ü\82é\81B
+\81@\8e\9f\82Ì\83T\83\93\83v\83\8b\82ª\92ñ\8b\9f\82³\82ê\82Ä\82¢\82Ü\82·\81B
+
+    Sample1_SampleCells 
+      - cell \82Ì\8aî\96{\93I\82È\8b@\94\\82ð\8eg\82Á\82½\83T\83\93\83v\83\8b
+
+    Sample2_SimpleStorageCells 
+      - \95Û\91\8b@\94\\82ð\97p\82¢\82½\83T\83\93\83v\83\8b
+
+    Sample3_Arduino1 
+      - \83V\83\8a\83A\83\8b\92Ê\90M\8b@\94\\82ð\8eg\82Á\82½\83T\83\93\83v\83\8b
+        \92Ê\90M\91\8a\8eè\82Æ\82µ\82Ä Arduino Uno \82ð\91z\92è
+        analog0 \82Ì\93Ç\82Ý\8d\9e\82Ý\82Æ PWD3 \82©\82ç\82Ì\83A\83i\83\8d\83O\8fo\97Í\82ð\83R\83\93\83g\83\8d\81[\83\8b
+        Arduino Uno \82Å\93®\8dì\82³\82¹\82é\83X\83P\83b\83`\82ð Arduino/sketch1 \82É\92ñ\8b\9f
+
+    Sample4_Arduino2_PIDControl
+      - \83V\83\8a\83A\83\8b\92Ê\90M\82Å Arduino Uno \82Æ\90Ú\91±\82µ\81A\83\82\81[\83^\82ð\90§\8cä\82·\82é\83f\83\82
+        \83\82\81[\83^\82Ì\90§\8cä\82Í \83\82\81[\83^\83V\81[\83\8b\83h\82ð\89î\82µ\82Ä\8ds\82¤\82±\82Æ\82ð\91z\92è\82µ\82Ä\82¢\82Ü\82·\81B
+        Aruduino \82Ì analog3 \82©\82ç\82Ì\92l\82ð\93Ç\82Ý\8eæ\82è\81A\82±\82ê\82ð\82à\82Æ\82É PID \90§\8cä\82ð\8ds\82¢\82Ü\82·\81B
+
+    Sample5_SimplePerceptron
+      - \83p\81[\83Z\83v\83g\83\8d\83\93\81E\83j\83\85\81[\83\89\83X\83l\83b\83g\83\8f\81[\83N\82Ì dennco \82É\82æ\82é\8eÀ\91\95\97á\82Å\82·\81B
+        \97\9d\98_\82Í http://en.wikipedia.org/wiki/Perceptron \82ð\8eQ\8dl\82É\82µ\82Ü\82µ\82½\81B
index 9ad19da..34f3243 100644 (file)
@@ -31,6 +31,7 @@
 #include "TKConsole.h"
 #include "dnwebinterface.h"
 #include "DNSettings.h"
+#include "versioninfo.h"
 
 //static
 QColor MainWindow::NORMAL_COLOR(0,0,0);
@@ -49,6 +50,11 @@ MainWindow::MainWindow(QWidget *parent) :
     instance = this;
     ui->setupUi(this);
 
+    QString windowTitle = "dennco engine - ";
+    windowTitle.append(ENGINE_VERSION);
+
+    this->setWindowTitle(windowTitle);
+
     QString defaultPath(QDir::homePath());
     QString contentPath = QString::fromStdString(DNSettings::getValue(DNSettings::CONTEXT_PATH, defaultPath.toStdString()));
 
index 58e8588..a4eb642 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef VERSIONINFO_H
 #define VERSIONINFO_H
 
-const char *CONTAINER_VERSION = "0.1";
+#define CONTAINER_VERSION   "alpha 1.0"
+#define ENGINE_VERSION      "alpha 1.0"
 
 #endif // VERSIONINFO_H