OpenDDS  Snapshot(2023/04/28-20:55)
FloatSeq.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 FloatSeqC.*
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  * FloatSeq.pidl
24  */
25 
26 
27 #ifndef OPENDDS_CORBASEQ_FLOATSEQ_IDL
28 #define OPENDDS_CORBASEQ_FLOATSEQ_IDL
29 
30 #pragma prefix "omg.org"
31 
32 module CORBA
33 {
34  typedef sequence<float> FloatSeq;
35 };
36 
37 #endif
sequence< float > FloatSeq
Definition: FloatSeq.idl:34