TwiceAsNice
2019-02-18
|
Macros | |
#define | HEX(c) (((c) < 'A') ? ((c) - '0') : ((c) - 'A') + 10) |
#define | HEX(c) (((c) < 'A') ? ((c) - '0') : ((c) - 'A') + 10) |
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
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