summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indi/apogee/ApnCamData_CCD4710LS5.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/indi/apogee/ApnCamData_CCD4710LS5.h')
-rw-r--r--kstars/kstars/indi/apogee/ApnCamData_CCD4710LS5.h49
1 files changed, 49 insertions, 0 deletions
diff --git a/kstars/kstars/indi/apogee/ApnCamData_CCD4710LS5.h b/kstars/kstars/indi/apogee/ApnCamData_CCD4710LS5.h
new file mode 100644
index 00000000..23907e5e
--- /dev/null
+++ b/kstars/kstars/indi/apogee/ApnCamData_CCD4710LS5.h
@@ -0,0 +1,49 @@
+/***************************************************************************
+ * *
+ * 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_CCD4710LS5.h: Interface file for the CApnCamData_CCD4710LS5 class.
+//
+/////////////////////////////////////////////////////////////
+
+#include "ApnCamData.h"
+
+class CApnCamData_CCD4710LS5 : public CApnCamData
+{
+public:
+ CApnCamData_CCD4710LS5();
+ virtual ~CApnCamData_CCD4710LS5();
+
+ 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] );
+
+};
+
+