Ignore:
Timestamp:
01/30/08 15:41:38 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8378 r8840  
    2424    };
    2525
    26     //TString fCommand;     // report string of the current system
     26    MLog *fOut;           // Stream to which reports are written in addition
     27
     28//    Int_t fSendInterval; // [ms]
     29//    MTime fTime;
     30
    2731    MTime   fT;           // time of last report received
    2832    char    fStatus;      // current status of this system
     
    4448
    4549public:
    46     MCeCoCom::MCeCoCom(const char *cmd, MLog &out=gLog)
    47         : MTcpIpIO(out), /*fCommand(cmd),*/ fStatus(0), fComStat(kNoCmdReceived), fSolarRadiation(-1)
     50    MCeCoCom(MLog *out)
     51        : MTcpIpIO(7304, 7404), fOut(out), fStatus(0), fComStat(kNoCmdReceived),
     52        fHumidity(0), fTemperature(0), fWindSpeed(0), fSolarRadiation(-1),
     53        fAlarmCounter(0)
    4854    {
    4955    }
     56    //virtual bool SendMsg(const char *msg, bool force);
    5057
    5158    bool SendRep(const char *cmd, const char *str, bool force);
Note: See TracChangeset for help on using the changeset viewer.