From: Dominic L. <ma...@us...> - 2005-05-04 19:22:49
|
Update of /cvsroot/robotflow/RobotFlow/Devices/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22557/include Modified Files: SNCRZ30.h Log Message: waiting on socket, adding speed configuration Index: SNCRZ30.h =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Devices/include/SNCRZ30.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** SNCRZ30.h 29 Mar 2005 15:20:38 -0000 1.11 --- SNCRZ30.h 4 May 2005 19:22:35 -0000 1.12 *************** *** 95,98 **** --- 95,99 ---- int m_panSpeed; int m_tiltSpeed; + int m_transmitSpeed; bool m_continuous; bool m_wait_reply; |