Esempio n. 1
0
 public bool GetMeasTagArm(int ch, ref GtiTagArmSrc src, ref GtiPolarity pol)
 {
     return(GT668GetMeasTagArm(ch, ref src, ref pol));
 }
Esempio n. 2
0
 public bool GetBlockArm(ref GtiBlkArmSrc src, ref GtiPolarity pol, ref bool level)
 {
     return(GT668GetBlockArm(ref src, ref pol, ref level));
 }
Esempio n. 3
0
 public bool SetBlockArm(GtiBlkArmSrc src, GtiPolarity pol, bool level)
 {
     return(GT668SetBlockArm(src, pol, level));
 }
Esempio n. 4
0
 public static extern uint GT668SetOutput(
     int @out,
     GtiOutSrc src,
     GtiPolarity pol,
     double width,
     double delay);
Esempio n. 5
0
 public bool SetMeasTagArm(int ch, GtiTagArmSrc src, GtiPolarity pol)
 {
     return(GT668SetMeasTagArm(ch, src, pol));
 }
Esempio n. 6
0
 public uint SetOutput(int @out, GtiOutSrc src, GtiPolarity pol, double width, double delay)
 {
     return(GT668SetOutput(@out, src, pol, width, delay));
 }
Esempio n. 7
0
 public static extern bool GT668GetBlockArm(
     ref GtiBlkArmSrc src,
     ref GtiPolarity pol,
     ref bool level);
Esempio n. 8
0
 public static extern bool GT668GetMeasTagArm(
     int ch,
     ref GtiTagArmSrc src,
     ref GtiPolarity pol);
Esempio n. 9
0
 public static extern bool GT668SetBlockArm(
     GtiBlkArmSrc src,
     GtiPolarity pol,
     bool level);