summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indi/lx200generic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/indi/lx200generic.cpp')
-rw-r--r--kstars/kstars/indi/lx200generic.cpp17
1 files changed, 9 insertions, 8 deletions
diff --git a/kstars/kstars/indi/lx200generic.cpp b/kstars/kstars/indi/lx200generic.cpp
index b4f6d792..d498ba62 100644
--- a/kstars/kstars/indi/lx200generic.cpp
+++ b/kstars/kstars/indi/lx200generic.cpp
@@ -41,7 +41,8 @@
#if !(TIMEZONE_IS_INT)
-static int daylight = 0;
+//static int daylight = 0;
+int daylight = 0;
#endif
static inline double timezoneOffset()
@@ -117,7 +118,7 @@ INumber eq[] = {
//TODO decide appropiate TIME_OUT
// N.B. No Static identifier as it is needed for external linkage
INumberVectorProperty eqNum = {
- mydev, "EQUATORIAL_EOD_COORD", "Equatorial JNow", BASIC_GROUP, IP_RW, 0, IPS_IDLE,
+ mydev, "ETQUATORIAL_EOD_COORD", "Equatorial JNow", BASIC_GROUP, IP_RW, 0, IPS_IDLE,
eq, NARRAY(eq), "", 0};
/* Fundamental group */
@@ -327,7 +328,7 @@ LX200Generic::LX200Generic()
IDLog("Julian Day is %g\n", JD);
- // Children call parent routines, this is the default
+ // Children call tqparent routines, this is the default
IDLog("initilizaing from generic LX200 device...\n");
IDLog("INDI Version: 2004-02-17\n");
@@ -561,7 +562,7 @@ void LX200Generic::ISNewNumber (const char *dev, const char *name, double values
IDLog("We received J2000 RA %g - DEC %g\n", newRA, newDEC);
IDLog("We received J2000 RA %s - DEC %s\n", RAStr, DecStr);
- /*apparentCoord( (double) J2000, JD, &newRA, &newDEC);
+ /*aptqparentCoord( (double) J2000, JD, &newRA, &newDEC);
fs_sexa(RAStr, newRA, 2, 3600);
fs_sexa(DecStr, newDEC, 2, 3600);
@@ -906,9 +907,9 @@ void LX200Generic::ISNewSwitch (const char *dev, const char *name, ISState *stat
IUUpdateSwitches(&AlignmentSw, states, names, n);
index = getOnSwitch(&AlignmentSw);
- if ( ( err = setAlignmentMode(index) < 0) )
+ if ( ( err = tqsetAlignmentMode(index) < 0) )
{
- handleError(&AlignmentSw, err, "Setting alignment");
+ handleError(&AlignmentSw, err, "Setting tqalignment");
return;
}
@@ -1405,7 +1406,7 @@ void LX200Generic::ISPoll()
case IPS_BUSY:
getLX200RA(&currentRA);
getLX200DEC(&currentDEC);
- /*apparentCoord( JD, (double) J2000, &currentRA, &currentDEC);*/
+ /*aptqparentCoord( JD, (double) J2000, &currentRA, &currentDEC);*/
eqNum.np[0].value = currentRA;
eqNum.np[1].value = currentDEC;
@@ -1789,7 +1790,7 @@ void LX200Generic::getAlignment()
signed char align = ACK();
if (align < 0)
{
- IDSetSwitch (&AlignmentSw, "Failed to get telescope alignment.");
+ IDSetSwitch (&AlignmentSw, "Failed to get telescope tqalignment.");
return;
}