Jump to content

How to program for the WPS - Short overview

From EDM2
Revision as of 08:08, 15 March 2005 by Prokushev (talk | contribs) (Moved from netlabs.org)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Writing a new WPS class is a three step process.

  1. Write your class definition in the Interface Definition Language (IDL).
  2. Compile the class definition using the SOM compiler.
  3. Compile the source files emmited by the SOM compiler using your C compiler.

As can be seen there's no magic behind these steps and the only unusual part is creating the IDL file.