Update of /cvsroot/playerstage/code/player/client_libs/libplayerc++
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20458/client_libs/libplayerc++

Modified Files:
        playerc++.h 
Log Message:
swapped incorrect methods for laserproxy (minangle returning > maxaxngle)


Index: playerc++.h
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/client_libs/libplayerc++/playerc++.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** playerc++.h 5 May 2006 06:09:34 -0000       1.59
--- playerc++.h 12 May 2006 21:54:31 -0000      1.60
***************
*** 910,916 ****
  
      /// Scan range for the latest set of data (radians)
!     double GetMaxAngle() const { return GetVar(mDevice->scan_start); };
      /// Scan range for the latest set of data (radians)
!     double GetMinAngle() const
      {
        scoped_lock_t lock(mPc->mMutex);
--- 910,916 ----
  
      /// Scan range for the latest set of data (radians)
!     double GetMinAngle() const { return GetVar(mDevice->scan_start); };
      /// Scan range for the latest set of data (radians)
!     double GetMaxAngle() const
      {
        scoped_lock_t lock(mPc->mMutex);



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to