Example #1
0
 /* 返回索引值对应的Flow(没有做参数有效性检查) */
 public double GetFlow(uint flowIndex)
 {
     return(m_waveAnalyzer.GetData(flowIndex));
 }
Example #2
0
 /* 返回索引值对应的Presure(没有做参数有效性检查) */
 public double GetPresure(uint presureIendex)
 {
     return(m_waveAnalyzer.GetData(presureIendex));
 }