|
From: <rus...@us...> - 2008-10-26 03:45:19
|
Revision: 344
http://gearbox.svn.sourceforge.net/gearbox/?rev=344&view=rev
Author: russo2503v
Date: 2008-10-26 03:45:15 +0000 (Sun, 26 Oct 2008)
Log Message:
-----------
commented out recent change which broke a serial device driver
Modified Paths:
--------------
gearbox/trunk/src/gbxsickacfr/gbxserialdeviceacfr/serialdevicehandler.cpp
Modified: gearbox/trunk/src/gbxsickacfr/gbxserialdeviceacfr/serialdevicehandler.cpp
===================================================================
--- gearbox/trunk/src/gbxsickacfr/gbxserialdeviceacfr/serialdevicehandler.cpp 2008-10-26 03:43:40 UTC (rev 343)
+++ gearbox/trunk/src/gbxsickacfr/gbxserialdeviceacfr/serialdevicehandler.cpp 2008-10-26 03:45:15 UTC (rev 344)
@@ -223,7 +223,7 @@
tracer_.warning( ss.str() );
throw;
}
-
+/* ALEXM: this is the diff from post-bindoon which broke poly device
if ( numBytesParsed == 0 )
{
stringstream ss;
@@ -231,7 +231,7 @@
tracer_.warning( ss.str() );
numBytesParsed = 1;
}
-
+ALEXM */
removeParsedData( buffer_, numBytesParsed );
if ( gotMessage )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|