summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2012-06-02 16:34:53 +0200
committerManuel Traut <manut@mecka.net>2012-06-02 16:34:53 +0200
commit55b366883c41550f8eced0d4b87e0957a744daf8 (patch)
tree47222ae5983fadc20c3ebe49ad13e5e5e9922497
parentcc67c2e498ccc7b504799fa18bfe0c608d425dba (diff)
project renaming
from distributed-io which is a widely use term to distrio Signed-off-by: Manuel Traut <manut@mecka.net>
-rw-r--r--COMPILE6
-rw-r--r--README10
-rw-r--r--distrio.doxy (renamed from distributed-io.doxy)0
-rw-r--r--interfaces/common.idl4
-rw-r--r--interfaces/controller.idl4
-rw-r--r--interfaces/io.idl4
6 files changed, 14 insertions, 14 deletions
diff --git a/COMPILE b/COMPILE
index 1623942..7ffe8a1 100644
--- a/COMPILE
+++ b/COMPILE
@@ -1,10 +1,10 @@
-COMPILE DISTRIBUTED-IO
-======================
+COMPILE DISTRIO
+===============
Manuel Traut <manut@mecka.net>
MPC/ACE/TAO
-----------
-The TAO CORBA framework is used by the distributed-io Manager.
+The TAO CORBA framework is used by the distrio Manager.
It depends on the MakeProjectCreator (MPC) and on ACE.
You should use the ACE/TAO packages provided by your distribution. If your
diff --git a/README b/README
index f0675ab..4d57441 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
-DISTRIBUTED-IO
-==============
+DISTRIO
+=======
Manuel Traut <manut@mecka.net>
-distributed-io is a software framework to group and control digital and analog
+distrio is a software framework to group and control digital and analog
inputs and outputs that are distributed on different machines/boards.
The initial idea was to control turnouts / LEDs / servos of a model railroad.
@@ -40,10 +40,10 @@ The 'Digital' and 'Analog' interface needs to be implemented if new hardware
should be supported.
The 'Device' interface needs to be implemented for each logical/complex device
-that should be controllable by the distributed-io framework.
+that should be controllable by the distrio framework.
The 'Manager' interface needs to be implemented once and can be reused in each
-distributed-io system.
+distrio system.
The 'Controller' interface is the user interface. It can for example host a
webinterface or mobile application.
diff --git a/distributed-io.doxy b/distrio.doxy
index 5c117c0..5c117c0 100644
--- a/distributed-io.doxy
+++ b/distrio.doxy
diff --git a/interfaces/common.idl b/interfaces/common.idl
index f80b9f7..e934b66 100644
--- a/interfaces/common.idl
+++ b/interfaces/common.idl
@@ -1,5 +1,5 @@
-#ifndef DISTIO_COMMON_IDL
-#define DISTIO_COMMON_IDL
+#ifndef DISTRIO_COMMON_IDL
+#define DISTRIO_COMMON_IDL
/**
* @brief shared between different modules
diff --git a/interfaces/controller.idl b/interfaces/controller.idl
index f1719bf..6ae1c8c 100644
--- a/interfaces/controller.idl
+++ b/interfaces/controller.idl
@@ -1,5 +1,5 @@
-#ifndef DISTIO_CONTROLLER_IDL
-#define DISTIO_CONTROLLER_IDL
+#ifndef DISTRIO_CONTROLLER_IDL
+#define DISTRIO_CONTROLLER_IDL
#include "common.idl"
#include "io.idl"
diff --git a/interfaces/io.idl b/interfaces/io.idl
index 86e6f4f..80d8114 100644
--- a/interfaces/io.idl
+++ b/interfaces/io.idl
@@ -1,5 +1,5 @@
-#ifndef DISTIO_IO_IDL
-#define DISTIO_IO_IDL
+#ifndef DISTRIO_IO_IDL
+#define DISTRIO_IO_IDL
#include "common.idl"