[Libphidget-cvs-commits] CVS: libphidget/src/libphidget phidget.h,1.17,1.18
Status: Alpha
Brought to you by:
jstrohm
From: Jack S. <js...@us...> - 2002-12-18 02:51:19
|
Update of /cvsroot/libphidget/libphidget/src/libphidget In directory sc8-pr-cvs1:/tmp/cvs-serv29738/src/libphidget Modified Files: phidget.h Log Message: Fixed a lot that was wrong with the query system. Seems to work pretty good now. Wrote an example of how to use the query system. Index: phidget.h =================================================================== RCS file: /cvsroot/libphidget/libphidget/src/libphidget/phidget.h,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** phidget.h 17 Dec 2002 23:39:15 -0000 1.17 --- phidget.h 18 Dec 2002 02:51:16 -0000 1.18 *************** *** 77,86 **** LP_SUB_DEVICE = 101, /**< A SubDevice of a phidget, not used in this library */ LP_SERVO = 201, /**< Any servo that a servo controller controls */ ! LP_DIGITAL_IN = 301, /**< Any digital input that an interface kit controls */ ! LP_DIGITAL_OUT = 302, /**< Any digital output that an interface kit controls */ ! LP_ANALOG_IN = 303, /**< Any analog input that an interface kit controls */ ! LP_ANALOG_OUT = 304, /**< Any analog input that an interface kit controls */ ! LP_IN = 305, /**< Any input that an interface kit controls */ ! LP_OUT = 306, /**< Any output that an interface kit controls */ LP_OTHER = 0, /**< Identifies all unknown phidgets, this shouldn't exists */ --- 77,86 ---- LP_SUB_DEVICE = 101, /**< A SubDevice of a phidget, not used in this library */ LP_SERVO = 201, /**< Any servo that a servo controller controls */ ! LP_DIGITAL_IN = 394, /**< Any digital input that an interface kit controls */ ! LP_DIGITAL_OUT = 395, /**< Any digital output that an interface kit controls */ ! LP_ANALOG_IN = 396, /**< Any analog input that an interface kit controls */ ! LP_ANALOG_OUT = 397, /**< Any analog input that an interface kit controls */ ! LP_IN = 398, /**< Any input that an interface kit controls */ ! LP_OUT = 399, /**< Any output that an interface kit controls */ LP_OTHER = 0, /**< Identifies all unknown phidgets, this shouldn't exists */ |