source:
pacpussensors/trunk/driver/AbstractSerialPort.cpp
Last change on this file was 59, checked in by , 10 years ago | |
---|---|
File size: 195 bytes |
Rev | Line | |
---|---|---|
[59] | 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.