Instrument Neutral Distributed Interface INDI  2.0.2
Macros | Variables
ieq45.cpp File Reference
#include "ieq45.h"
#include "config.h"
#include "ieq45driver.h"
#include "indicom.h"
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <unistd.h>
#include <memory>

Go to the source code of this file.

Macros

#define currentRA   EquatorialCoordsRN[0].value
 
#define currentDEC   EquatorialCoordsRN[1].value
 

Variables

const int POLLMS_OVERRIDE = 100
 
const char * mydev = "IEQ45"
 
const char * BASIC_GROUP = "Main Control"
 
const char * OPTIONS_GROUP = "Options"
 

Macro Definition Documentation

◆ currentDEC

#define currentDEC   EquatorialCoordsRN[1].value

Definition at line 48 of file ieq45.cpp.

◆ currentRA

#define currentRA   EquatorialCoordsRN[0].value

Definition at line 47 of file ieq45.cpp.

Variable Documentation

◆ BASIC_GROUP

const char* BASIC_GROUP = "Main Control"

Definition at line 43 of file ieq45.cpp.

◆ mydev

const char* mydev = "IEQ45"

Definition at line 41 of file ieq45.cpp.

◆ OPTIONS_GROUP

const char* OPTIONS_GROUP = "Options"

Definition at line 44 of file ieq45.cpp.

◆ POLLMS_OVERRIDE

const int POLLMS_OVERRIDE = 100

Definition at line 40 of file ieq45.cpp.