Creating a WPS class: Difference between revisions
Appearance
No edit summary |
m Link |
||
Line 1: | Line 1: | ||
Writing a new WPS class is a three step process. | Writing a new [[WPS]] class is a three step process. | ||
# Write your class definition in the Interface Definition Language (IDL). | # Write your class definition in the Interface Definition Language (IDL). |
Revision as of 11:02, 22 April 2005
Writing a new WPS class is a three step process.
- Write your class definition in the Interface Definition Language (IDL).
- Compile the class definition using the SOM compiler.
- 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.