diff options
| author | guest <guest@c30cbac5-9f56-4f76-8ed5-5c34e48a65ae> | 2007-10-10 08:11:16 +0000 |
|---|---|---|
| committer | guest <guest@c30cbac5-9f56-4f76-8ed5-5c34e48a65ae> | 2007-10-10 08:11:16 +0000 |
| commit | cf15d52a8d98f69623bcacda785d71872551f040 (patch) | |
| tree | 4fb0124a4de9cf19807828240f2cd36bd5235696 /dds_io_pub/IOTest.idl | |
| parent | d3d7bd1ec32c3b37c512cbc59b5860f2eb75de35 (diff) | |
Initial import.
git-svn-id: svn+ssh://mecka.net/home/svn/dds@5 c30cbac5-9f56-4f76-8ed5-5c34e48a65ae
Diffstat (limited to 'dds_io_pub/IOTest.idl')
| -rw-r--r-- | dds_io_pub/IOTest.idl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dds_io_pub/IOTest.idl b/dds_io_pub/IOTest.idl new file mode 100644 index 0000000..82f4025 --- /dev/null +++ b/dds_io_pub/IOTest.idl @@ -0,0 +1,12 @@ +module IOTest{ + +#pragma DCPS_DATA_TYPE "IOTest::Port" +#pragma DCPS_DATA_KEY "IOTest::Port no" + + struct Port { + long no; + long value; + }; + +}; + |
