Lines Matching refs:fd

117 #define getLX200RA(fd, x)     getCommandSexa(fd, x, ":GR#")  argument
118 #define getLX200DEC(fd, x) getCommandSexa(fd, x, ":GD#") argument
119 #define getObjectRA(fd, x) getCommandSexa(fd, x, ":Gr#") argument
120 #define getObjectDEC(fd, x) getCommandSexa(fd, x, ":Gd#") argument
121 #define getLocalTime12(fd, x) getCommandSexa(fd, x, ":Ga#") argument
122 #define getLocalTime24(fd, x) getCommandSexa(fd, x, ":GL#") argument
123 #define getSDTime(fd, x) getCommandSexa(fd, x, ":GS#") argument
124 #define getLX200Alt(fd, x) getCommandSexa(fd, x, ":GA#") argument
125 #define getLX200Az(fd, x) getCommandSexa(fd, x, ":GZ#") argument
128 #define getObjectInfo(fd, x) getCommandString(fd, x, ":LI#") argument
129 #define getVersionDate(fd, x) getCommandString(fd, x, ":GVD#") argument
130 #define getVersionTime(fd, x) getCommandString(fd, x, ":GVT#") argument
131 #define getFullVersion(fd, x) getCommandString(fd, x, ":GVF#") argument
132 #define getVersionNumber(fd, x) getCommandString(fd, x, ":GVN#") argument
133 #define getProductName(fd, x) getCommandString(fd, x, ":GVP#") argument
134 #define turnGPS_StreamOn(fd) getCommandString(fd, x, ":gps#") argument
137 #define getUTCOffset(fd, x) getCommandInt(fd, x, ":GG#") argument
138 #define getMaxElevationLimit(fd, x) getCommandInt(fd, x, ":Go#") argument
139 #define getMinElevationLimit(fd, x) getCommandInt(fd, x, ":Gh#") argument
142 #define setReticleDutyFlashCycle(fd, x) setCommandInt(fd, x, ":BD") argument
143 #define setReticleFlashRate(fd, x) setCommandInt(fd, x, ":B") argument
144 #define setFocuserSpeed(fd, x) setCommandInt(fd, x, ":F") argument
145 #define setSlewSpeed(fd, x) setCommandInt(fd, x, ":Sw") argument
148 #define setLocalTime(fd, x, y, z) setCommandXYZ(fd, x, y, z, ":SL") argument
149 #define setSDTime(fd, x, y, z) setCommandXYZ(fd, x, y, z, ":SS") argument
152 #define turnGPSOn(fd) write(fd, ":g+#", 4) argument
153 #define turnGPSOff(fd) write(fd, ":g-#", 4) argument
154 #define alignGPSScope(fd) write(fd, ":Aa#", 4) argument
155 #define gpsSleep(fd) write(fd, ":hN#", 4) argument
156 #define gpsWakeUp(fd) write(fd, ":hW#", 4); argument
157 #define gpsRestart(fd) write(fd, ":I#", 3); argument
158 #define updateGPS_System(fd) setStandardProcedure(fd, ":gT#") argument
159 #define enableDecAltPec(fd) write(fd, ":QA+#", 4) argument
160 #define disableDecAltPec(fd) write(fd, ":QA-#", 4) argument
161 #define enableRaAzPec(fd) write(fd, ":QZ+#", 4) argument
162 #define disableRaAzPec(fd) write(fd, ":QZ-#", 4) argument
163 #define activateAltDecAntiBackSlash(fd) write(fd, ":$BAdd#", 7) argument
164 #define activateAzRaAntiBackSlash(fd) write(fd, ":$BZdd#", 7) argument
165 #define SelenographicSync(fd) write(fd, ":CL#", 4); argument
167 #define slewToAltAz(fd) setStandardProcedure(fd, ":MA#") argument
168 #define toggleTimeFormat(fd) write(fd, ":H#", 3) argument
169 #define increaseReticleBrightness(fd) write(fd, ":B+#", 4) argument
170 #define decreaseReticleBrightness(fd) write(fd, ":B-#", 4) argument
171 #define turnFanOn(fd) write(fd, ":f+#", 4) argument
172 #define turnFanOff(fd) write(fd, ":f-#", 4) argument
173 #define seekHomeAndSave(fd) write(fd, ":hS#", 4) argument
174 #define seekHomeAndSet(fd) write(fd, ":hF#", 4) argument
175 #define turnFieldDeRotatorOn(fd) write(fd, ":r+#", 4) argument
176 #define turnFieldDeRotatorOff(fd) write(fd, ":r-#", 4) argument
177 #define slewToPark(fd) write(fd, ":hP#", 4) argument
178 #define initTelescope(fd) write(fd, ":I#", 3) argument
193 char ACK(int fd);
196 int check_lx200_connection(int fd);
203 int getCommandSexa(int fd, double *value, const char *cmd);
205 int getCommandString(int fd, char *data, const char *cmd);
207 int getCommandInt(int fd, int *value, const char *cmd);
209 int getTrackFreq(int fd, double *value);
211 int getSiteLatitude(int fd, int *dd, int *mm, double *ssf);
213 int getSiteLongitude(int fd, int *ddd, int *mm, double *ssf);
215 int getSiteLatitudeAlt(int fd, int *dd, int *mm, double *ssf, const char *cmd);
217 int getSiteLongitudeAlt(int fd, int *ddd, int *mm, double *ssf, const char *cmd);
219 int getCalendarDate(int fd, char *date);
221 int getSiteName(int fd, char *siteName, int siteNum);
223 int getHomeSearchStatus(int fd, int *status);
225 int getOTATemp(int fd, double *value);
227 int getTimeFormat(int fd, int *format);
229 int updateSkyCommanderCoord(int fd, double *ra, double *dec);
231 int updateIntelliscopeCoord(int fd, double *ra, double *dec);
238 int setCommandInt(int fd, int data, const char *cmd);
240 int setCommandXYZ(int fd, int x, int y, int z, const char *cmd);
242 int setStandardProcedure(int fd, const char *writeData);
244 int setSlewMode(int fd, int slewMode);
246 int setAlignmentMode(int fd, unsigned int alignMode);
248 int setObjectRA(int fd, double ra);
250 int setObjectDEC(int fd, double dec);
252 int setCalenderDate(int fd, int dd, int mm, int yy);
254 int setUTCOffset(int fd, double hours);
256 int setTrackFreq(int fd, double trackF);
258 int setPreciseTrackFreq(int fd, double trackF);
260 int setSiteLongitude(int fd, double Long);
262 int setSiteLatitude(int fd, double Lat);
264 int setObjAz(int fd, double az);
266 int setObjAlt(int fd, double alt);
268 int setSiteName(int fd, char *siteName, int siteNum);
270 int setMaxSlewRate(int fd, int slewRate);
272 int setFocuserMotion(int fd, int motionType);
274 int setGPSFocuserSpeed(int fd, int speed);
276 int setFocuserSpeedMode(int fd, int speedMode);
278 int setMinElevationLimit(int fd, int min);
280 int setMaxElevationLimit(int fd, int max);
286 int Slew(int fd);
288 int Sync(int fd, char *matchedObject);
290 int abortSlew(int fd);
292 int MoveTo(int fd, int direction);
294 int HaltMovement(int fd, int direction);
296 int selectTrackingMode(int fd, int trackMode);
298 int isSlewComplete(int fd);
300 int SendPulseCmd(int fd, int direction, int duration_msec);
306 int checkLX200EquatorialFormat(int fd);
310 int selectSite(int fd, int siteNum);
312 int selectCatalogObject(int fd, int catalog, int NNNN);
314 int selectSubCatalog(int fd, int catalog, int subCatalog);