Last change
on this file 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:
278 bytes
|
Rev | Line | |
---|
[59] | 1 | #ifndef ABSTRACTSERIALPORT_H
|
---|
| 2 | #define ABSTRACTSERIALPORT_H
|
---|
| 3 |
|
---|
| 4 | class QString;
|
---|
| 5 |
|
---|
| 6 | namespace pacpus {
|
---|
| 7 |
|
---|
| 8 | class AbstractSerialPort
|
---|
| 9 | {
|
---|
| 10 | public:
|
---|
| 11 | AbstractSerialPort(QString name);
|
---|
| 12 | virtual ~AbstractSerialPort();
|
---|
| 13 | };
|
---|
| 14 |
|
---|
| 15 | } // namespace pacpus
|
---|
| 16 |
|
---|
| 17 | #endif // ABSTRACTSERIALPORT_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.