TwiceAsNice  2019-02-18
Macros
skywatcherAPI.cpp File Reference
#include "skywatcherAPI.h"
#include <cmath>
#include <iomanip>
#include <memory>
#include <thread>
Include dependency graph for skywatcherAPI.cpp:

Macros

#define HEX(c)   (((c) < 'A') ? ((c) - '0') : ((c) - 'A') + 10)
 
#define HEX(c)   (((c) < 'A') ? ((c) - '0') : ((c) - 'A') + 10)
 

Detailed Description

Author
Roger James
Gerry Rozema
Jean-Luc Geehalel
Date
13th November 2013

This file contains an implementation in C++ of the Skywatcher API. It is based on work from four sources. A C++ implementation of the API by Roger James. The indi_eqmod driver by Jean-Luc Geehalel. The synscanmount driver by Gerry Rozema. The C# implementation published by Skywatcher/Synta

Author
Roger James
Gerry Rozema
Jean-Luc Geehalel
Date
13th November 2013

This file contains the definitions for a C++ implementatiom of the Skywatcher API. It is based on work from four sources. A C++ implementation of the API by Roger James. The indi_eqmod driver by Jean-Luc Geehalel. The synscanmount driver by Gerry Rozema. The C# implementation published by Skywatcher/Synta

Macro Definition Documentation

◆ HEX [1/2]

#define HEX (   c)    (((c) < 'A') ? ((c) - '0') : ((c) - 'A') + 10)

◆ HEX [2/2]

#define HEX (   c)    (((c) < 'A') ? ((c) - '0') : ((c) - 'A') + 10)