IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40086 for trunk/ippMonitor


Ignore:
Timestamp:
Jul 11, 2017, 12:23:04 PM (9 years ago)
Author:
eugene
Message:

add gnuplot exec path to config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czartool/Config.pm

    r38258 r40086  
    4646    $self->{gnuplotfontsize} = $xc->findvalue('//gnuplot/size');
    4747    $self->{gnuplotpath} = $xc->findvalue('//gnuplot/path');
     48    $self->{gnuplotexec} = $xc->findvalue('//gnuplot/exec');
    4849
    4950    # metrics
     
    216217###########################################################################
    217218#
     219# Returns path to gnuplot binary
     220#
     221###########################################################################
     222sub getGnuplotExec {
     223    my ($self) = @_;
     224    return $self->{gnuplotexec};
     225}
     226
     227###########################################################################
     228#
    218229# Returns save location for metrics
    219230#
Note: See TracChangeset for help on using the changeset viewer.