summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indi/apogee/ApnCamData_KAF4202.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/indi/apogee/ApnCamData_KAF4202.h')
-rw-r--r--kstars/kstars/indi/apogee/ApnCamData_KAF4202.h47
1 files changed, 47 insertions, 0 deletions
diff --git a/kstars/kstars/indi/apogee/ApnCamData_KAF4202.h b/kstars/kstars/indi/apogee/ApnCamData_KAF4202.h
new file mode 100644
index 00000000..e34c51b0
--- /dev/null
+++ b/kstars/kstars/indi/apogee/ApnCamData_KAF4202.h
@@ -0,0 +1,47 @@
+/***************************************************************************
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ ***************************************************************************/
+/////////////////////////////////////////////////////////////
+//
+// ApnCamData_KAF4202.h: Interface file for the CApnCamData_KAF4202 class.
+//
+/////////////////////////////////////////////////////////////
+
+#include "ApnCamData.h"
+
+class CApnCamData_KAF4202 : public CApnCamData
+{
+public:
+ CApnCamData_KAF4202();
+ virtual ~CApnCamData_KAF4202();
+
+ void Initialize();
+
+private:
+
+ void set_vpattern();
+
+ void set_hpattern_clamp_sixteen();
+ void set_hpattern_skip_sixteen();
+ void set_hpattern_roi_sixteen();
+
+ void set_hpattern_clamp_twelve();
+ void set_hpattern_skip_twelve();
+ void set_hpattern_roi_twelve();
+
+ void set_hpattern( APN_HPATTERN_FILE *Pattern,
+ unsigned short Mask,
+ unsigned short BinningLimit,
+ unsigned short RefNumElements,
+ unsigned short SigNumElements,
+ unsigned short BinNumElements[],
+ unsigned short RefPatternData[],
+ unsigned short SigPatternData[],
+ unsigned short BinPatternData[][APN_MAX_PATTERN_ENTRIES] );
+
+};