Changeset 12597 for trunk/Cosy
- Timestamp:
- 11/21/11 13:06:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosy/tcpip/MCeCoCom.h
r9582 r12597 14 14 #endif 15 15 16 class MCeCoCom : public MTcpIpIO 16 #ifdef FACT 17 #define MTcpIpCom MTcpIpFact 18 #else 19 #define MTcpIpCom MTcpIpIO 20 #endif 21 22 class MCeCoCom : public MTcpIpCom 17 23 { 18 24 private: … … 50 56 public: 51 57 MCeCoCom(const char *addr, const int tx=7304, const int rx=7404, MLog *out=NULL) 52 : MTcpIp IO(addr, tx, rx, 15000), fOut(out), fStatus(0),58 : MTcpIpCom(addr, tx, rx, 15000), fOut(out), fStatus(0), 53 59 fTelescope(1), fComStat(kComProblem), 54 60 fHumidity(0), fTemperature(0), fWindSpeed(0), fSolarRadiation(-1),
Note:
See TracChangeset
for help on using the changeset viewer.