|
OPAL
Version 3.14.3
|
#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 | ||
| ) |
|
inline |
References codecDef, PluginCodec_ControlDefn::control, controlDef, and fnName.
Referenced by Call().
|
inline |
References Call().
|
inline |
References controlDef.
|
inline |
References fnName.
|
protected |
Referenced by Call().
|
protected |