IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2006, 7:27:07 PM (21 years ago)
Author:
eugene
Message:

updates based on discussions with josh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/p2searchPendingFrames.c

    r5881 r6032  
    22
    33// select pending frames (exposure+images) which are done/not done
    4 psArray *p2searchPendingFrames (p2SearchConfig *config, bool isDone) {
     4psArray *p2searchPendingFrames (p2SearchConfig *config) {
    55
    66    // build 'where' structure
    77    psMetadata *where = psMetadataAlloc ();
    8 
    9     if (isDone) {
    10         psMetadataAddStr (where, PS_LIST_TAIL, "STATE", 0, "==", P2_STATE_DONE);
    11     } else {
    12         psMetadataAddStr (where, PS_LIST_TAIL, "STATE", 0, "==", P2_STATE_PENDING);
    13     }
    148
    159    // in order to include these restrictions, we need to define these table columns
Note: See TracChangeset for help on using the changeset viewer.