TwiceAsNice  2019-02-18
Macros | Functions | Variables
lx200generic.cpp File Reference
#include "lx200generic.h"
#include "lx200_10micron.h"
#include "lx200_16.h"
#include "lx200_OnStep.h"
#include "lx200ap_experimental.h"
#include "lx200ap_gtocp2.h"
#include "lx200ap.h"
#include "lx200classic.h"
#include "lx200fs2.h"
#include "lx200gemini.h"
#include "lx200pulsar2.h"
#include "lx200ss2000pc.h"
#include "lx200zeq25.h"
#include "lx200gotonova.h"
#include "ioptronHC8406.h"
#include <cmath>
#include <memory>
#include <cstring>
#include <unistd.h>
Include dependency graph for lx200generic.cpp:

Macros

#define LX200_TRACK   0
 
#define LX200_SYNC   1
 

Functions

void ISInit ()
 Send client definitions of all properties. More...
 
void ISGetProperties (const char *dev)
 Get Device Properties. More...
 
void ISNewSwitch (const char *dev, const char *name, ISState *states, char *names[], int n)
 Update the value of an existing switch vector property. More...
 
void ISNewText (const char *dev, const char *name, char *texts[], char *names[], int n)
 Update the value of an existing text vector property. More...
 
void ISNewNumber (const char *dev, const char *name, double values[], char *names[], int n)
 
void ISNewBLOB (const char *dev, const char *name, int sizes[], int blobsizes[], char *blobs[], char *formats[], char *names[], int n)
 Update data of an existing blob vector property. More...
 
void ISSnoopDevice (XMLEle *root)
 Function defined by Drivers that is called when another Driver it is snooping (by having previously called IDSnoopDevice()) sent any INDI message. More...
 

Variables

std::unique_ptr< LX200Generictelescope
 
char * me
 

Macro Definition Documentation

◆ LX200_SYNC

#define LX200_SYNC   1

◆ LX200_TRACK

#define LX200_TRACK   0

Function Documentation

◆ ISInit()

void ISInit ( void  )

Send client definitions of all properties.

◆ ISNewNumber()

void ISNewNumber ( const char *  dev,
const char *  name,
double  values[],
char *  names[],
int  n 
)

Variable Documentation

◆ me

char* me

◆ telescope

std::unique_ptr<LX200Generic> telescope