OpenDDS  Snapshot(2023/04/28-20:55)
DdsDcpsConditionSeq.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_DDSDCPSCONDITIONSEQ_IDL
9 #define OPENDDS_DDSDCPSCONDITIONSEQ_IDL
10 
11 module DDS {
12  local interface Condition;
13  typedef sequence<Condition> ConditionSeq;
14 };
15 
16 #endif /* OPENDDS_DCPS_CONDITIONSEQ_IDL */
sequence< Condition > ConditionSeq
The End User API.