|
OUTPUT_HANDLE * | m_data |
|
OUTPUT_STREAM | m_func |
|
◆ FledgeFilter()
FledgeFilter::FledgeFilter |
( |
const std::string & |
filterName, |
|
|
ConfigCategory & |
filterConfig, |
|
|
OUTPUT_HANDLE * |
outHandle, |
|
|
OUTPUT_STREAM |
output |
|
) |
| |
FledgeFilter constructor.
This class or a derived one has to be used as return object from Fledge filters C interface "plugin_init"A
- Parameters
-
filterName | The filter plugin name |
filterConfig | The filter plugin configuration |
outHandle | A handle passed to the filter output stream function |
output | The The output stream function pointer |
◆ setConfig()
void FledgeFilter::setConfig |
( |
const std::string & |
newConfig | ) |
|
Set a new configurartion for this plugin.
- Parameters
-
newConfig | The new configuration |
The documentation for this class was generated from the following files:
- C/plugins/filter/common/include/filter.h
- C/plugins/filter/common/filter.cpp