source:
pacpussensors/trunk/driver/AbstractSerialPort.cpp@
134
Last change on this file since 134 was 59, checked in by , 10 years ago | |
---|---|
File size: 195 bytes |
Line | |
---|---|
1 | #include "AbstractSerialPort.h" |
2 | |
3 | #include <QString> |
4 | |
5 | using namespace pacpus; |
6 | |
7 | AbstractSerialPort::AbstractSerialPort(QString name) |
8 | { |
9 | } |
10 | |
11 | AbstractSerialPort::~AbstractSerialPort() |
12 | { |
13 | } |
Note:
See TracBrowser
for help on using the repository browser.