Commit ba83cf60 authored by Sergio Poppi's avatar Sergio Poppi
Browse files

patched weater station

parent 1fe992a2
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
using namespace IRA;


const static char WEATHERCMD[10] ="wx\n";
const static char WEATHERCMD[10] ="LOOP\n";


class MeteoSocket : public CSocket{
@@ -51,7 +51,9 @@ static int Depth;
	double m_temperature;
	double m_pressure;
	double m_humidity;
	int parse(const char* buff);
        int parse(const char* buff);   // weather data from station
        int fs_parse(const char* buff); // weather data from the field system

//	MeteoData *m_sensorData;
	 int updateParam();