IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32768


Ignore:
Timestamp:
Nov 22, 2011, 1:03:37 PM (15 years ago)
Author:
rhenders
Message:

adding begin/end time constraints to ippToPsps-label-getting method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czarpoll.pl

    r32767 r32768  
    268268    # get ippToPsps labels
    269269    my $ippToPspsLabels = undef;
    270     $czarDb->getCurrentIppToPspsLabels(\$ippToPspsLabels);
     270    $czarDb->getCurrentIppToPspsLabels($begin, $end, \$ippToPspsLabels);
    271271    $plotter->setIppToPspsMode();
    272272   
Note: See TracChangeset for help on using the changeset viewer.