summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indi/apogee/ApnCamData_CCD4710LS.h
blob: 417bfc66bc932148f438310559d86f37e550d79f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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_CCD4710LS.h:  Interface file for the CApnCamData_CCD4710LS class.
//
/////////////////////////////////////////////////////////////

#include "ApnCamData.h"

class CApnCamData_CCD4710LS : public CApnCamData
{
public:
	CApnCamData_CCD4710LS();
	virtual ~CApnCamData_CCD4710LS();

	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] );

};