AHP® GT Controllers API
AHP GT Controllers
|
Classes | |
struct | SkywatcherAxisStatus |
Axis Status. More... | |
Enumerations | |
enum | GT1SteppingConfiguration { AABB = 0 , ABAB = 1 , ABBA = 2 } |
Motor coils phase winding configuration. More... | |
enum | GT1SteppingMode { Mixed = 0 , Microstep = 1 , HalfStep = 2 } |
Stepping mode. More... | |
enum | GT1Feature { GpioUnused = 0x0000 , GpioAsST4 = 0x0001 , GpioAsEncoder = 0x0002 , GpioAsPulseDrive = 0x0003 } |
ST-4 port configuration. More... | |
enum | GT1Flags { isForkMount = 0x1 , halfCurrentRA = 0x2 , halfCurrentDec = 0x4 , bauds_115200 = 0x8 } |
GT1 custom flags. More... | |
enum | SkywatcherFeature { inPPECTraining = 0x000010 , inPPEC = 0x000020 , hasEncoder = 0x000001 , hasPPEC = 0x000002 , hasHomeIndexer = 0x000004 , isAZEQ = 0x000008 , hasPolarLed = 0x001000 , hasCommonSlewStart = 0x002000 , hasHalfCurrentTracking = 0x004000 , hasWifi = 0x008000 } |
Skywatcher default features - EQ8/AZEQ6/AZEQ5 only. More... | |
enum | MountType { isEQ6 = 0x00 , isHEQ5 = 0x01 , isEQ5 = 0x02 , isEQ3 = 0x03 , isEQ8 = 0x04 , isAZEQ6 = 0x05 , isAZEQ5 = 0x06 , isGT = 0x80 , isMF = 0x81 , is114GT = 0x82 , isDOB = 0x90 , isCustom = 0xF0 } |
Default Mount types. More... | |
enum | SynscanCommand { GetRaDec = 'E' , GetPreciseRaDec = 'e' , GetAzAlt = 'Z' , GetPreciseAzAlt = 'z' , GotoRaDec = 'R' , GotoPreciseRaDec = 'r' , GotoAzAlt = 'B' , GotoPreciseAzAlt = 'b' , SyncRaDec = 'S' , SyncPreciseRaDec = 's' , GetTrackingMode = 't' , SetTrackingMode = 'T' , Slew = 'P' , GetLocation = 'w' , SetLocation = 'W' , GetTime = 'h' , SetTime = 'H' , GetSynScanVersion = 'V' , GetModel = 'm' , Echo = 'K' , AlignmentComplete = 'J' , GOTOinProgress = 'L' , CancelGOTO = 'M' , GetMountPointingState = 'p' } |
Commands for the SynScan protocol implementation. More... | |
enum | SkywatcherMotionMode { MODE_GOTO_HISPEED = 0x00 , MODE_SLEW_LOSPEED = 0x10 , MODE_GOTO_LOSPEED = 0x20 , MODE_SLEW_HISPEED = 0x30 } |
Motion Mode. More... | |
enum | SkywatcherSlewMode { MODE_SLEW = 0x1 , MODE_GOTO = 0x0 } |
Slew Mode. More... | |
enum | SkywatcherSpeedMode { SPEED_LOW = 0x0 , SPEED_HIGH = 0x1 } |
Speed Mode. More... | |
enum | SkywatcherDirection { DIRECTION_FORWARD = 0x00 , DIRECTION_BACKWARD = 0x01 } |
Direction. More... | |
enum GT1Feature |
enum GT1Flags |
enum GT1SteppingMode |
enum MountType |
enum SkywatcherDirection |
enum SkywatcherFeature |
enum SkywatcherMotionMode |
enum SkywatcherSlewMode |
enum SkywatcherSpeedMode |
enum SynscanCommand |