Update of /cvsroot/firebug/fireboard/beta/fireworks/apps/MultihopLinkEstimator
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15370
Added Files:
LinkEstimatorMsg.pgsql
Log Message:
sirf id 28 messages can now be handled.
--- NEW FILE: LinkEstimatorMsg.pgsql ---
/**
* This class is automatically generated by mig. DO NOT EDIT THIS FILE.
* This code provides postgres table to the 'LinkEstimatorMsgP'
* message type.
*/
CREATE TABLE LinkEstimatorMsgP (
result_time timestamp without time zone,
seqno integer,
source integer,
dest integer,
RSSI integer,
LQI integer,
source_seqno integer);
|