Uses of Class
my.ABB_UI.DynamicPlot

Uses of DynamicPlot in my.ABB_UI
 

Fields in my.ABB_UI declared as DynamicPlot
 DynamicPlot ReadFile.bandwithPlot
           
 DynamicPlot generatorManager.bandwithPlot
          The variable name of the real-time bandwidth graph.
 DynamicPlot ReadFile.jitterPlot
           
 DynamicPlot generatorManager.jitterPlot
          The variable name of the real-time jitter graph.
 DynamicPlot ReadFile.lossPlot
           
 DynamicPlot generatorManager.lossPlot
          The variable name of the real-time datagrams loss graph.
 DynamicPlot generatorManager.RxRatePlot
          The variable name of the real-time data rate graph.
 

Methods in my.ABB_UI with parameters of type DynamicPlot
 void PacketReader.setPlot(DynamicPlot p)