source: pacpussensors/trunk/driver/AbstractSerialPort.cpp@ 59

Last change on this file since 59 was 59, checked in by DHERBOMEZ Gérald, 10 years ago

Integration of new modules:

  • GPS NMEA0183 decoder
  • Span CPT Decoder

Update of:

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.