Changes between Version 37 and Version 38 of SoftwarePackage
- Timestamp:
- Feb 22, 2023, 1:58:54 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwarePackage
v37 v38 27 27 * This directory contains the source code of the core routines of PDAF. In addition, a Makefile is included to compile the PDAF library file. 28 28 * `templates/` 29 * This directory contains stubs for all user-supplied routines required by the different filters. These files can be used for the own implementation (alternatively one can base on the routines of the example implementations in `testsuite/`.)29 * This directory contains stubs for all user-supplied routines required by the different filters. These files can be used for the own implementation (alternatively one can base on the routines of the tutorial implementations in `tutorial/`.) 30 30 * `testsuite/` 31 31 * This directory contains the test suite of PDAF including example implementations. For more details see the section on [#TheTestSuite the test suite]