[Libphidget-cvs-commits] CVS: libphidget/src/libphidget phidget.h,1.11,1.12
Status: Alpha
Brought to you by:
jstrohm
From: Jack S. <js...@us...> - 2002-12-13 22:54:00
|
Update of /cvsroot/libphidget/libphidget/src/libphidget In directory sc8-pr-cvs1:/tmp/cvs-serv23320/libphidget Modified Files: phidget.h Log Message: Removed the INTERFACE_KIT class. Not used anymore Index: phidget.h =================================================================== RCS file: /cvsroot/libphidget/libphidget/src/libphidget/phidget.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** phidget.h 13 Dec 2002 22:10:26 -0000 1.11 --- phidget.h 13 Dec 2002 22:53:56 -0000 1.12 *************** *** 64,68 **** LP_PHIDGET = 100, /**< Generic phidget, not used in this library */ LP_SERVO_CONTROLLER = 200, /**< Identifies all servo controller phidgets */ ! LP_INTERFACE_KIT = 300, /**< Identifies all interface kit phidgets, support being added now */ LP_INTERFACE_KIT_880 = 301, /**< 880 interface kit */ LP_INTERFACE_KIT_488 = 302, /**< 488 interface kit */ --- 64,68 ---- LP_PHIDGET = 100, /**< Generic phidget, not used in this library */ LP_SERVO_CONTROLLER = 200, /**< Identifies all servo controller phidgets */ ! //LP_INTERFACE_KIT = 300, /**< Identifies all interface kit phidgets, support being added now */ LP_INTERFACE_KIT_880 = 301, /**< 880 interface kit */ LP_INTERFACE_KIT_488 = 302, /**< 488 interface kit */ |