source: pacpusframework/branches/2.0-beta1/include/PacpusCityVIP/driver/AbstractSerialPort.cpp@ 89

Last change on this file since 89 was 89, checked in by morasjul, 11 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
5using namespace pacpus;
6
7AbstractSerialPort::AbstractSerialPort(QString name)
8{
9}
10
11AbstractSerialPort::~AbstractSerialPort()
12{
13}
Note: See TracBrowser for help on using the repository browser.