TwiceAsNice  2019-02-18
Classes | Macros
skywatcherAPI.h File Reference
#include <string>
#include "indibase/inditelescope.h"
Include dependency graph for skywatcherAPI.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  AXISSTATUS
 
class  SkywatcherAPI
 

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

◆ MYDEBUG

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

◆ MYDEBUGF

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