コード例 #1
0
 public override MovementResult StartBothAxesJog(double azSpeed, RadioTelescopeDirectionEnum azDirection, double elSpeed, RadioTelescopeDirectionEnum elDirection)
 {
     return(driver.StartBothAxesJog(azSpeed, azDirection, elSpeed, elDirection));
 }