Update of /cvsroot/firebug/firebug/project/src/sensordata
In directory sc8-pr-cvs1:/tmp/cvs-serv28632
Modified Files:
sensormsg.h
Log Message:
add rss
Index: sensormsg.h
===================================================================
RCS file: /cvsroot/firebug/firebug/project/src/sensordata/sensormsg.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sensormsg.h 10 Jul 2003 09:05:26 -0000 1.1
--- sensormsg.h 30 Jul 2003 23:43:17 -0000 1.2
***************
*** 64,67 ****
--- 64,68 ----
float rel_hum;
float baro_pres;
+ uint16_t rss;
};
|