Ignore:
Timestamp:
04/11/02 13:19:26 (23 years ago)
Author:
tbretz
Message:
:
File:
1 edited

Legend:

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

    r1140 r1272  
    3333    void SetError(int err) { fError = err; }
    3434    void DelError()        { fError = 0; }
    35     int  GetError()        { return fError; }
    3635
    3736public:
     
    4645    virtual void StopDevice() = 0;
    4746
    48     bool HasError()       { return fError; }
     47    int  GetError() const { return fError; }
     48    bool HasError() const { return fError; }
    4949
    5050    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.