wysiwyd
Modules
WYSIWYD libraries

This is the list of WYSIWYD libraries in the main/src/libraires directory. More...

+ Collaboration diagram for WYSIWYD libraries:

Modules

 OPC Ears
 Tool for operations on the OPC as : transforming in SQL request for the integration in the DataBase, difference between 2 OPCs...
 
 Helper Routines
 A container library containing defines and structures to formalize knowledge within an objectPropertiesCollector module.
 
 IDL Client Interfaces
 This library contains all the definitions for a client to interface to the IDL services made available by WYSIWYD software.
 

Detailed Description

This is the list of WYSIWYD libraries in the main/src/libraires directory.

To add your own library to this list, just add a comment like the following anywhere in your source code (replacing "your_library_name" with the name of your module):

  /**
   *
   * \defgroup wysiwyd_your_library_name your_library_name
   * @ingroup wysiwyd_libraries
   *
   */

For convenience, try to keep the library name the same as the directory it is placed in. If you've a good reason to do something different, of course you can do that too.