Changeset 926 for trunk/MagicSoft/Cosy/devdrv/macs.h
- Timestamp:
- 09/10/01 14:32:27 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/devdrv/macs.h
r925 r926 26 26 TTimer *fTimeout; 27 27 Bool_t fTimerOn; 28 LWORD_t fTimeoutTime; 28 LWORD_t fGuardTime; 29 double fTimeoutTime; 29 30 30 31 LWORD_t string(BYTE_t b0=0, BYTE_t b1=0, BYTE_t b2=0, BYTE_t b3=0) … … 33 34 } 34 35 36 void ResetTimeout(); 35 37 Bool_t HandleTimer(TTimer *t); 36 38 37 39 public: 38 Macs( BYTE_t nodeid, MLog &out=gLog);40 Macs(const BYTE_t nodeid, const char *name=NULL, MLog &out=gLog); 39 41 virtual ~Macs(); 40 42 … … 45 47 46 48 void HandleSDO(WORD_t idx, BYTE_t subidx, LWORD_t val, struct timeval *tv); 47 void HandleSDOOK(WORD_t idx, BYTE_t subidx) { NodeDrv::HandleSDOOK(idx, subidx); }49 void HandleSDOOK(WORD_t idx, BYTE_t subidx); 48 50 void HandleSDOError(LWORD_t data) { NodeDrv::HandleSDOError(data); } 49 51
Note:
See TracChangeset
for help on using the changeset viewer.