Ignore:
Timestamp:
05/09/09 13:48:12 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8864 r9439  
    2020
    2121    // Start/stop communication inherited from Interface
    22     void Start() { RunThread(); }
    23     void Stop()  { CancelThread(); }
     22    void Start() { MTcpIpI::RunThread(); }
     23    void Stop()  { MTcpIpI::CancelThread(); }
    2424
    25     Bool_t HasConnection() const { return IsConnectionEstablished(); }
     25    Bool_t HasConnection() const { return MTcpIpI::IsConnectionEstablished(); }
    2626
    2727public:
     
    3232    void SendCanFrame(WORD_t cobid, BYTE_t m[8], BYTE_t rtr=0);
    3333
    34     ClassDef(Ethernet, 0) // hardware interface to the vmodican can module (Janz)
     34//    ClassDef(Ethernet, 0) // hardware interface to the vmodican can module (Janz)
    3535};
    3636
Note: See TracChangeset for help on using the changeset viewer.