summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tutorials/Shapes
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2010-10-15 13:34:35 +0000
committermsmit <msmit@remedy.nl>2010-10-15 13:34:35 +0000
commita6635c206686ea62f65c7599ff5a9c9ebd5146f0 (patch)
tree3d08227ec1fa23f84242458fe150aedbc6847474 /CIAO/connectors/dds4ccm/tutorials/Shapes
parent560b14794ca98cc05a27e744cae9f20b295fb435 (diff)
downloadATCD-a6635c206686ea62f65c7599ff5a9c9ebd5146f0.tar.gz
Fri Oct 15 13:39:22 UTC 2010 Marcel Smit <msmit@remedy.nl>
* connectors/dds4ccm/tutorials/Shapes/Tutorial/03_executors.html: Also referring to the generated executor header files.
Diffstat (limited to 'CIAO/connectors/dds4ccm/tutorials/Shapes')
-rw-r--r--CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/03_executors.html33
1 files changed, 25 insertions, 8 deletions
diff --git a/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/03_executors.html b/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/03_executors.html
index 11a2b692116..a34503dbc7b 100644
--- a/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/03_executors.html
+++ b/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/03_executors.html
@@ -33,7 +33,7 @@
<code>
tao_idl -I../ports -I../ports/GeneratedCode
-I../../ports -I%TAO_ROOT% -I%TAO_ROOT%/tao -I%CIAO_ROOT%
- -I%CIAO_ROOT%/ccm -I%CIAO_ROOT%/ciao -Gex
+ -I%CIAO_ROOT%/ccm -I%CIAO_ROOT%/ciao -Gexr
Shapes_Control_comp.idl
</code>
<br/><br/>
@@ -41,10 +41,16 @@
Shapes_Control_comp_exec.cpp&quot; as name. Once generated, the user should
implement the business logic for the controller.<br/><br/>
- The generated code can be found
- <a href="./Code/Shapes_Control_comp/Shapes_Control_comp_exec.cpp">here</a>.<br/>
- The implemented executor can be found
+ The generated code cpp can be found
+ <a href="./Code/Shapes_Control_comp/Shapes_Control_comp_exec.cpp">here</a>.
+ The header can be found
+ <a href="./Code/Shapes_Control_comp/Shapes_Control_comp_exec.h">here</a>
+ <br/>
+
+ The implemented executor cpp can be found
<a href="../Shapes_asm/Shapes_Control_comp/src/Shapes_Control_comp_exec.cpp">
+ here</a> and the header can be found
+ <a href="../Shapes_asm/Shapes_Control_comp/src/Shapes_Control_comp_exec.h">
here</a><br/>
<br/>
</p>
@@ -62,12 +68,18 @@
-DCIAO_DDS4CCM_NDDS -Gex Shapes_Sender_comp.idl
</code>
<br/><br/>
- The generated code can be found
- <a href="./Code/Shapes_Sender_comp/Shapes_Sender_comp_exec.cpp">here</a>.<br/>
- The implemented executor can be found
+ The generated cpp code can be found
+ <a href="./Code/Shapes_Sender_comp/Shapes_Sender_comp_exec.cpp">here</a>.
+ The header can be found
+ <a href="./Code/Shapes_Sender_comp/Shapes_Sender_comp_exec.h">here</a>.
+ <br/>
+ The implemented executor cpp can be found
<a href="../Shapes_asm/Shapes_Sender_comp/src/Shapes_Sender_comp_exec.cpp">
+ here</a> and the header can be found
+ <a href="../Shapes_asm/Shapes_Sender_comp/src/Shapes_Sender_comp_exec.h">
here</a><br/>
<br/>
+ <br/>
</p>
<h2>Receiver</h2>
@@ -84,9 +96,14 @@
</code>
<br/><br/>
The generated code can be found
- <a href="./Code/Shapes_Receiver_comp/Shapes_Receiver_comp_exec.cpp">here</a>.<br/>
+ <a href="./Code/Shapes_Receiver_comp/Shapes_Receiver_comp_exec.cpp">here</a>.
+ The header can be found
+ <a href="./Code/Shapes_Receiver_comp/Shapes_Receiver_comp_exec.h">here</a>.
+ <br/>
The implemented executor can be found
<a href="../Shapes_asm/Shapes_Receiver_comp/src/Shapes_Receiver_comp_exec.cpp">
+ here</a> and the header can be found
+ <a href="../Shapes_asm/Shapes_Receiver_comp/src/Shapes_Receiver_comp_exec.h">
here</a><br/>
<br/>
</p>