OpenDDS  Snapshot(2023/04/28-20:55)
DoubleSeq.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 /**
9  * This file was used to generate the code in DoubleSeqC.*
10  * The command used to generate code is:
11  *
12  * tao_idl
13  * -oA AnyTypeCode
14  * -GA -SS -Sci
15  * -Wb,pre_include=ace/pre.h
16  * -Wb,post_include=ace/post.h
17  * -Wb,export_macro=TAO_Export
18  * -Wb,export_include=tao/TAO_Export.h
19  * -Wb,anyop_export_macro=TAO_AnyTypeCode_Export
20  * -Wb,anyop_export_include=tao/AnyTypeCode/TAO_AnyTypeCode_Export.h
21  * -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL
22  * -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL
23  * DoubleSeq.pidl
24  */
25 
26 #ifndef OPENDDS_CORBASEQ_DOUBLESEQ_IDL
27 #define OPENDDS_CORBASEQ_DOUBLESEQ_IDL
28 
29 #pragma prefix "omg.org"
30 
31 module CORBA
32 {
33  typedef sequence<double> DoubleSeq;
34 };
35 
36 #endif
sequence< double > DoubleSeq
Definition: DoubleSeq.idl:33