Loading Noto/Servers/NotoWeatherStation/include/MeteoSocket.h +4 −2 Original line number Diff line number Diff line Loading @@ -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{ Loading Loading @@ -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(); Loading Loading
Noto/Servers/NotoWeatherStation/include/MeteoSocket.h +4 −2 Original line number Diff line number Diff line Loading @@ -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{ Loading Loading @@ -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(); Loading