Update of /cvsroot/playerstage/code/player/server/drivers/gps
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10464/player/server/drivers/gps
Modified Files:
garminnmea.cc
Log Message:
applied Toby's autopointer patches
Index: garminnmea.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/drivers/gps/garminnmea.cc,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** garminnmea.cc 19 Apr 2007 17:02:26 -0000 1.25
--- garminnmea.cc 23 Aug 2007 19:58:43 -0000 1.26
***************
*** 995,999 ****
data.utm_n = (int32_t) rint(utm_n * 100);
! Publish(device_addr, NULL, PLAYER_MSGTYPE_DATA, PLAYER_GPS_DATA_STATE,
&data,sizeof(player_gps_data_t),NULL);
return 0;
--- 995,999 ----
data.utm_n = (int32_t) rint(utm_n * 100);
! Publish(device_addr, PLAYER_MSGTYPE_DATA, PLAYER_GPS_DATA_STATE,
&data,sizeof(player_gps_data_t),NULL);
return 0;
-------------------------------------------------------------------------
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