Instrument Neutral Distributed Interface INDI  2.0.2
DriverCommon.h
Go to the documentation of this file.
1 
9 #pragma once
10 
11 #include "indilogger.h"
12 
13 namespace INDI
14 {
15 namespace AlignmentSubsystem
16 {
17 #define ASSDEBUG(msg) INDI::Logger::getInstance().print("alignmentSubsystem", DBG_ALIGNMENT, __FILE__, __LINE__, msg)
18 #define ASSDEBUGF(msg, ...) \
19  INDI::Logger::getInstance().print("AlignmentSubsystem", DBG_ALIGNMENT, __FILE__, __LINE__, msg, __VA_ARGS__)
20 
21 extern int DBG_ALIGNMENT;
22 
23 } // namespace AlignmentSubsystem
24 } // namespace INDI
Namespace to encapsulate INDI client, drivers, and mediator classes.