Ignore:
Timestamp:
02/05/08 11:41:55 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/candrv/ethernet.h

    r8855 r8856  
    1313{
    1414private:
     15    TString fTxAddress;
     16    Int_t   fTxPort;
     17
    1518    // Send interface based on MTcpIpI
    1619    void ReadSocket(TSocket &rx);
     
    2124
    2225public:
    23     Ethernet(CanOpen *rx);
     26    Ethernet(const char *addr, const int tx, const int rx, CanOpen *receiver);
    2427    virtual ~Ethernet();
    2528
Note: See TracChangeset for help on using the changeset viewer.