git-svn-id: svn://db.shs.com.ru/pip@834 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2019-07-31 14:11:23 +00:00
parent 768902acd0
commit e903798431
2 changed files with 8 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ public:
void setCANID(int id);
int CANID() const;
int readedCANID() const;
protected:
bool openDevice();
@@ -28,7 +29,7 @@ protected:
private:
int sock;
int can_id;
int can_id, readed_id;
};
#endif // PICAN_H