/* All Rights Reserved - 2000 */ /*--------------------------------------------------------------------------*/ #include #include "ccd.h" #include "ccdpp.h" /*--------------------------------------------------------------------------*/ #define SZ_ROW 64 #define SZ_COL 128 /*--------------------------------------------------------------------------*/ static char buffer[SZ_ROW][SZ_COL]; static unsigned rowIndex; static unsigned colIndex; /*--------------------------------------------------------------------------*/ void CcdppInitialize() { rowIndex = -1; colIndex = -1; } /*--------------------------------------------------------------------------*/ void CcdppCapture(void) { char bias; CcdCapture(); for(rowIndex=0; rowIndex