Changes between Version 7 and Version 8 of AddFilterAlgorithm
- Timestamp:
- Nov 11, 2011, 4:25:45 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddFilterAlgorithm
v7 v8 39 39 40 40 When `PDAF_init` is called, the filter algorithm is chosen by its ID number. Internally to PDAF, each filter is identified by a string that is defined in `PDAF_init_filters`. The interface routines have a very simple structure. In general, they select the filter-specific routine based on the string identifying the filters. When a filter algorithm is added a line for the corresponding filter-specific routine has to be inserted to each of the interface routines. 41 42 == Filter-specific routines == 43 44 When a filter algorithm is added, the following filter routines have to be implemented and inserted to each interface routines described above. 45 46 * `PDAF_X_init` 47 * `PDAF_X_alloc` 48 * `PDAF_X_options` 49 * `PDAF_X_initinfo` 50 * `PDAF_X_memtime` 51