Instrument Neutral Distributed Interface INDI  2.0.2
Macros | Enumerations | Functions
ieq45driver.h File Reference

Go to the source code of this file.

Macros

#define MaxReticleDutyCycle   15
 
#define MaxFocuserSpeed   4
 
#define getIEQ45RA(fd, x)   getCommandSexa(fd, x, ":GR#")
 
#define getIEQ45DEC(fd, x)   getCommandSexa(fd, x, ":GD#")
 
#define getLocalTime24(fd, x)   getCommandSexa(fd, x, ":GL#")
 
#define getSDTime(fd, x)   getCommandSexa(fd, x, ":GS#")
 
#define getIEQ45Alt(fd, x)   getCommandSexa(fd, x, ":GA#")
 
#define getIEQ45Az(fd, x)   getCommandSexa(fd, x, ":GZ#")
 
#define getUTCOffset(fd, x)   getCommandInt(fd, x, ":GG#")
 
#define setReticleFlashRate(fd, x)   setCommandInt(fd, x, ":B")
 
#define setFocuserSpeed(fd, x)   setCommandInt(fd, x, ":F")
 
#define setSlewSpeed(fd, x)   setCommandInt(fd, x, ":Sw")
 
#define setLocalTime(fd, x, y, z)   setCommandXYZ(fd, x, y, z, ":SL")
 
#define setSDTime(fd, x, y, z)   setCommandXYZ(fd, x, y, z, ":SS")
 
#define turnGPSOn(fd)   write(fd, ":g+#", 5)
 
#define turnGPSOff(fd)   write(fd, ":g-#", 5)
 
#define alignGPSScope(fd)   write(fd, ":Aa#", 5)
 
#define gpsSleep(fd)   write(fd, ":hN#", 5)
 
#define gpsWakeUp(fd)   write(fd, ":hW#", 5);
 
#define gpsRestart(fd)   write(fd, ":I#", 4);
 
#define updateGPS_System(fd)   setStandardProcedure(fd, ":gT#")
 
#define enableDecAltPec(fd)   write(fd, ":QA+#", 6)
 
#define disableDecAltPec(fd)   write(fd, ":QA-#", 6)
 
#define enableRaAzPec(fd)   write(fd, ":QZ+#", 6)
 
#define disableRaAzPec(fd)   write(fd, ":QZ-#", 6)
 
#define activateAltDecAntiBackSlash(fd)   write(fd, "$BAdd#", 7)
 
#define activateAzRaAntiBackSlash(fd)   write(fd, "$BZdd#", 7)
 
#define SelenographicSync(fd)   write(fd, ":CL#", 5);
 
#define slewToAltAz(fd)   setStandardProcedure(fd, ":MA#")
 
#define toggleTimeFormat(fd)   write(fd, ":H#", 4)
 
#define increaseReticleBrightness(fd)   write(fd, ":B+#", 5)
 
#define decreaseReticleBrightness(fd)   write(fd, ":B-#", 5)
 
#define turnFanOn(fd)   write(fd, ":f+#", 5)
 
#define turnFanOff(fd)   write(fd, ":f-#", 5)
 
#define seekHomeAndSave(fd)   write(fd, ":hS#", 5)
 
#define seekHomeAndSet(fd)   write(fd, ":hF#", 5)
 
#define turnFieldDeRotatorOn(fd)   write(fd, ":r+#", 5)
 
#define turnFieldDeRotatorOff(fd)   write(fd, ":r-#", 5)
 
#define slewToPark(fd)   write(fd, ":hP#", 5)
 

Enumerations

enum  TSlew {
  LX200_SLEW_MAX , LX200_SLEW_FIND , LX200_SLEW_CENTER , LX200_SLEW_GUIDE ,
  IEQ45_SLEW_MAX , IEQ45_SLEW_FIND , IEQ45_SLEW_CENTER , IEQ45_SLEW_GUIDE
}
 
enum  TAlign {
  LX200_ALIGN_POLAR , LX200_ALIGN_ALTAZ , LX200_ALIGN_LAND , IEQ45_ALIGN_POLAR ,
  IEQ45_ALIGN_ALTAZ , IEQ45_ALIGN_LAND
}
 
enum  TDirection {
  LX200_NORTH , LX200_WEST , LX200_EAST , LX200_SOUTH ,
  LX200_ALL , IEQ45_NORTH , IEQ45_WEST , IEQ45_EAST ,
  IEQ45_SOUTH , IEQ45_ALL
}
 
enum  TFormat { IEQ45_SHORT_FORMAT , IEQ45_LONG_FORMAT }
 
enum  TTimeFormat {
  LX200_24 , LX200_AM , LX200_PM , MAGELLAN_24 ,
  MAGELLAN_AM , MAGELLAN_PM , IEQ45_24 , IEQ45_AM ,
  IEQ45_PM
}
 
enum  TFocusMotion { LX200_FOCUSIN , LX200_FOCUSOUT , IEQ45_FOCUSIN , IEQ45_FOCUSOUT }
 
enum  TFocusSpeed {
  LX200_HALTFOCUS = 0 , LX200_FOCUSSLOW , LX200_FOCUSFAST , IEQ45_HALTFOCUS = 0 ,
  IEQ45_FOCUSSLOW , IEQ45_FOCUSFAST
}
 
enum  TCatalog { LX200_STAR_C , LX200_DEEPSKY_C , IEQ45_STAR_C , IEQ45_DEEPSKY_C }
 
enum  StarCatalog {
  LX200_STAR , LX200_SAO , LX200_GCVS , IEQ45_STAR ,
  IEQ45_SAO , IEQ45_GCVS
}
 
enum  DeepSkyCatalog {
  LX200_NGC , LX200_IC , LX200_UGC , LX200_CALDWELL ,
  LX200_ARP , LX200_ABELL , LX200_MESSIER_C , IEQ45_NGC ,
  IEQ45_IC , IEQ45_UGC , IEQ45_CALDWELL , IEQ45_ARP ,
  IEQ45_ABELL , IEQ45_MESSIER_C
}
 
enum  TFreq {
  LX200_TRACK_SIDEREAL , LX200_TRACK_SOLAR , LX200_TRACK_LUNAR , LX200_TRACK_MANUAL ,
  MAGELLAN_TRACK_DEFAULT , MAGELLAN_TRACK_LUNAR , MAGELLAN_TRACK_MANUAL , IEQ45_TRACK_SIDERAL ,
  IEQ45_TRACK_LUNAR , IEQ45_TRACK_SOLAR , IEQ45_TRACK_ZERO
}
 

Functions

char ACK (int fd)
 
int check_IEQ45_connection (int fd)
 
int getCommandSexa (int fd, double *value, const char *cmd)
 
int getCommandString (int fd, char *data, const char *cmd)
 
int getCommandInt (int fd, int *value, const char *cmd)
 
int getTrackFreq (int fd, double *value)
 
int getSiteLatitude (int fd, int *dd, int *mm)
 
int getSiteLongitude (int fd, int *ddd, int *mm)
 
int getCalendarDate (int fd, char *date)
 
int getSiteName (int fd, char *siteName, int siteNum)
 
int getNumberOfBars (int fd, int *value)
 
int getHomeSearchStatus (int fd, int *status)
 
int getOTATemp (int fd, double *value)
 
int getTimeFormat (int fd, int *format)
 
int updateSkyCommanderCoord (int fd, double *ra, double *dec)
 
int updateIntelliscopeCoord (int fd, double *ra, double *dec)
 
int setCommandInt (int fd, int data, const char *cmd)
 
int setCommandXYZ (int fd, int x, int y, int z, const char *cmd)
 
int setStandardProcedure (int fd, char *writeData)
 
int setSlewMode (int fd, int slewMode)
 
int setAlignmentMode (int fd, unsigned int alignMode)
 
int setObjectRA (int fd, double ra)
 
int setObjectDEC (int fd, double dec)
 
int setCalenderDate (int fd, int dd, int mm, int yy)
 
int setUTCOffset (int fd, double hours)
 
int setTrackFreq (int fd, double trackF)
 
int setSiteLongitude (int fd, double Long)
 
int setSiteLatitude (int fd, double Lat)
 
int setObjAz (int fd, double az)
 
int setObjAlt (int fd, double alt)
 
int setSiteName (int fd, char *siteName, int siteNum)
 
int setMaxSlewRate (int fd, int slewRate)
 
int setFocuserMotion (int fd, int motionType)
 
int setGPSFocuserSpeed (int fd, int speed)
 
int setFocuserSpeedMode (int fd, int speedMode)
 
int setMinElevationLimit (int fd, int min)
 
int setMaxElevationLimit (int fd, int max)
 
int Slew (int fd)
 
int Sync (int fd, char *matchedObject)
 
int abortSlew (int fd)
 
int MoveTo (int fd, int direction)
 
int HaltMovement (int fd, int direction)
 
int selectTrackingMode (int fd, int trackMode)
 
int selectAPTrackingMode (int fd, int trackMode)
 
int SendPulseCmd (int fd, int direction, int duration_msec)
 
int checkIEQ45Format (int fd)
 
int selectSite (int fd, int siteNum)
 
int selectCatalogObject (int fd, int catalog, int NNNN)
 
int selectSubCatalog (int fd, int catalog, int subCatalog)
 

Macro Definition Documentation

◆ activateAltDecAntiBackSlash

#define activateAltDecAntiBackSlash (   fd)    write(fd, "$BAdd#", 7)

Definition at line 156 of file ieq45driver.h.

◆ activateAzRaAntiBackSlash

#define activateAzRaAntiBackSlash (   fd)    write(fd, "$BZdd#", 7)

Definition at line 157 of file ieq45driver.h.

◆ alignGPSScope

#define alignGPSScope (   fd)    write(fd, ":Aa#", 5)

Definition at line 147 of file ieq45driver.h.

◆ decreaseReticleBrightness

#define decreaseReticleBrightness (   fd)    write(fd, ":B-#", 5)

Definition at line 163 of file ieq45driver.h.

◆ disableDecAltPec

#define disableDecAltPec (   fd)    write(fd, ":QA-#", 6)

Definition at line 153 of file ieq45driver.h.

◆ disableRaAzPec

#define disableRaAzPec (   fd)    write(fd, ":QZ-#", 6)

Definition at line 155 of file ieq45driver.h.

◆ enableDecAltPec

#define enableDecAltPec (   fd)    write(fd, ":QA+#", 6)

Definition at line 152 of file ieq45driver.h.

◆ enableRaAzPec

#define enableRaAzPec (   fd)    write(fd, ":QZ+#", 6)

Definition at line 154 of file ieq45driver.h.

◆ getIEQ45Alt

#define getIEQ45Alt (   fd,
 
)    getCommandSexa(fd, x, ":GA#")

Definition at line 117 of file ieq45driver.h.

◆ getIEQ45Az

#define getIEQ45Az (   fd,
 
)    getCommandSexa(fd, x, ":GZ#")

Definition at line 118 of file ieq45driver.h.

◆ getIEQ45DEC

#define getIEQ45DEC (   fd,
 
)    getCommandSexa(fd, x, ":GD#")

Definition at line 111 of file ieq45driver.h.

◆ getIEQ45RA

#define getIEQ45RA (   fd,
 
)    getCommandSexa(fd, x, ":GR#")

Definition at line 110 of file ieq45driver.h.

◆ getLocalTime24

#define getLocalTime24 (   fd,
 
)    getCommandSexa(fd, x, ":GL#")

Definition at line 115 of file ieq45driver.h.

◆ getSDTime

#define getSDTime (   fd,
 
)    getCommandSexa(fd, x, ":GS#")

Definition at line 116 of file ieq45driver.h.

◆ getUTCOffset

#define getUTCOffset (   fd,
 
)    getCommandInt(fd, x, ":GG#")

Definition at line 130 of file ieq45driver.h.

◆ gpsRestart

#define gpsRestart (   fd)    write(fd, ":I#", 4);

Definition at line 150 of file ieq45driver.h.

◆ gpsSleep

#define gpsSleep (   fd)    write(fd, ":hN#", 5)

Definition at line 148 of file ieq45driver.h.

◆ gpsWakeUp

#define gpsWakeUp (   fd)    write(fd, ":hW#", 5);

Definition at line 149 of file ieq45driver.h.

◆ increaseReticleBrightness

#define increaseReticleBrightness (   fd)    write(fd, ":B+#", 5)

Definition at line 162 of file ieq45driver.h.

◆ MaxFocuserSpeed

#define MaxFocuserSpeed   4

Definition at line 107 of file ieq45driver.h.

◆ MaxReticleDutyCycle

#define MaxReticleDutyCycle   15

Definition at line 106 of file ieq45driver.h.

◆ seekHomeAndSave

#define seekHomeAndSave (   fd)    write(fd, ":hS#", 5)

Definition at line 166 of file ieq45driver.h.

◆ seekHomeAndSet

#define seekHomeAndSet (   fd)    write(fd, ":hF#", 5)

Definition at line 167 of file ieq45driver.h.

◆ SelenographicSync

#define SelenographicSync (   fd)    write(fd, ":CL#", 5);

Definition at line 158 of file ieq45driver.h.

◆ setFocuserSpeed

#define setFocuserSpeed (   fd,
 
)    setCommandInt(fd, x, ":F")

Definition at line 137 of file ieq45driver.h.

◆ setLocalTime

#define setLocalTime (   fd,
  x,
  y,
 
)    setCommandXYZ(fd, x, y, z, ":SL")

Definition at line 141 of file ieq45driver.h.

◆ setReticleFlashRate

#define setReticleFlashRate (   fd,
 
)    setCommandInt(fd, x, ":B")

Definition at line 136 of file ieq45driver.h.

◆ setSDTime

#define setSDTime (   fd,
  x,
  y,
 
)    setCommandXYZ(fd, x, y, z, ":SS")

Definition at line 142 of file ieq45driver.h.

◆ setSlewSpeed

#define setSlewSpeed (   fd,
 
)    setCommandInt(fd, x, ":Sw")

Definition at line 138 of file ieq45driver.h.

◆ slewToAltAz

#define slewToAltAz (   fd)    setStandardProcedure(fd, ":MA#")

Definition at line 160 of file ieq45driver.h.

◆ slewToPark

#define slewToPark (   fd)    write(fd, ":hP#", 5)

Definition at line 170 of file ieq45driver.h.

◆ toggleTimeFormat

#define toggleTimeFormat (   fd)    write(fd, ":H#", 4)

Definition at line 161 of file ieq45driver.h.

◆ turnFanOff

#define turnFanOff (   fd)    write(fd, ":f-#", 5)

Definition at line 165 of file ieq45driver.h.

◆ turnFanOn

#define turnFanOn (   fd)    write(fd, ":f+#", 5)

Definition at line 164 of file ieq45driver.h.

◆ turnFieldDeRotatorOff

#define turnFieldDeRotatorOff (   fd)    write(fd, ":r-#", 5)

Definition at line 169 of file ieq45driver.h.

◆ turnFieldDeRotatorOn

#define turnFieldDeRotatorOn (   fd)    write(fd, ":r+#", 5)

Definition at line 168 of file ieq45driver.h.

◆ turnGPSOff

#define turnGPSOff (   fd)    write(fd, ":g-#", 5)

Definition at line 146 of file ieq45driver.h.

◆ turnGPSOn

#define turnGPSOn (   fd)    write(fd, ":g+#", 5)

Definition at line 145 of file ieq45driver.h.

◆ updateGPS_System

#define updateGPS_System (   fd)    setStandardProcedure(fd, ":gT#")

Definition at line 151 of file ieq45driver.h.

Enumeration Type Documentation

◆ DeepSkyCatalog

Enumerator
LX200_NGC 
LX200_IC 
LX200_UGC 
LX200_CALDWELL 
LX200_ARP 
LX200_ABELL 
LX200_MESSIER_C 
IEQ45_NGC 
IEQ45_IC 
IEQ45_UGC 
IEQ45_CALDWELL 
IEQ45_ARP 
IEQ45_ABELL 
IEQ45_MESSIER_C 

Definition at line 87 of file ieq45driver.h.

◆ StarCatalog

Enumerator
LX200_STAR 
LX200_SAO 
LX200_GCVS 
IEQ45_STAR 
IEQ45_SAO 
IEQ45_GCVS 

Definition at line 80 of file ieq45driver.h.

◆ TAlign

enum TAlign
Enumerator
LX200_ALIGN_POLAR 
LX200_ALIGN_ALTAZ 
LX200_ALIGN_LAND 
IEQ45_ALIGN_POLAR 
IEQ45_ALIGN_ALTAZ 
IEQ45_ALIGN_LAND 

Definition at line 33 of file ieq45driver.h.

◆ TCatalog

enum TCatalog
Enumerator
LX200_STAR_C 
LX200_DEEPSKY_C 
IEQ45_STAR_C 
IEQ45_DEEPSKY_C 

Definition at line 74 of file ieq45driver.h.

◆ TDirection

enum TDirection
Enumerator
LX200_NORTH 
LX200_WEST 
LX200_EAST 
LX200_SOUTH 
LX200_ALL 
IEQ45_NORTH 
IEQ45_WEST 
IEQ45_EAST 
IEQ45_SOUTH 
IEQ45_ALL 

Definition at line 40 of file ieq45driver.h.

◆ TFocusMotion

Enumerator
LX200_FOCUSIN 
LX200_FOCUSOUT 
IEQ45_FOCUSIN 
IEQ45_FOCUSOUT 

Definition at line 62 of file ieq45driver.h.

◆ TFocusSpeed

Enumerator
LX200_HALTFOCUS 
LX200_FOCUSSLOW 
LX200_FOCUSFAST 
IEQ45_HALTFOCUS 
IEQ45_FOCUSSLOW 
IEQ45_FOCUSFAST 

Definition at line 67 of file ieq45driver.h.

◆ TFormat

enum TFormat
Enumerator
IEQ45_SHORT_FORMAT 
IEQ45_LONG_FORMAT 

Definition at line 49 of file ieq45driver.h.

◆ TFreq

enum TFreq
Enumerator
LX200_TRACK_SIDEREAL 
LX200_TRACK_SOLAR 
LX200_TRACK_LUNAR 
LX200_TRACK_MANUAL 
MAGELLAN_TRACK_DEFAULT 
MAGELLAN_TRACK_LUNAR 
MAGELLAN_TRACK_MANUAL 
IEQ45_TRACK_SIDERAL 
IEQ45_TRACK_LUNAR 
IEQ45_TRACK_SOLAR 
IEQ45_TRACK_ZERO 

Definition at line 98 of file ieq45driver.h.

◆ TSlew

enum TSlew
Enumerator
LX200_SLEW_MAX 
LX200_SLEW_FIND 
LX200_SLEW_CENTER 
LX200_SLEW_GUIDE 
IEQ45_SLEW_MAX 
IEQ45_SLEW_FIND 
IEQ45_SLEW_CENTER 
IEQ45_SLEW_GUIDE 

Definition at line 25 of file ieq45driver.h.

◆ TTimeFormat

Enumerator
LX200_24 
LX200_AM 
LX200_PM 
MAGELLAN_24 
MAGELLAN_AM 
MAGELLAN_PM 
IEQ45_24 
IEQ45_AM 
IEQ45_PM 

Definition at line 55 of file ieq45driver.h.

Function Documentation

◆ abortSlew()

int abortSlew ( int  fd)

Definition at line 1754 of file lx200driver.cpp.

◆ ACK()

char ACK ( int  fd)

Definition at line 108 of file lx200driver.cpp.

◆ check_IEQ45_connection()

int check_IEQ45_connection ( int  fd)

Definition at line 146 of file ieq45driver8406.c.

◆ checkIEQ45Format()

int checkIEQ45Format ( int  fd)

Definition at line 1363 of file ieq45driver8406.c.

◆ getCalendarDate()

int getCalendarDate ( int  fd,
char *  date 
)

Definition at line 315 of file lx200driver.cpp.

◆ getCommandInt()

int getCommandInt ( int  fd,
int *  value,
const char *  cmd 
)

Definition at line 180 of file lx200driver.cpp.

◆ getCommandSexa()

int getCommandSexa ( int  fd,
double *  value,
const char *  cmd 
)

Definition at line 143 of file lx200driver.cpp.

◆ getCommandString()

int getCommandString ( int  fd,
char *  data,
const char *  cmd 
)

Definition at line 223 of file lx200driver.cpp.

◆ getHomeSearchStatus()

int getHomeSearchStatus ( int  fd,
int *  status 
)

Definition at line 694 of file lx200driver.cpp.

◆ getNumberOfBars()

int getNumberOfBars ( int  fd,
int *  value 
)

Definition at line 502 of file ieq45driver8406.c.

◆ getOTATemp()

int getOTATemp ( int  fd,
double *  value 
)

Definition at line 739 of file lx200driver.cpp.

◆ getSiteLatitude()

int getSiteLatitude ( int  fd,
int *  dd,
int *  mm 
)

Definition at line 403 of file ieq45driver8406.c.

◆ getSiteLongitude()

int getSiteLongitude ( int  fd,
int *  ddd,
int *  mm 
)

Definition at line 434 of file ieq45driver8406.c.

◆ getSiteName()

int getSiteName ( int  fd,
char *  siteName,
int  siteNum 
)

Definition at line 415 of file lx200driver.cpp.

◆ getTimeFormat()

int getTimeFormat ( int  fd,
int *  format 
)

Definition at line 368 of file lx200driver.cpp.

◆ getTrackFreq()

int getTrackFreq ( int  fd,
double *  value 
)

Definition at line 649 of file lx200driver.cpp.

◆ HaltMovement()

int HaltMovement ( int  fd,
int  direction 
)

Definition at line 1704 of file lx200driver.cpp.

◆ MoveTo()

int MoveTo ( int  fd,
int  direction 
)

Definition at line 1614 of file lx200driver.cpp.

◆ selectAPTrackingMode()

int selectAPTrackingMode ( int  fd,
int  trackMode 
)

Definition at line 442 of file lx200apdriver.cpp.

◆ selectCatalogObject()

int selectCatalogObject ( int  fd,
int  catalog,
int  NNNN 
)

Definition at line 1873 of file lx200driver.cpp.

◆ selectSite()

int selectSite ( int  fd,
int  siteNum 
)

Definition at line 1821 of file lx200driver.cpp.

◆ selectSubCatalog()

int selectSubCatalog ( int  fd,
int  catalog,
int  subCatalog 
)

Definition at line 1923 of file lx200driver.cpp.

◆ selectTrackingMode()

int selectTrackingMode ( int  fd,
int  trackMode 
)

Definition at line 2113 of file lx200driver.cpp.

◆ SendPulseCmd()

int SendPulseCmd ( int  fd,
int  direction,
int  duration_msec 
)

Definition at line 1157 of file ieq45driver8406.c.

◆ setAlignmentMode()

int setAlignmentMode ( int  fd,
unsigned int  alignMode 
)

Definition at line 1060 of file lx200driver.cpp.

◆ setCalenderDate()

int setCalenderDate ( int  fd,
int  dd,
int  mm,
int  yy 
)

Definition at line 825 of file ieq45driver8406.c.

◆ setCommandInt()

int setCommandInt ( int  fd,
int  data,
const char *  cmd 
)

Definition at line 821 of file lx200driver.cpp.

◆ setCommandXYZ()

int setCommandXYZ ( int  fd,
int  x,
int  y,
int  z,
const char *  cmd 
)

Definition at line 784 of file ieq45driver8406.c.

◆ setFocuserMotion()

int setFocuserMotion ( int  fd,
int  motionType 
)

Definition at line 1405 of file lx200driver.cpp.

◆ setFocuserSpeedMode()

int setFocuserSpeedMode ( int  fd,
int  speedMode 
)

Definition at line 1435 of file lx200driver.cpp.

◆ setGPSFocuserSpeed()

int setGPSFocuserSpeed ( int  fd,
int  speed 
)

Definition at line 1471 of file lx200driver.cpp.

◆ setMaxElevationLimit()

int setMaxElevationLimit ( int  fd,
int  max 
)

Definition at line 873 of file lx200driver.cpp.

◆ setMaxSlewRate()

int setMaxSlewRate ( int  fd,
int  slewRate 
)

Definition at line 892 of file lx200driver.cpp.

◆ setMinElevationLimit()

int setMinElevationLimit ( int  fd,
int  min 
)

Definition at line 849 of file lx200driver.cpp.

◆ setObjAlt()

int setObjAlt ( int  fd,
double  alt 
)

Definition at line 1301 of file lx200driver.cpp.

◆ setObjAz()

int setObjAz ( int  fd,
double  az 
)

Definition at line 1279 of file lx200driver.cpp.

◆ setObjectDEC()

int setObjectDEC ( int  fd,
double  dec 
)

Definition at line 753 of file ieq45driver8406.c.

◆ setObjectRA()

int setObjectRA ( int  fd,
double  ra 
)

Definition at line 735 of file ieq45driver8406.c.

◆ setSiteLatitude()

int setSiteLatitude ( int  fd,
double  Lat 
)

Definition at line 884 of file ieq45driver8406.c.

◆ setSiteLongitude()

int setSiteLongitude ( int  fd,
double  Long 
)

Definition at line 872 of file ieq45driver8406.c.

◆ setSiteName()

int setSiteName ( int  fd,
char *  siteName,
int  siteNum 
)

Definition at line 1323 of file lx200driver.cpp.

◆ setSlewMode()

int setSlewMode ( int  fd,
int  slewMode 
)

Definition at line 1361 of file lx200driver.cpp.

◆ setStandardProcedure()

int setStandardProcedure ( int  fd,
char *  writeData 
)

Definition at line 657 of file ieq45driver8406.c.

◆ setTrackFreq()

int setTrackFreq ( int  fd,
double  trackF 
)

Definition at line 1508 of file lx200driver.cpp.

◆ setUTCOffset()

int setUTCOffset ( int  fd,
double  hours 
)

Definition at line 1160 of file lx200driver.cpp.

◆ Slew()

int Slew ( int  fd)

Definition at line 1568 of file lx200driver.cpp.

◆ Sync()

int Sync ( int  fd,
char *  matchedObject 
)

Definition at line 1773 of file lx200driver.cpp.

◆ updateIntelliscopeCoord()

int updateIntelliscopeCoord ( int  fd,
double *  ra,
double *  dec 
)

Definition at line 609 of file ieq45driver8406.c.

◆ updateSkyCommanderCoord()

int updateSkyCommanderCoord ( int  fd,
double *  ra,
double *  dec 
)

Definition at line 579 of file ieq45driver8406.c.