Changes between Version 2 and Version 3 of ValidationLowLevel
- Timestamp:
- Apr 23, 2007, 1:10:14 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ValidationLowLevel
v2 v3 1 1 = Low-level validator framework = 2 2 3 BOINC's [ SimpleValidatorsimple validator framework] is sufficient in almost all cases. If for some reason you need more control, you can use the low-level framework (on which the simple framework is based).3 BOINC's [ValidationSimple simple validator framework] is sufficient in almost all cases. If for some reason you need more control, you can use the low-level framework (on which the simple framework is based). 4 4 5 5 To make a validator program using the low-level framework, link validator.C with two application-specific functions: … … 28 28 Neither function should delete files or access the BOINC database. 29 29 30 Examples of these two functions may be found in validate_util2.C, which implements the [ SimpleValidatorsimple validator framework].30 Examples of these two functions may be found in validate_util2.C, which implements the [ValidationSimple simple validator framework]. 31 31 32 32 More detailed information is [http://boinc.berkeley.edu/validate_logic.txt here].