00001 /* 00002 * Enumerate.h 00003 * 00004 * Copyright (c) 2011 Datapath Ltd. 00005 * 00006 * This file forms part of the Vision driver device 00007 * enumeration application sample source code. 00008 * 00009 * Purpose: Declares device enumeration app functions. 00010 * 00011 */ 00012 00013 #include "rgb133control.h" 00014 00028 int readCtrlSystemInfo(int fd, sVWSystemInfo* pSysInfo); 00029 00044 int readDeviceInfo(int fd, sVWDeviceInfo* pDeviceInfo); 00045 00061 int readDeviceParms(int fd, sVWDevice* pDevice); 00062 00068 const char* GetSignalState(unsigned long flags);