Update of /cvsroot/firebug/fireboard/tools/src/xlisten/boards
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19374
Added Files:
fireboard.h
Log Message:
updating from beta.
--- NEW FILE: fireboard.h ---
#ifndef FB_FIREBOARD_H
#define FB_FIREBOARD_H
#include <NMEA.h>
#include "../xdb.h"
#include "../xsensors.h"
void fb_pg_log_gga_data (XbowSensorboardPacket *packet);
/**
* When the schema changes, or for whatever other
* reason, the firebug tables may need to be recreated
* from scratch.
*/
void fb_pg_recreate_tables (void);
#endif /* FB_FIREBOARD_H */
|