Update of /cvsroot/playerstage/code/player/server/drivers/mixed/wbr/914
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11860/server/drivers/mixed/wbr/914

Modified Files:
      Tag: b_thjc_dynamic_arrays
        wbr914.cc .cvsignore 
Log Message:
dynamic array changes to drivers compile, still needs testing
added lots more .cvsignore settings for eclipse

Index: wbr914.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/mixed/wbr/914/wbr914.cc,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -C2 -d -r1.9.2.1 -r1.9.2.2
*** wbr914.cc   14 Oct 2007 04:41:48 -0000      1.9.2.1
--- wbr914.cc   19 Oct 2007 21:58:58 -0000      1.9.2.2
***************
*** 301,306 ****
    _data.ir.ranges_count = NUM_IR_SENSORS;
    _data.ir.voltages_count = _data.ir.ranges_count;
!   _data.ir.ranges = new double [_data.ir.ranges_count];
!   _data.ir.voltages = new double [_data.ir.voltages_count];
    
  }
--- 301,306 ----
    _data.ir.ranges_count = NUM_IR_SENSORS;
    _data.ir.voltages_count = _data.ir.ranges_count;
!   _data.ir.ranges = new float [_data.ir.ranges_count];
!   _data.ir.voltages = new float [_data.ir.voltages_count];
    
  }

Index: .cvsignore
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/mixed/wbr/914/.cvsignore,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -C2 -d -r1.1.4.1 -r1.1.4.2
*** .cvsignore  10 Oct 2007 09:26:10 -0000      1.1.4.1
--- .cvsignore  19 Oct 2007 21:58:58 -0000      1.1.4.2
***************
*** 3,4 ****
--- 3,6 ----
  .deps
  *.la
+ .libs
+ *.lo


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to