Esempio n. 1
0
 public static extern bool GT668GetMeasInput(int ch, ref GtiInputSel sel);
Esempio n. 2
0
 public bool SetMeasInput(int ch, GtiInputSel sel)
 {
     return(GT668SetMeasInput(ch, sel));
 }
Esempio n. 3
0
 /*
  * public bool ReadTimetags(ref double[] pTags0, UInt32 NumTags0, ref UInt32 ActNumTags0, ref double[] pTags1, UInt32 NumTags1, ref UInt32 ActNumTags1)
  * {
  *  return GT668ReadTimetags(ref pTags0, NumTags0, ref ActNumTags0, ref pTags1, NumTags1, ref ActNumTags1);
  * }
  */
 public bool GetMeasInput(int ch, ref GtiInputSel sel)
 {
     return(GT668GetMeasInput(ch, ref sel));
 }