Update of /cvsroot/firebug/firebug/project/src/sensordata
In directory sc8-pr-cvs1:/tmp/cvs-serv4676
Modified Files:
sensormsg.h
Log Message:
.
Index: sensormsg.h
===================================================================
RCS file: /cvsroot/firebug/firebug/project/src/sensordata/sensormsg.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sensormsg.h 30 Jul 2003 23:43:17 -0000 1.2
--- sensormsg.h 30 Nov 2003 00:47:47 -0000 1.3
***************
*** 61,68 ****
uint16_t addr;
uint16_t cnt;
float temp;
! float rel_hum;
! float baro_pres;
! uint16_t rss;
};
--- 61,75 ----
uint16_t addr;
uint16_t cnt;
+ uint8_t hours;
+ uint8_t minutes;
+ uint16_t dec_sec;
+ uint8_t Lat_deg;
+ uint16_t Lat_dec_min;
+ uint8_t Long_deg;
+ uint8_t Long_dec_min;
+ uint8_t NSEWind;
float temp;
! //float rel_hum;
! // float baro_pres;
};
|