#include <plugin.h>
Data Fields | |
PIDFilter_t * | filter |
Filter assigned to this filter feature. | |
void(* | InitFilter )(PIDFilter_t *filter) |
Function pointer used to initialise the filter. | |
void(* | DeinitFilter )(PIDFilter_t *filter) |
Function pointer used to deinitialise the filter. |
Multiple filter features per plugin is allowed, but developers should try and keep the number to a minimum to keep the overheads of maintaining and calling lots of filters down.
void(* PluginFilter_t::InitFilter)(PIDFilter_t *filter) |
Function pointer used to initialise the filter.
void(* PluginFilter_t::DeinitFilter)(PIDFilter_t *filter) |
Function pointer used to deinitialise the filter.