File: DriverCommon.cpp

package info (click to toggle)
indi 1.9.9%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,792 kB
  • sloc: cpp: 186,158; ansic: 30,836; xml: 869; sh: 282; makefile: 11
file content (18 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*!
 * \file DriverCommon.cpp
 *
 * \author Roger James
 * \date 28th January 2014
 *
 */

#include "indilogger.h"

namespace INDI
{
namespace AlignmentSubsystem
{
int DBG_ALIGNMENT = INDI::Logger::getInstance().addDebugLevel("Alignment Subsystem", "ALIGNMENT");

} // namespace AlignmentSubsystem
} // namespace INDI