[Firebug-cvs] fireboard/beta/fireworks/apps/MultihopLinkEstimator LinkEstimatorMsg.pgsql,NONE,1.1
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2005-08-18 17:27:11
|
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); |