| 1 | = Adding a Filter Algorithm to PDAF = |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | == Internal Interface of PDAF == |
| 7 | |
| 8 | `PDAF_init` calls |
| 9 | |
| 10 | `PDAF_init_filters` - interface to `PDAF_FILTERNAME_init` |
| 11 | |
| 12 | `PDAF_alloc_filters` - interface to `PDAF_FILTERNAME_alloc` |
| 13 | |
| 14 | `PDAF_options_filters` - interface to `PDAF_FILTERNAME_options` |
| 15 | |
| 16 | |
| 17 | `PDAF_get_state` call |
| 18 | |
| 19 | `PDAF_initinfo_filters` - interface to `PDAF_FILTERNAME_initinfo` |
| 20 | |
| 21 | |
| 22 | `PDAF_print_info` - interface to `PDAF_FILTERNAME_memtime` |
| 23 | |
| 24 | |
| 25 | `PDAF_put_state_FILTERNAME` - separate routine for each filter calls |
| 26 | |
| 27 | `PDAF_FILTERNAME_initinfo` |
| 28 | |
| 29 | `PDAF_FILTERNAME_update` |