Commit 322d5009 authored by Pavel Vainerman's avatar Pavel Vainerman

(ComPort): добавил функцию getDevice().

parent bf7aa387
......@@ -69,6 +69,8 @@ public:
ComPort( const std::string comDevice, bool nocreate=false );
virtual ~ComPort();
inline std::string getDevice(){ return dev; }
void setSpeed( Speed s );
void setSpeed( std::string speed );
inline Speed getSpeed(){ return speed; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment