Update of /cvsroot/firebug/fireboard/beta/bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv650
Added Files:
linkmsg.pgsql
Log Message:
link testing message for pg.
--- NEW FILE: linkmsg.pgsql ---
/**
* This class is automatically generated by mig. DO NOT EDIT THIS FILE.
* This code provides postgres table to the 'LinkMsgP'
* message type.
*/
CREATE TABLE LinkMsgP (
result_time timestamp without time zone,
header_am_type integer,
header_seqno integer,
tstamp integer,
moteid integer,
RSSI integer,
LQI integer);
|