OpenDDS  Snapshot(2023/04/28-20:55)
DdsDcpsDataReaderSeq.idl
Go to the documentation of this file.
1 /*
2  *
3  *
4  * Distributed under the OpenDDS License.
5  * See: http://www.opendds.org/license.html
6  */
7 
8 #ifndef OPENDDS_DDSDCPSDATAREADERSEQ_IDL
9 #define OPENDDS_DDSDCPSDATAREADERSEQ_IDL
10 
11 module DDS {
12  local interface DataReader;
13  typedef sequence<DataReader> DataReaderSeq;
14 };
15 
16 #endif /* OPENDDS_DCPS_DATAREADERSEQ_IDL */
The End User API.
sequence< DataReader > DataReaderSeq