DataPort.idl

Go to the documentation of this file.
00001 // -*- IDL -*-
00021 #ifndef DataInPort_idl
00022 #define DataInPort_idl
00023 
00024 module RTC
00025 {
00026   interface InPortAny
00027   {
00028     oneway void put(in any data);
00029   };
00030 
00031 
00032   interface OutPortAny
00033   {
00034     any get();
00035   };
00036 
00037 };
00038 #endif

Generated on Wed May 21 05:17:45 2008 for OpenRTM by  doxygen 1.5.3