00001 /* 00002 * CaptureError.h 00003 * 00004 * Copyright (c) 2011 Datapath Ltd. 00005 * 00006 * This file forms part of the Vision driver capture 00007 * application sample source code. 00008 * 00009 * Purpose: Declares capture app error related definitions. 00010 * 00011 */ 00012 00013 typedef enum 00014 { 00015 CAPERROR_NOERROR = 0, 00016 CAPERROR_CMDLINE, 00017 CAPERROR_CMDLINEVALUES, 00018 CAPERROR_OPENDEVICE, 00019 CAPERROR_OPENCONTROLDEVICE, 00020 CAPERROR_INITCAPTURE, 00021 CAPERROR_UNINITCAPTURE, 00022 CAPERROR_STARTCAPTURE, 00023 } CAPERROR;