Basic implementation of the IFocusserV3
This commit is contained in:
@@ -21,6 +21,8 @@ namespace ASCOM.MeadeAutostar497.Controller
|
||||
double TargetRightAscension { get; set; }
|
||||
double TargetDeclination { get; set; }
|
||||
DriveRates TrackingRate { get; }
|
||||
int FocuserMaxIncrement { get; set; }
|
||||
int FocuserMaxStep { get; set; }
|
||||
void AbortSlew();
|
||||
void PulseGuide(GuideDirections direction, int duration);
|
||||
void Park();
|
||||
@@ -33,5 +35,6 @@ namespace ASCOM.MeadeAutostar497.Controller
|
||||
void SlewToTargetAsync();
|
||||
void MoveAxis(TelescopeAxes axis, double rate);
|
||||
void FocuserHalt();
|
||||
void FocuserMove(int position);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user