Update of /cvsroot/firebug/fireboard/beta/fireworks/apps/MultihopLinkEstimator
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15303
Added Files:
SurgeMsg.pgsql mkmsg.sh
Log Message:
sirf id 28 messages can now be handled.
--- NEW FILE: SurgeMsg.pgsql ---
/**
* This class is automatically generated by mig. DO NOT EDIT THIS FILE.
* This code provides postgres table to the 'SurgeMsgP'
* message type.
*/
CREATE TABLE SurgeMsgP (
result_time timestamp without time zone,
type integer,
reading integer,
parentaddr integer,
seq_no integer);
--- NEW FILE: mkmsg.sh ---
#!/usr/bin/sh
export LINKESTPATH=$HOME/sf.net/firebug/fireboard/beta/fireworks/apps/MultihopLinkEstimator
export XLISTENPATH=$HOME/sf.net/firebug/fireboard/beta/tools/src/xlisten
mig c -java-classname=org.firebug.LinkEstimatorMsg $LINKESTPATH/MultihopLinkEstimator.h LinkEstimatorMsg > $XLISTENPATH/boards/LinkEstimatorMsg.c
mig pgsql -java-classname=org.firebug.LinkEstimatorMsg $LINKESTPATH/MultihopLinkEstimator.h LinkEstimatorMsg > LinkEstimatorMsg.pgsql
mig c -java-classname=org.firebug.SurgeMsg $LINKESTPATH/MultihopLinkEstimator.h SurgeMsg > $XLISTENPATH/boards/SurgeMsg.c
mig pgsql -java-classname=org.firebug.SurgeMsg $LINKESTPATH/MultihopLinkEstimator.h SurgeMsg > SurgeMsg.pgsql
|