idl
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 58
idl2c 2.45
idl2c is an IDL compiler to language C mapping. more>>
idl2c is an IDL compiler to language C mapping.
SYNOPSIS
idl2c [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for IDL version 3.0).
-v
Display version.
-x
Enable export (only for IDL version 3.0).
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 a cpp executable.
<<lessSYNOPSIS
idl2c [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for IDL version 3.0).
-v
Display version.
-x
Enable export (only for IDL version 3.0).
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 a cpp executable.
Download (0.011MB)
Added: 2007-05-30 License: Perl Artistic License Price:
533 downloads
xpidl 0.03
xpidl project is an XPIDL parser. more>>
xpidl project is an XPIDL parser.
SYNOPSIS
xpidl -m mode [-a] [-w] [-v] [-t version number] [-I path] [-o basename | -e filename.ext] filename.idl
OPTIONS
-a
Emit annotations to typelib.
-w
Turn on warnings (recommended).
-v
Display version.
-t version number
Create a typelib of a specific version number.
-I path
Add entry to start of include path for ``#include "nsIThing.idl".
-o basename
Use basename (e.g. ``/tmp/nsIThing) for output.
-e filename.ext
Use explicit output filename.
-i path
Specify a path for import (only for IDL version 3.0).
-x
Enable export (only for IDL version 3.0).
-m mode
Specify output mode:
header Generate C++ header (.h)
typelib Generate XPConnect typelib (.xpt)
doc Generate HTML documentation (compat xpidl) (.html)
java Generate Java interface (.java)
html Generate HTML documentation (use idl2html) (.html)
<<lessSYNOPSIS
xpidl -m mode [-a] [-w] [-v] [-t version number] [-I path] [-o basename | -e filename.ext] filename.idl
OPTIONS
-a
Emit annotations to typelib.
-w
Turn on warnings (recommended).
-v
Display version.
-t version number
Create a typelib of a specific version number.
-I path
Add entry to start of include path for ``#include "nsIThing.idl".
-o basename
Use basename (e.g. ``/tmp/nsIThing) for output.
-e filename.ext
Use explicit output filename.
-i path
Specify a path for import (only for IDL version 3.0).
-x
Enable export (only for IDL version 3.0).
-m mode
Specify output mode:
header Generate C++ header (.h)
typelib Generate XPConnect typelib (.xpt)
doc Generate HTML documentation (compat xpidl) (.html)
java Generate Java interface (.java)
html Generate HTML documentation (use idl2html) (.html)
Download (0.026MB)
Added: 2007-06-11 License: Perl Artistic License Price:
877 downloads
idl2pm 0.22
idl2pm is an IDL compiler to language Perl mapping. more>>
idl2pm is an IDL compiler to language Perl mapping.
SYNOPSIS
idl2pm [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -J -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for version 3.0).
-J directory
Specify a path for Perl package importation (use package;).
-v
Display version.
-x
Enable export (only for version 3.0).
idl2pm parses the given input file (IDL) and generates :
a Perl spec.pm with marshal and demarshal methods
idl2pm is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2pm needs a cpp executable.
CORBA Specifications, including IDL (Interface Definition Language) are available on http://www.omg.org/.
CORBA mapping for Perl [mapping.pod - Draft 1, 7 October 1999] comes with the package CORBA::MICO or CORBA::ORBit.
<<lessSYNOPSIS
idl2pm [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -J -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for version 3.0).
-J directory
Specify a path for Perl package importation (use package;).
-v
Display version.
-x
Enable export (only for version 3.0).
idl2pm parses the given input file (IDL) and generates :
a Perl spec.pm with marshal and demarshal methods
idl2pm is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2pm needs a cpp executable.
CORBA Specifications, including IDL (Interface Definition Language) are available on http://www.omg.org/.
CORBA mapping for Perl [mapping.pod - Draft 1, 7 October 1999] comes with the package CORBA::MICO or CORBA::ORBit.
Download (0.011MB)
Added: 2007-05-30 License: Perl Artistic License Price:
877 downloads
idl2py 0.37
idl2py is an IDL compiler to language Python mapping. more>>
idl2py is an IDL compiler to language Python mapping.
SYNOPSIS
idl2py [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -J -s -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for version 3.0).
-J directory
Specify a path for Python package.
-s
Generate a serial uid.
-v
Display version.
-x
Enable export (only for version 3.0).
idl2py parses the given input file (IDL) and generates :
a set of Python file with marshal and demarshal methods
idl2py is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2py needs a cpp executable.
<<lessSYNOPSIS
idl2py [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -J -s -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for version 3.0).
-J directory
Specify a path for Python package.
-s
Generate a serial uid.
-v
Display version.
-x
Enable export (only for version 3.0).
idl2py parses the given input file (IDL) and generates :
a set of Python file with marshal and demarshal methods
idl2py is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2py needs a cpp executable.
Download (0.061MB)
Added: 2007-05-31 License: Perl Artistic License Price:
877 downloads
idl2cpp 0.21
idl2cpp is a IDL compiler to language C++ mapping. more>>
idl2cpp is a IDL compiler to language C++ mapping.
SYNOPSIS
idl2cpp [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for IDL version 3.0).
-v
Display version.
-x
Enable export (only for IDL version 3.0).
idl2cpp parses the given input file (IDL) and generates a include file following the language C mapping rules.
idl2cpp is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2cpp needs Math::BigInt and CORBA::Fixed modules.
idl2cpp needs a cpp executable.
<<lessSYNOPSIS
idl2cpp [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for IDL version 3.0).
-v
Display version.
-x
Enable export (only for IDL version 3.0).
idl2cpp parses the given input file (IDL) and generates a include file following the language C mapping rules.
idl2cpp is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2cpp needs Math::BigInt and CORBA::Fixed modules.
idl2cpp needs a cpp executable.
Download (0.011MB)
Added: 2007-05-31 License: Perl Artistic License Price:
538 downloads
idl2xsd 0.41
idl2xsd is an IDL compiler to W3C XML Schema. more>>
idl2xsd is an IDL compiler to W3C XML Schema.
SYNOPSIS
idl2xsd [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -b -h -i -q -s -t -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-b base uri
Specify a base uri for location of import.
-h
Display help.
-i directory
Specify a path for import (only for IDL version 3.0).
-q
Generate qualified elements.
-s
Generate a standalone Schema (not only type definition).
-t
Generate tabulated XML (beautify for human).
-v
Display version.
-x
Enable export (only for IDL version 3.0).
idl2xsd parses the given input file (IDL) and generates :
a W3C Schema spec.xsd following the CORBA to WSDL/SOAP Interworking Specification (WS-I comformant soap binding).
idl2xsd is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2xsd needs XML::DOM module.
idl2xsd needs a cpp executable.
CORBA Specifications, including IDL (Interface Definition Language) and CORBA to WSDL/SOAP Interworking Specification are available on http://www.omg.org/.
<<lessSYNOPSIS
idl2xsd [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -b -h -i -q -s -t -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-b base uri
Specify a base uri for location of import.
-h
Display help.
-i directory
Specify a path for import (only for IDL version 3.0).
-q
Generate qualified elements.
-s
Generate a standalone Schema (not only type definition).
-t
Generate tabulated XML (beautify for human).
-v
Display version.
-x
Enable export (only for IDL version 3.0).
idl2xsd parses the given input file (IDL) and generates :
a W3C Schema spec.xsd following the CORBA to WSDL/SOAP Interworking Specification (WS-I comformant soap binding).
idl2xsd is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2xsd needs XML::DOM module.
idl2xsd needs a cpp executable.
CORBA Specifications, including IDL (Interface Definition Language) and CORBA to WSDL/SOAP Interworking Specification are available on http://www.omg.org/.
Download (0.016MB)
Added: 2007-05-30 License: Perl Artistic License Price:
878 downloads
idl2rng 0.41
idl2rng is a IDL compiler to RELAX NG Schema. more>>
idl2rng is a IDL compiler to RELAX NG Schema.
SYNOPSIS
idl2rng [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -b -h -i -q -r -s -t -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-b base uri
Specify a base uri for location of include.
-h
Display help.
-i directory
Specify a path for import (only for IDL version 3.0).
-q
Generate qualified elements.
-r root-element
Specify a root element.
-s
Generate a standalone Schema (not only type definition).
-t
Generate tabulated XML (beautify for human).
-v
Display version.
-x
Enable export (only for IDL version 3.0).
idl2rng parses the given input file (IDL) and generates :
a RELAX NG Schema spec.rng equivalent to W3C Schema following the CORBA to WSDL/SOAP Interworking Specification (WS-I comformant soap binding).
idl2rng is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2rng needs XML::DOM module.
idl2rng needs a cpp executable.
<<lessSYNOPSIS
idl2rng [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -b -h -i -q -r -s -t -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-b base uri
Specify a base uri for location of include.
-h
Display help.
-i directory
Specify a path for import (only for IDL version 3.0).
-q
Generate qualified elements.
-r root-element
Specify a root element.
-s
Generate a standalone Schema (not only type definition).
-t
Generate tabulated XML (beautify for human).
-v
Display version.
-x
Enable export (only for IDL version 3.0).
idl2rng parses the given input file (IDL) and generates :
a RELAX NG Schema spec.rng equivalent to W3C Schema following the CORBA to WSDL/SOAP Interworking Specification (WS-I comformant soap binding).
idl2rng is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2rng needs XML::DOM module.
idl2rng needs a cpp executable.
Download (0.016MB)
Added: 2007-05-31 License: Perl Artistic License Price:
876 downloads
idl2java 2.49
idl2java is an IDL compiler to language Java mapping. more>>
idl2java is an IDL compiler to language Java mapping.
SYNOPSIS
idl2java [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for IDL version 3.0).
-p "m1=prefix1;..."
Specify a list of prefix (gives full qualified Java package names).
-s
Generate the same serial uid as with C & Python.
-t "m1=new.name1;..."
Specify a list of name translation (gives full qualified Java package names).
-v
Display version.
-x
Enable export (only for IDL version 3.0).
<<lessSYNOPSIS
idl2java [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for IDL version 3.0).
-p "m1=prefix1;..."
Specify a list of prefix (gives full qualified Java package names).
-s
Generate the same serial uid as with C & Python.
-t "m1=new.name1;..."
Specify a list of name translation (gives full qualified Java package names).
-v
Display version.
-x
Enable export (only for IDL version 3.0).
Download (0.048MB)
Added: 2007-05-30 License: Perl Artistic License Price:
557 downloads
idl2xs_c 0.53
idl2xs_c is an IDL compiler to extension interface between Perl and C code. more>>
idl2xs_c is an IDL compiler to extension interface between Perl and C code.
SYNOPSIS
idl2xs_c [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -J -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for version 3.0).
-J directory
Specify a path for Perl package importation (use package;).
-v
Display version.
-x
Enable export (only for version 3.0).
idl2xs_c is an alternative to h2xs and XS language when an IDL interface is available.
idl2xs_c parses the given input file (IDL) and generates :
a Perl stub spec.pm
(deals with CDR serialization, and autoload)
a C stub spec.c
(deals with Perl API)
a C stub cdr_spec.c
(deals with CDR serialization)
a include file spec.h
(following the language C mapping rules)
a C skeleton skel_spec.c (with automatic merge)
Makefile.PL
Makefile
(from Makefile.PL)
test.pl
MANIFEST
Changes
The files Makefile, Makefile.PL, Changes, MANIFEST, test.pl and spec.c are generated only if spec.idl contains operation or attribute.
idl2xs_c is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2xs_c needs a cpp executable.
idl2xs_c needs CORBA::IDL, CORBA::C and CORBA::Perl modules.
CORBA Specifications, including (IDL : Interface Language Definition and CDR : Common Data Representation) and C Language Mapping are available on http://www.omg.org/.
CORBA mapping for Perl [mapping.pod - Draft 1, 7 October 1999] comes with the package CORBA::MICO or CORBA::ORBit.
Exceptions are implemented using the Error module.
<<lessSYNOPSIS
idl2xs_c [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -J -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for version 3.0).
-J directory
Specify a path for Perl package importation (use package;).
-v
Display version.
-x
Enable export (only for version 3.0).
idl2xs_c is an alternative to h2xs and XS language when an IDL interface is available.
idl2xs_c parses the given input file (IDL) and generates :
a Perl stub spec.pm
(deals with CDR serialization, and autoload)
a C stub spec.c
(deals with Perl API)
a C stub cdr_spec.c
(deals with CDR serialization)
a include file spec.h
(following the language C mapping rules)
a C skeleton skel_spec.c (with automatic merge)
Makefile.PL
Makefile
(from Makefile.PL)
test.pl
MANIFEST
Changes
The files Makefile, Makefile.PL, Changes, MANIFEST, test.pl and spec.c are generated only if spec.idl contains operation or attribute.
idl2xs_c is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2xs_c needs a cpp executable.
idl2xs_c needs CORBA::IDL, CORBA::C and CORBA::Perl modules.
CORBA Specifications, including (IDL : Interface Language Definition and CDR : Common Data Representation) and C Language Mapping are available on http://www.omg.org/.
CORBA mapping for Perl [mapping.pod - Draft 1, 7 October 1999] comes with the package CORBA::MICO or CORBA::ORBit.
Exceptions are implemented using the Error module.
Download (0.016MB)
Added: 2007-05-30 License: Perl Artistic License Price:
877 downloads
idl2soap 0.41
idl2soap is an IDL compiler to WSDL/SOAP (Web Services Description Language). more>>
idl2soap is an IDL compiler to WSDL/SOAP (Web Services Description Language).
SYNOPSIS
idl2soap [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -b -h -i -q -s -t -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-b base uri
Specify a base uri for location of import.
-h
Display help.
-i directory
Specify a path for import (only for IDL version 3.0).
-q
Generate qualified elements.
-s (xsd|rng)
Specify the schema used. By default xsd.
-t
Generate tabulated XML (beautify for human).
-v
Display version.
-x
Enable export (only for IDL version 3.0).
idl2soap parses the given input file (IDL) and generates :
a WSDL file spec.wsdl following the CORBA to WSDL/SOAP Interworking Specification (WS-I comformant soap binding).
a WSDL binding file specbinding.wsdl (WS-I comformant soap binding).
idl2soap is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2soap needs XML::DOM module.
idl2soap needs a cpp executable.
<<lessSYNOPSIS
idl2soap [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -b -h -i -q -s -t -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-b base uri
Specify a base uri for location of import.
-h
Display help.
-i directory
Specify a path for import (only for IDL version 3.0).
-q
Generate qualified elements.
-s (xsd|rng)
Specify the schema used. By default xsd.
-t
Generate tabulated XML (beautify for human).
-v
Display version.
-x
Enable export (only for IDL version 3.0).
idl2soap parses the given input file (IDL) and generates :
a WSDL file spec.wsdl following the CORBA to WSDL/SOAP Interworking Specification (WS-I comformant soap binding).
a WSDL binding file specbinding.wsdl (WS-I comformant soap binding).
idl2soap is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2soap needs XML::DOM module.
idl2soap needs a cpp executable.
Download (0.016MB)
Added: 2007-05-31 License: Perl Artistic License Price:
876 downloads
idl2wsdl 0.41
idl2wsdl is an IDL compiler to WSDL (Web Services Description Language). more>>
idl2wsdl is an IDL compiler to WSDL (Web Services Description Language).
SYNOPSIS
idl2wsdl [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -b -h -i -q -s -t -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-b base uri
Specify a base uri for location of import.
-h
Display help.
-i directory
Specify a path for import (only for IDL version 3.0).
-q
Generate qualified elements.
-s (xsd|rng)
Specify the schema used. By default xsd.
-t
Generate tabulated XML (beautify for human).
-v
Display version.
-x
Enable export (only for IDL version 3.0).
idl2wsdl parses the given input file (IDL) and generates :
a WSDL file spec.wsdl following the CORBA to WSDL/SOAP Interworking Specification (WS-I comformant soap binding).
idl2wsdl is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2wsdl needs XML::DOM module.
idl2wsdl needs a cpp executable.
<<lessSYNOPSIS
idl2wsdl [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -b -h -i -q -s -t -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-b base uri
Specify a base uri for location of import.
-h
Display help.
-i directory
Specify a path for import (only for IDL version 3.0).
-q
Generate qualified elements.
-s (xsd|rng)
Specify the schema used. By default xsd.
-t
Generate tabulated XML (beautify for human).
-v
Display version.
-x
Enable export (only for IDL version 3.0).
idl2wsdl parses the given input file (IDL) and generates :
a WSDL file spec.wsdl following the CORBA to WSDL/SOAP Interworking Specification (WS-I comformant soap binding).
idl2wsdl is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2wsdl needs XML::DOM module.
idl2wsdl needs a cpp executable.
Download (0.016MB)
Added: 2007-05-31 License: Perl Artistic License Price:
545 downloads
idl2html 2.41
idl2html is a Perl module that enerates HTML documentation from IDL source files. more>>
idl2html is a Perl module that enerates HTML documentation from IDL source files.
SYNOPSIS
idl2html [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -f -h -i -o -s -t -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-f
Enable the frameset mode.
-h
Display help.
-i directory
Specify a path for import (only for version 3.0).
-o file
Specificy the outfile for HTML Help (default "htmlhelp").
-s style
Generate an external Cascading Style Sheet file.
-t title
Specificy the title of HTML Help.
-v
Display version.
-x
Enable export (only for version 3.0).
idl2html parses the declarations and doc comments in a IDL source file and formats these into a set of HTML pages. idl2html generates some helper files for HTML Help compiler.
idl2html works like javadoc.
Within doc comments, idl2html supports the use of special doc tags to augment the documentation. idl2html also supports standard HTML within doc comments. This is useful for formatting text.
idl2html reformats and displays declaration for:
Modules, interfaces and value types
Operations (with parameters) and attributes
Types (typedef, enum, struct, union with members)
Exceptions (with members)
Constants
Pragma (ID, version as tag)
<<lessSYNOPSIS
idl2html [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -f -h -i -o -s -t -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-f
Enable the frameset mode.
-h
Display help.
-i directory
Specify a path for import (only for version 3.0).
-o file
Specificy the outfile for HTML Help (default "htmlhelp").
-s style
Generate an external Cascading Style Sheet file.
-t title
Specificy the title of HTML Help.
-v
Display version.
-x
Enable export (only for version 3.0).
idl2html parses the declarations and doc comments in a IDL source file and formats these into a set of HTML pages. idl2html generates some helper files for HTML Help compiler.
idl2html works like javadoc.
Within doc comments, idl2html supports the use of special doc tags to augment the documentation. idl2html also supports standard HTML within doc comments. This is useful for formatting text.
idl2html reformats and displays declaration for:
Modules, interfaces and value types
Operations (with parameters) and attributes
Types (typedef, enum, struct, union with members)
Exceptions (with members)
Constants
Pragma (ID, version as tag)
Download (0.14MB)
Added: 2007-05-30 License: Perl Artistic License Price:
877 downloads
idl2pycli 0.37
idl2pycli is an DL compiler to Python RPC-GIOP stub client. more>>
idl2pycli is an IDL compiler to Python RPC-GIOP stub client.
SYNOPSIS
idl2pycli [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -J -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for version IDL 3.0).
-J directory
Specify a path for Python package.
-v
Display version.
-x
Enable export (only for version IDL 3.0).
idl2pycli parses the given input file (IDL) and generates :
a set of Python sources : an optional _spec.py and pkg/__init__.py for each package
setup.py
idl2pycli is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2pycli needs a cpp executable.
CORBA Specifications, including IDL (Interface Language Definition) and Python Language Mapping are available on .
INSTALLATION
After standard Perl installation, you must install the Python package PyIDL :
setup.py install
<<lessSYNOPSIS
idl2pycli [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -J -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for version IDL 3.0).
-J directory
Specify a path for Python package.
-v
Display version.
-x
Enable export (only for version IDL 3.0).
idl2pycli parses the given input file (IDL) and generates :
a set of Python sources : an optional _spec.py and pkg/__init__.py for each package
setup.py
idl2pycli is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2pycli needs a cpp executable.
CORBA Specifications, including IDL (Interface Language Definition) and Python Language Mapping are available on .
INSTALLATION
After standard Perl installation, you must install the Python package PyIDL :
setup.py install
Download (0.061MB)
Added: 2007-05-30 License: Perl Artistic License Price:
877 downloads
idl2pysrv 0.37
idl2pysrv is a IDL compiler to Python RPC-GIOP skeleton server. more>>
idl2pysrv is a IDL compiler to Python RPC-GIOP skeleton server.
SYNOPSIS
idl2pysrv [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -J -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for version IDL 3.0).
-J directory
Specify a path for Python package.
-v
Display version.
-x
Enable export (only for version IDL 3.0).
idl2pysrv parses the given input file (IDL) and generates :
a set of Python sources : an optional _spec_skel.py and pkg_skel/__init__.py for each package
setup_skel.py
idl2pysrv is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2pysrv needs a cpp executable.
<<lessSYNOPSIS
idl2pysrv [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -J -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for version IDL 3.0).
-J directory
Specify a path for Python package.
-v
Display version.
-x
Enable export (only for version IDL 3.0).
idl2pysrv parses the given input file (IDL) and generates :
a set of Python sources : an optional _spec_skel.py and pkg_skel/__init__.py for each package
setup_skel.py
idl2pysrv is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2pysrv needs a cpp executable.
Download (0.061MB)
Added: 2007-05-31 License: Perl Artistic License Price:
876 downloads
idl2pyemb 0.37
idl2pyemb is an IDL compiler to Python embedded with C. more>>
idl2pyemb is an IDL compiler to Python embedded with C.
SYNOPSIS
idl2pyemb [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -J -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for version 3.0).
-J directory
Specify a path for Python package.
-O
Enable old Python object model.
-v
Display version.
-x
Enable export (only for version 3.0).
idl2pyemb parses the given input file (IDL) and generates :
a set of Python sources : an optional _spec.py and pkg/__init__.py for each package
a include file spec.h
(following the language C mapping rules)
a C spec.c
setup.py
idl2pyemb is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2pyemb needs a cpp executable.
CORBA Specifications, including IDL (Interface Language Definition) C Language Mapping and Python Language Mapping are available on http://www.omg.org/.
<<lessSYNOPSIS
idl2pyemb [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -J -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for version 3.0).
-J directory
Specify a path for Python package.
-O
Enable old Python object model.
-v
Display version.
-x
Enable export (only for version 3.0).
idl2pyemb parses the given input file (IDL) and generates :
a set of Python sources : an optional _spec.py and pkg/__init__.py for each package
a include file spec.h
(following the language C mapping rules)
a C spec.c
setup.py
idl2pyemb is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2pyemb needs a cpp executable.
CORBA Specifications, including IDL (Interface Language Definition) C Language Mapping and Python Language Mapping are available on http://www.omg.org/.
Download (0.061MB)
Added: 2007-05-30 License: Perl Artistic License Price:
877 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above idl search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed