Changes between Version 2 and Version 3 of ValidationLowLevel


Ignore:
Timestamp:
Apr 23, 2007, 1:10:14 PM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ValidationLowLevel

    v2 v3  
    11= Low-level validator framework =
    22
    3 BOINC's [SimpleValidator 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).
     3BOINC'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).
    44
    55To make a validator program using the low-level framework, link validator.C with two application-specific functions:
     
    2828Neither function should delete files or access the BOINC database.
    2929
    30 Examples of these two functions may be found in validate_util2.C, which implements the [SimpleValidator simple validator framework].
     30Examples of these two functions may be found in validate_util2.C, which implements the [ValidationSimple simple validator framework].
    3131
    3232More detailed information is [http://boinc.berkeley.edu/validate_logic.txt here].