Changeset 8856 for trunk/MagicSoft/Cosy/candrv/ethernet.h
- Timestamp:
- 02/05/08 11:41:55 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/candrv/ethernet.h
r8855 r8856 13 13 { 14 14 private: 15 TString fTxAddress; 16 Int_t fTxPort; 17 15 18 // Send interface based on MTcpIpI 16 19 void ReadSocket(TSocket &rx); … … 21 24 22 25 public: 23 Ethernet( CanOpen *rx);26 Ethernet(const char *addr, const int tx, const int rx, CanOpen *receiver); 24 27 virtual ~Ethernet(); 25 28
Note:
See TracChangeset
for help on using the changeset viewer.