org.lsst.ccs.plugin.jas3.trending
Interface TrendingService


public interface TrendingService

A simple trending service which allows other subsystems to request that a particular trending quantity be displayed.

Author:
tonyj

Method Summary
 void show(String[] path)
          Show the trending quantity corresponding to the path.
 

Method Detail

show

void show(String[] path)
Show the trending quantity corresponding to the path.

Parameters:
path - For example new String[]{"ccs-refrig","CmpSucPrs"}


Copyright © 2013 LSST. All Rights Reserved.