Ignore:
Timestamp:
05/20/04 05:01:03 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tcpip/MCeCoCom.cc

    r4076 r4105  
    5959    fSolarRadiation = solar;
    6060    fWindSpeed = wind;
     61
     62    if (fWindSpeed>30)
     63        fAlarmCounter++;
     64    else
     65        fAlarmCounter=0;
    6166
    6267    cout << "Zd/Az: " << zd << "/" << az << "  ";
     
    131136    if (fHumidity>80)
    132137        rc++;
     138    if (fWindSpeed>10)
     139        rc++;
    133140    if (fWindSpeed>20)
    134141        rc++;
    135142    if (fWindSpeed>30)
    136143        rc++;
    137     if (fWindSpeed>50)
    138         rc++;
    139144
    140145    return rc;
Note: See TracChangeset for help on using the changeset viewer.