Instrument Neutral Distributed Interface INDI  2.0.2
Namespaces | Macros
DriverCommon.h File Reference
#include "indilogger.h"

Go to the source code of this file.

Namespaces

 INDI
 Namespace to encapsulate INDI client, drivers, and mediator classes.
 
 INDI::AlignmentSubsystem
 Namespace to encapsulate the INDI Alignment Subsystem classes. For more information see "INDI Alignment Subsystem" in "Related Pages" accessible via the banner at the top of this page.
 

Macros

#define ASSDEBUG(msg)   INDI::Logger::getInstance().print("alignmentSubsystem", DBG_ALIGNMENT, __FILE__, __LINE__, msg)
 
#define ASSDEBUGF(msg, ...)    INDI::Logger::getInstance().print("AlignmentSubsystem", DBG_ALIGNMENT, __FILE__, __LINE__, msg, __VA_ARGS__)
 

Detailed Description

Author
Roger James
Date
28th January 2014

Definition in file DriverCommon.h.

Macro Definition Documentation

◆ ASSDEBUG

#define ASSDEBUG (   msg)    INDI::Logger::getInstance().print("alignmentSubsystem", DBG_ALIGNMENT, __FILE__, __LINE__, msg)

Definition at line 17 of file DriverCommon.h.

◆ ASSDEBUGF

#define ASSDEBUGF (   msg,
  ... 
)     INDI::Logger::getInstance().print("AlignmentSubsystem", DBG_ALIGNMENT, __FILE__, __LINE__, msg, __VA_ARGS__)

Definition at line 18 of file DriverCommon.h.