Changeset 1272 for trunk/MagicSoft/Cosy/candrv
- Timestamp:
- 04/11/02 13:19:26 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/candrv/nodedrv.h
r1140 r1272 33 33 void SetError(int err) { fError = err; } 34 34 void DelError() { fError = 0; } 35 int GetError() { return fError; }36 35 37 36 public: … … 46 45 virtual void StopDevice() = 0; 47 46 48 bool HasError() { return fError; } 47 int GetError() const { return fError; } 48 bool HasError() const { return fError; } 49 49 50 50 virtual void HandleSDO(WORD_t idx, BYTE_t subidx, LWORD_t val, timeval_t *tv);
Note:
See TracChangeset
for help on using the changeset viewer.