16.01.2012 - version 0.1.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
PIP - Platform Independent Primitives
|
||||
COM
|
||||
Copyright (C) 2011 Ivan Pelipenko peri4@rambler.ru
|
||||
Copyright (C) 2011 Ivan Pelipenko peri4ko@gmail.com, Bychkov Andrey wapmobil@gmail.com
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -83,13 +83,13 @@ public:
|
||||
bool init();
|
||||
bool initialized() const {return fd != -1;}
|
||||
void terminate();
|
||||
|
||||
|
||||
PIByteArray lastHeader() {return mheader;}
|
||||
PIByteArray internalBuffer() {return PIByteArray(sbuffer, BUFFER_SIZE);}
|
||||
|
||||
private:
|
||||
int convertSpeed(PISerial::Speed speed);
|
||||
|
||||
|
||||
void begin();
|
||||
void run();
|
||||
void end();
|
||||
|
||||
Reference in New Issue
Block a user