summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2010-06-17 13:08:16 +0000
committermsmit <msmit@remedy.nl>2010-06-17 13:08:16 +0000
commit1bc5b47857193784a51c9f5cfd2ea019d8cde053 (patch)
treeda96008be0e61beadb22c7e51f97432e404244c5
parente1a998ea19f8d065462951c696c5ae6e44fecd0e (diff)
downloadATCD-1bc5b47857193784a51c9f5cfd2ea019d8cde053.tar.gz
Thu Jun 17 13:05:06 UTC 2010 Marcel Smit <msmit@remedy.nl>
* connectors/dds4ccm/tutorials/Shapes/Tutorial/executors.html: * connectors/dds4ccm/tutorials/Shapes/Tutorial/general.html: * connectors/dds4ccm/tutorials/Shapes/Tutorial/idl.html: * connectors/dds4ccm/tutorials/Shapes/Tutorial/images/images.png: Added header and footer.
-rw-r--r--CIAO/ChangeLog14
-rw-r--r--CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/executors.html34
-rw-r--r--CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/general.html20
-rw-r--r--CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/idl.html21
-rw-r--r--CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/images/images.pngbin0 -> 5359 bytes
5 files changed, 83 insertions, 6 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index da2c5f514e7..73d5c774559 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,13 +1,21 @@
+Thu Jun 17 13:05:06 UTC 2010 Marcel Smit <msmit@remedy.nl>
+
+ * connectors/dds4ccm/tutorials/Shapes/Tutorial/executors.html:
+ * connectors/dds4ccm/tutorials/Shapes/Tutorial/general.html:
+ * connectors/dds4ccm/tutorials/Shapes/Tutorial/idl.html:
+ * connectors/dds4ccm/tutorials/Shapes/Tutorial/images/images.png:
+ Added header and footer.
+
Thu Jun 17 12:57:10 UTC 2010 Martin Corino <mcorino@remedy.nl>
* DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
- Clean up.
+ Clean up.
* DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
* DAnCE/DomainApplication/Domain_Application_Impl.cpp:
* DAnCE/Plan_Launcher/Plan_Launcher.cpp:
- Fixed plan teardown; added missing destroy of managers in process.
- Added -f|--force argument to plan launcher.
+ Fixed plan teardown; added missing destroy of managers in process.
+ Added -f|--force argument to plan launcher.
Thu Jun 17 12:56:13 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/executors.html b/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/executors.html
new file mode 100644
index 00000000000..6589f9df80b
--- /dev/null
+++ b/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/executors.html
@@ -0,0 +1,34 @@
+<!--//$Id$ -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <title>DDS4CCM Tutorial Shapes - Executors</title>
+</head>
+
+<body>
+ <table width="100%" border="0">
+ <tr>
+ <td align="left"><a href="./idl.html">Previous<a></td>
+ <td align="center"><img width="4%" height="5%" src="./images/images.png"/></td>
+ <td align="right"></td>
+ </tr>
+ </table>
+ <hr />
+
+ <h1>Executors</h1>
+ <p>
+ Once the IDL files are created, the business logic for the components should
+ implemented. Since components can be complex, we can use the IDL compiler to
+ create empty executor files. This part of the tutorial explains how this can
+ be done.
+ </p>
+
+ <hr />
+ <table width="100%" border="0">
+ <tr>
+ <td align="left"><a href="./idl.html">Previous<a></td>
+ <td align="center"><img width="4%" height="5%" src="./images/images.png"/></td>
+ <td align="right"></td>
+ </tr>
+ </table>
+</body>
diff --git a/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/general.html b/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/general.html
index 44fab482a17..634dc671765 100644
--- a/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/general.html
+++ b/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/general.html
@@ -2,10 +2,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
- <title>DDS4CCM Tutorial Shapes</title>
+ <title>DDS4CCM Tutorial Shapes - General</title>
</head>
<body>
+ <table width="100%" border="0">
+ <tr>
+ <td align="left"></td>
+ <td align="center"><img width="4%" height="5%" src="./images/images.png"/></td>
+ <td align="right"><a href="./idl.html">Next</a></td>
+ </tr>
+ </table>
+ <hr />
+
<h1>General</h1>
<p>
This tutorial explains how to use a DDS4CCM connector in
@@ -111,6 +120,13 @@
</li>
</u>
</p>
- <a align="right" href="./idl.html">Next</a>
+ <hr />
+ <table width="100%" border="0">
+ <tr>
+ <td align="left"></td>
+ <td align="center"><img width="4%" height="5%" src="./images/images.png"/></td>
+ <td align="right"><a href="./idl.html">Next</a></td>
+ </tr>
+ </table>
</body> \ No newline at end of file
diff --git a/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/idl.html b/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/idl.html
index c333e2ec9f3..0719e77963f 100644
--- a/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/idl.html
+++ b/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/idl.html
@@ -2,10 +2,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
- <title>DDS4CCM Tutorial Shapes</title>
+ <title>DDS4CCM Tutorial Shapes - IDL</title>
</head>
<body>
+ <table width="100%" border="0">
+ <tr>
+ <td align="left"><a href="./general.html">Previous<a></td>
+ <td align="center"><img width="4%" height="5%" src="./images/images.png"/></td>
+ <td align="right"><a href="./executors.html">Next</a></td>
+ </tr>
+ </table>
+ <hr />
+
<h1>IDL files</h1>
<p>
The IDL files are generated by the modeling tools.<br/>
@@ -169,5 +178,15 @@
&nbsp;&nbsp;{<br/>
&nbsp;&nbsp;&nbsp;&nbsp;<b>port</b> ShapesConnector::DDS_Listen info_out;<br/>
&nbsp;&nbsp;};<br/>};<br/>
+ </code>
</p>
+
+ <hr />
+ <table width="100%" border="0">
+ <tr>
+ <td align="left"><a href="./general.html">Previous<a></td>
+ <td align="center"><img width="4%" height="5%" src="./images/images.png"/></td>
+ <td align="right"><a href="./executors.html">Next</a></td>
+ </tr>
+ </table>
</body> \ No newline at end of file
diff --git a/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/images/images.png b/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/images/images.png
new file mode 100644
index 00000000000..74c8b80912c
--- /dev/null
+++ b/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/images/images.png
Binary files differ