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

This commit is contained in:
2016-09-06 05:29:56 +00:00
parent f5e90f7a0f
commit 73cc277f23
4 changed files with 91 additions and 157 deletions

View File

@@ -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_;
};