|
From: Michael S. <ms...@us...> - 2006-06-19 17:48:21
|
Update of /cvsroot/terk/embed/src/libqwerk In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29526/src/libqwerk Modified Files: qemotorrec.h Log Message: Mike: can record on all motors Index: qemotorrec.h =================================================================== RCS file: /cvsroot/terk/embed/src/libqwerk/qemotorrec.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qemotorrec.h 5 Apr 2006 18:52:33 -0000 1.1 --- qemotorrec.h 19 Jun 2006 17:48:15 -0000 1.2 *************** *** 27,30 **** --- 27,31 ---- bool Recording(); bool UpdatePosition(); // returns true if RecordUpdate needs updated position + short* GetData(){ return m_pdata; } protected: |