Jump to content

Creating a WPS class

From NikiWiki
Revision as of 15:29, 22 October 2004 by 80.131.53.217 (talk)

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.