/*************************************************************************** * * * 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] ); };