#include <opalpluginmgr.h>
Public Member Functions | |
| OpalPluginControl (const PluginCodec_Definition *def, const char *name) | |
| bool | Exists () const | 
| int | Call (void *parm, unsigned *parmLen, void *context=NULL) const | 
| int | Call (void *parm, unsigned parmLen, void *context=NULL) const | 
| const char * | GetName () const | 
Protected Attributes | |
| const PluginCodec_Definition * | codecDef | 
| const char * | fnName | 
| const PluginCodec_ControlDefn * | controlDef | 
| OpalPluginControl::OpalPluginControl | ( | const PluginCodec_Definition * | def, | |
| const char * | name | |||
| ) | 
| bool OpalPluginControl::Exists | ( | ) |  const [inline] | 
        
| int OpalPluginControl::Call | ( | void * | parm, | |
| unsigned * | parmLen, | |||
| void * |  context = NULL | |||
| ) |  const [inline] | 
        
| int OpalPluginControl::Call | ( | void * | parm, | |
| unsigned | parmLen, | |||
| void * |  context = NULL | |||
| ) |  const [inline] | 
        
| const char* OpalPluginControl::GetName | ( | ) |  const [inline] | 
        
const PluginCodec_Definition* OpalPluginControl::codecDef [protected]           | 
        
const char* OpalPluginControl::fnName [protected]           | 
        
const PluginCodec_ControlDefn* OpalPluginControl::controlDef [protected]           | 
        
 1.5.1