|
Last change
on this file since 93 was 89, checked in by morasjul, 13 years ago |
|
PACPUS 2.0 Beta deployed in new branch
Major changes:
-Add communication interface between components
-Add examples for communications interface (TestComponents)
-Move to Qt5 support
|
-
Property svn:executable
set to
*
|
|
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.