git-svn-id: svn://db.shs.com.ru/pip@254 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -225,6 +225,7 @@ protected:
|
||||
|
||||
void construct();
|
||||
void applySettings();
|
||||
void setTimeouts();
|
||||
int convertSpeed(PISerial::Speed speed);
|
||||
bool setBit(int bit, bool on, const PIString & bname);
|
||||
bool isBit(int bit, const PIString & bname) const;
|
||||
@@ -234,7 +235,7 @@ protected:
|
||||
|
||||
PRIVATE_DECLARATION
|
||||
int fd, vtime;
|
||||
bool block_read, block_write;
|
||||
bool block_read, block_write, sending;
|
||||
PITimeMeasurer tm_;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user