From: tkawata Date: Fri, 1 Jun 2012 14:57:49 +0000 (+0900) Subject: Updated the version info for alpha 1 release. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c6731fc18c8c1e025a472fe13351e6105f8e59d1;p=dennco%2Fdennco.git Updated the version info for alpha 1 release. Added README document for win. --- diff --git a/Documents/README_WIN.en.txt b/Documents/README_WIN.en.txt new file mode 100644 index 0000000..57258e0 --- /dev/null +++ b/Documents/README_WIN.en.txt @@ -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 index 0000000..9c76a3f --- /dev/null +++ b/Documents/README_WIN.jp.txt @@ -0,0 +1,35 @@ +dennco project + +alpha 1.0 release for windows +Date: June 1, 2012 + +- Žg‚¢•û: + 1. StartEngine.bat‚ð‹N“®‚µ‚Ü‚·B"dennco engine" ƒAƒvƒŠƒP[ƒVƒ‡ƒ“‚ª‹N“®‚µ‚Ü‚·B + 2. [Choose Dir] ƒ{ƒ^ƒ“‚ð‰Ÿ‚µ‚ÄŽÀs‚·‚éƒRƒ“ƒeƒ“ƒc‚ð‘I‘ð‚µ‚Ü‚·B + 3. [Start] ƒ{ƒ^ƒ“‚ð‰Ÿ‚µ‚ÄŽÀs‚ðŠJŽn‚µ‚Ü‚·B + + +- ƒTƒ“ƒvƒ‹‚̃Rƒ“ƒeƒ“ƒc‚ª’ñ‹Ÿ‚³‚ê‚Ä‚¢‚Ü‚·B + ƒTƒ“ƒvƒ‹‚Í Samples\Samples ƒfƒBƒŒƒNƒgƒŠ”z‰º‚É‚ ‚è‚Ü‚éB +@ŽŸ‚̃Tƒ“ƒvƒ‹‚ª’ñ‹Ÿ‚³‚ê‚Ä‚¢‚Ü‚·B + + Sample1_SampleCells + - cell ‚ÌŠî–{“I‚È‹@”\‚ðŽg‚Á‚½ƒTƒ“ƒvƒ‹ + + Sample2_SimpleStorageCells + - •Û‘¶‹@”\‚ð—p‚¢‚½ƒTƒ“ƒvƒ‹ + + Sample3_Arduino1 + - ƒVƒŠƒAƒ‹’ʐM‹@”\‚ðŽg‚Á‚½ƒTƒ“ƒvƒ‹ + ’ʐM‘ŠŽè‚Æ‚µ‚Ä Arduino Uno ‚ð‘z’è + analog0 ‚̓ǂݍž‚Ý‚Æ PWD3 ‚©‚ç‚̃AƒiƒƒOo—Í‚ðƒRƒ“ƒgƒ[ƒ‹ + Arduino Uno ‚Å“®ì‚³‚¹‚éƒXƒPƒbƒ`‚ð Arduino/sketch1 ‚É’ñ‹Ÿ + + Sample4_Arduino2_PIDControl + - ƒVƒŠƒAƒ‹’ʐM‚Å Arduino Uno ‚Ɛڑ±‚µAƒ‚[ƒ^‚𐧌䂷‚éƒfƒ‚ + ƒ‚[ƒ^‚̐§Œä‚Í ƒ‚[ƒ^ƒV[ƒ‹ƒh‚ð‰î‚µ‚čs‚¤‚±‚Æ‚ð‘z’肵‚Ä‚¢‚Ü‚·B + Aruduino ‚Ì analog3 ‚©‚ç‚Ì’l‚ð“Ç‚ÝŽæ‚èA‚±‚ê‚ð‚à‚Æ‚É PID §Œä‚ðs‚¢‚Ü‚·B + + Sample5_SimplePerceptron + - ƒp[ƒZƒvƒgƒƒ“Eƒjƒ…[ƒ‰ƒXƒlƒbƒgƒ[ƒN‚Ì dennco ‚É‚æ‚éŽÀ‘•—á‚Å‚·B + —˜_‚Í http://en.wikipedia.org/wiki/Perceptron ‚ðŽQl‚É‚µ‚Ü‚µ‚½B diff --git a/Source/QtDennco/mainwindow.cpp b/Source/QtDennco/mainwindow.cpp index 9ad19da..34f3243 100644 --- a/Source/QtDennco/mainwindow.cpp +++ b/Source/QtDennco/mainwindow.cpp @@ -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())); diff --git a/Source/versioninfo.h b/Source/versioninfo.h index 58e8588..a4eb642 100644 --- a/Source/versioninfo.h +++ b/Source/versioninfo.h @@ -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