NAME
idl2c - IDL compiler to language C mapping
SYNOPSYS
idl2c [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor.
With the GNU C Compatible Compiler Processor, useful options are :
DESCRIPTION
idl2c parses the given input file (IDL) and generates a include file following the language C mapping rules.
idl2c is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2c needs Math::BigInt and CORBA::Fixed modules.
idl2c needs a cpp executable.
CORBA Specifications, including IDL (Interface Language Definition) and C Language Mapping are available on <http://www.omg.org/>.
SEE ALSO
cpp, perl
AUTHOR
Francois PERRAD <perrad@besancon.sema.slb.com>