IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of DVO_Adding_Query_Fields


Ignore:
Timestamp:
Jan 11, 2011, 11:01:28 AM (15 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DVO_Adding_Query_Fields

    v1 v2  
    1111To add a new field, you need to first add it to the appropriate enum above.
    1212
    13 Next, you need to add the field to the appropriate Parse*Field function in dvo/dbFields.c.  There is one for each of the queries above: ParseMeasureField(), ParseAverageField(), ParseImageField().  You need to add an entry to the list of tests for each field.  Eg:
     13Next, you need to add the field to the appropriate Parse*Field function in dvo/dbFields.c.  There is one for each of the queries above: \ParseMeasureField(), \ParseAverageField(), \ParseImageField().  You need to add an entry to the list of tests for each field.  Eg:
    1414
    1515{{{