Copyright (C) 2000-2012 |
Manpages ORBIT-IDLSection: User Commands (1)Updated: 18 March 2002 Index Return to Main Contents NAMEorbit-idl - IDL compiler for ORBitSYNOPSIS
DESCRIPTIONorbit-idlOPTIONSorbit-idl accepts the following options: -d ARG
COMPILINGThe IDL file(s) compiled by orbit-idl define the interfaces to network-transparent objects. These files are first passed to cpp(1), the C Preprocessor, then the result is parsed, and the C code is generated.By default, orbit-idl generates four files, the stubs, skels, common, and header files. If your input file is named sample.idl, then the output files will be named, respectively, sample-stubs.c, sample-skels.c, sample-common.c, and sample.h. You can optionally also generate a skeleton-impl file (which would be named sample-skelimpl.c in our example). This file requires manual editing to be useful, and is therefore not generated by default. The generated C files are formatting ("pretty-printed") using indent(1). You can use another program for this if you prefer, with the --c-output-formatter argument. SEE ALSOorbit-config(1), cpp(1), indent(1), /usr/share/doc/liborbit-dev, http://orbit-resource.sourceforge.net, http://www.omg.org.AUTHORCopyright © 2001, 2002 Dick Porter <dick@acm.org> and Elliot Lee <sopwith@redhat.com>This manual was originally written for orbit-idl by Chris Waters <xtifr@debian.org> for Debian GNU/Linux.
IndexThis document was created by man2html, using the manual pages. Time: 04:03:26 GMT, November 05, 2024 |