Instrument Neutral Distributed Interface INDI  2.0.2
Classes | Macros
skywatcherAPI.h File Reference
#include <string>
#include <map>
#include "inditelescope.h"

Go to the source code of this file.

Classes

struct  AXISSTATUS
 
class  SkywatcherAPI
 
struct  SkywatcherAPI::SkyWatcherFeatures
 

Macros

#define INDI_DEBUG_LOGGING
 
#define MYDEBUG(priority, msg)    INDI::Logger::getInstance().print(pChildTelescope->getDeviceName(), priority, __FILE__, __LINE__, msg)
 
#define MYDEBUGF(priority, msg, ...)    INDI::Logger::getInstance().print(pChildTelescope->getDeviceName(), priority, __FILE__, __LINE__, msg, __VA_ARGS__)
 

Macro Definition Documentation

◆ INDI_DEBUG_LOGGING

#define INDI_DEBUG_LOGGING

Definition at line 22 of file skywatcherAPI.h.

◆ MYDEBUG

#define MYDEBUG (   priority,
  msg 
)     INDI::Logger::getInstance().print(pChildTelescope->getDeviceName(), priority, __FILE__, __LINE__, msg)

Definition at line 25 of file skywatcherAPI.h.

◆ MYDEBUGF

#define MYDEBUGF (   priority,
  msg,
  ... 
)     INDI::Logger::getInstance().print(pChildTelescope->getDeviceName(), priority, __FILE__, __LINE__, msg, __VA_ARGS__)

Definition at line 27 of file skywatcherAPI.h.