IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2017, 5:46:34 PM (9 years ago)
Author:
eugene
Message:

pass secfilt->flags out as filtflags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvopsps/include/dvopsps.h

    r40291 r40295  
    3636  unsigned int flags;
    3737  unsigned int objflags;
     38  unsigned int filtflags;
    3839} Detections;
    3940
     
    99100int    insert_detections_mysql_array      PROTO((MYSQL *mysql, Detections *detections, int Ndetections));
    100101int    insert_detections_mysql_detvalue   PROTO((IOBuffer *buffer, Detections *detection));
    101 int    assign_detection_values            PROTO((Detections *detection, Measure *measure, Average *average));
     102int    assign_detection_values            PROTO((Detections *detection, Measure *measure, Average *average, SecFilt *secfilt));
    102103
    103104int    init_detections                    PROTO((void));
Note: See TracChangeset for help on using the changeset viewer.