Added support for tracking rate

This commit is contained in:
2019-05-07 18:10:17 +01:00
parent 5d16edee2e
commit 9608e5a31f
5 changed files with 281 additions and 232 deletions
@@ -20,6 +20,7 @@ namespace ASCOM.MeadeAutostar497.Controller
double Declination { get; }
double TargetRightAscension { get; set; }
double TargetDeclination { get; set; }
DriveRates TrackingRate { get; }
void AbortSlew();
void PulseGuide(GuideDirections direction, int duration);
void Park();