[Firebug-cvs] fireboard/apps/TestNMEA NMEAC.nc,1.1,1.2 NMEAM.nc,1.2,1.3 TestNMEA.nc,1.1,1.2 TestNMEA
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2004-08-31 13:25:09
|
Update of /cvsroot/firebug/fireboard/apps/TestNMEA In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26196 Modified Files: NMEAC.nc NMEAM.nc TestNMEA.nc TestNMEAM.nc Log Message: Added header comments to code. Index: NMEAC.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/apps/TestNMEA/NMEAC.nc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NMEAC.nc 30 Aug 2004 20:39:20 -0000 1.1 --- NMEAC.nc 31 Aug 2004 13:24:54 -0000 1.2 *************** *** 3,6 **** --- 3,14 ---- /** * Configuration for NMEA - 0183 parser. + * + * This code is part of the NSF-ITR funded + * FireBug project: + * @url http://firebug.sourceforge.net + * + * @author David M. Doolin + * + * $Id$ */ Index: NMEAM.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/apps/TestNMEA/NMEAM.nc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NMEAM.nc 30 Aug 2004 21:40:11 -0000 1.2 --- NMEAM.nc 31 Aug 2004 13:24:55 -0000 1.3 *************** *** 4,7 **** --- 4,11 ---- * Module for parsing NMEA - 0183 sentences. * + * This code is part of the NSF-ITR funded + * FireBug project: + * @url http://firebug.sourceforge.net + * * @author David M. Doolin * Index: TestNMEAM.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/apps/TestNMEA/TestNMEAM.nc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestNMEAM.nc 30 Aug 2004 21:40:11 -0000 1.2 --- TestNMEAM.nc 31 Aug 2004 13:24:55 -0000 1.3 *************** *** 1,2 **** --- 1,11 ---- + /** + * This code is part of the NSF-ITR funded + * FireBug project: + * @url http://firebug.sourceforge.net + * + * @author David M. Doolin + * + * $Id$ + */ Index: TestNMEA.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/apps/TestNMEA/TestNMEA.nc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestNMEA.nc 30 Aug 2004 20:39:20 -0000 1.1 --- TestNMEA.nc 31 Aug 2004 13:24:55 -0000 1.2 *************** *** 1,3 **** --- 1,16 ---- + /** + * Test application for NMEA gps parsing code. + * + * This code is part of the NSF-ITR funded + * FireBug project: + * @url http://firebug.sourceforge.net + * + * @author David M. Doolin + * + * $Id$ + */ + + configuration TestNMEA { |