Changeset 9439 for trunk/MagicSoft/Cosy/candrv/ethernet.h
- Timestamp:
- 05/09/09 13:48:12 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/candrv/ethernet.h
r8864 r9439 20 20 21 21 // Start/stop communication inherited from Interface 22 void Start() { RunThread(); }23 void Stop() { CancelThread(); }22 void Start() { MTcpIpI::RunThread(); } 23 void Stop() { MTcpIpI::CancelThread(); } 24 24 25 Bool_t HasConnection() const { return IsConnectionEstablished(); }25 Bool_t HasConnection() const { return MTcpIpI::IsConnectionEstablished(); } 26 26 27 27 public: … … 32 32 void SendCanFrame(WORD_t cobid, BYTE_t m[8], BYTE_t rtr=0); 33 33 34 ClassDef(Ethernet, 0) // hardware interface to the vmodican can module (Janz)34 // ClassDef(Ethernet, 0) // hardware interface to the vmodican can module (Janz) 35 35 }; 36 36
Note:
See TracChangeset
for help on using the changeset viewer.