Changeset 12597 for trunk/Cosy


Ignore:
Timestamp:
11/21/11 13:06:40 (13 years ago)
Author:
tbretz
Message:
Replaced MTcpIpIO by MTcpIpFact for FACT
File:
1 edited

Legend:

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

    r9582 r12597  
    1414#endif
    1515
    16 class MCeCoCom : public MTcpIpIO
     16#ifdef FACT
     17#define MTcpIpCom MTcpIpFact
     18#else
     19#define MTcpIpCom MTcpIpIO
     20#endif
     21
     22class MCeCoCom : public MTcpIpCom
    1723{
    1824private:
     
    5056public:
    5157    MCeCoCom(const char *addr, const int tx=7304, const int rx=7404, MLog *out=NULL)
    52         : MTcpIpIO(addr, tx, rx, 15000), fOut(out), fStatus(0),
     58        : MTcpIpCom(addr, tx, rx, 15000), fOut(out), fStatus(0),
    5359        fTelescope(1), fComStat(kComProblem),
    5460        fHumidity(0), fTemperature(0), fWindSpeed(0), fSolarRadiation(-1),
Note: See TracChangeset for help on using the changeset viewer.