Update of /cvsroot/firebug/fireboard/beta/tos/interfaces
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12295
Added Files:
SiRF.nc
Log Message:
Start of sirf parsing interface.
--- NEW FILE: SiRF.nc ---
/**
* Interface for defining behavior of SiRF - 0183 parser.
*
* This code is part of the NSF-ITR funded
* FireBug project:
* @url http://firebug.sourceforge.net
*
* @author David M. Doolin
*
* $Id: SiRF.nc,v 1.1 2005/08/01 19:51:34 doolin Exp $
*
*/
includes sirf;
interface SiRF {
command uint8_t get_type (const char * sirfstring);
}
|