PaCO++  0.05
ControlledIdl.idl
Go to the documentation of this file.
00001 // This file defines the descr structure 
00002 // of the Controlled library.
00003 
00004 module ControlledLib
00005 {
00006   struct ControlledDescr
00007   {
00008     unsigned long  llen;  // totale size to be received
00009     sequence<long> lens;  // fragment length
00010   };
00011 };
00012 
00013