#include <improv_plugin.h>
Collaboration diagram for IP_Descriptor:
Data Fields | |
unsigned long | UniqueId |
Unique Id number. More... | |
const char * | Name |
Plugin name. More... | |
const char * | Maker |
Plugin maker. More... | |
const char * | Copyright |
Plugin copyright. More... | |
const char * | Comment |
Plugin comments. More... | |
unsigned long | OpCount |
Number of operations provided by the plugin. More... | |
IP_Op * | Ops |
An array of operations, from 0 to OpCount-1. More... |
|
Plugin comments.
|
|
Plugin copyright.
|
|
Plugin maker.
|
|
Plugin name.
|
|
Number of operations provided by the plugin.
|
|
An array of operations, from 0 to OpCount-1.
|
|
Unique Id number.
|