|
|
libRASCH: plugin_infos Struct Reference
plugin_infos Struct Referencecontains infos about a plugin
More...
Collaboration diagram for plugin_infos:
[legend]
Detailed Description
- Parameters:
-
| <name> | name of plugin |
| <desc> | description of plugin |
| <file> | file name (incl. path) of the loaded plugin |
| <use_plugin> | flag if plugin should be used |
| <type> | bit-mask showing the type of the plugin (see PLUGIN_* in ra_defines.h) |
| <version> | version string of the plugin |
| <build_ts> | time-stamp when pluign was build |
| <license> | license of plugin (see LICENSE_* above) |
| <num_options> | number of options in the plugin |
| <opt> | infos about the options in the plugin |
| <num_results> | number of results the plugin provide |
| <res> | infos about the results in the plugin |
| <num_create_class> | number of event-classes |
| <create_class> | infos about the event-classes |
| <num_create_prop> | number of event-properties |
| <create_prop> | infos about the event-properties |
Definition at line 159 of file ra_priv.h.
Field Documentation
The documentation for this struct was generated from the following file:
Generated on Fri May 27 11:34:02 2005 for libRASCH by
1.4.2
|