diff options
author | msmit <msmit@remedy.nl> | 2010-06-17 12:44:54 +0000 |
---|---|---|
committer | msmit <msmit@remedy.nl> | 2010-06-17 12:44:54 +0000 |
commit | 5b2811f4b9177bdb753ab075f0d010bc1c6e5dd6 (patch) | |
tree | be78da0b03f31b78d6f5d6c7510a7ccb188073d2 /CIAO | |
parent | a417beb0e0d2d57730f727a3d2ec808e35d7987a (diff) | |
download | ATCD-5b2811f4b9177bdb753ab075f0d010bc1c6e5dd6.tar.gz |
Thu Jun 17 12:41:54 UTC 2010 Marcel Smit <msmit@remedy.nl>
* connectors/dds4ccm/tutorials/Shapes/Tutorial/general.html:
* connectors/dds4ccm/tutorials/Shapes/Tutorial/idl.html:
Update.
Diffstat (limited to 'CIAO')
-rw-r--r-- | CIAO/ChangeLog | 6 | ||||
-rw-r--r-- | CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/general.html | 1 | ||||
-rw-r--r-- | CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/idl.html | 15 |
3 files changed, 22 insertions, 0 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog index e99ce283a5f..ab11646c668 100644 --- a/CIAO/ChangeLog +++ b/CIAO/ChangeLog @@ -1,3 +1,9 @@ +Thu Jun 17 12:41:54 UTC 2010 Marcel Smit <msmit@remedy.nl> + + * connectors/dds4ccm/tutorials/Shapes/Tutorial/general.html: + * connectors/dds4ccm/tutorials/Shapes/Tutorial/idl.html: + Update. + Thu Jun 17 12:28:43 UTC 2010 Marcel Smit <msmit@remedy.nl> * connectors/dds4ccm/tutorials/Shapes/Tutorial/general.html: diff --git a/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/general.html b/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/general.html index 90f86e4a4a7..44fab482a17 100644 --- a/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/general.html +++ b/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/general.html @@ -14,6 +14,7 @@ <p> TODO: <b><i>short explanation of the DDS4CCM connector.</i></b> + TODO: <b><i>short explanation of ports/mirrorports.</i></b> </p> <h2>System</h2> diff --git a/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/idl.html b/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/idl.html index b6e24b069c7..c333e2ec9f3 100644 --- a/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/idl.html +++ b/CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/idl.html @@ -155,4 +155,19 @@ <h2>Receiver IDL file</h2> <p> + The receiver is "listening" to DDS. Once the shape has been + updated by the sender, DDS will invoke a callback method on the DDS4CCM connector + which in turn calls the receiver component and will pass the updated data to + the receiver.<br/> + The receiver should provide the DDS4CCM connector with an interface which the + DDS4CCM connector should invoke the moment he gets a callback from DDS. + To establish this, the receiver component IDL should look like this:<br/> + <br/> + <code><b>module</b> Shapes<br/> + {<br/> + component Receiver_comp<br/> + {<br/> + <b>port</b> ShapesConnector::DDS_Listen info_out;<br/> + };<br/>};<br/> + </p> </body>
\ No newline at end of file |