qparser.h
Go to the documentation of this file.
1 #ifndef QPARSER_H
2 #define QPARSER_H
3 
4 #include "qtv.h"
5 
6 class QParser : public QObject
7 {
8  Q_OBJECT
9 
10 public:
11 
12 signals:
13  void parsed_laser_data(LDP ld);
14 
15 public slots:
16 
17  void new_line(QString);
18 
19 
20 };
21 
22 #endif
void parsed_laser_data(LDP ld)
void new_line(QString)
Definition: qparser.cpp:4
Definition: qparser.h:6


csm
Author(s): Andrea Censi
autogenerated on Tue May 11 2021 02:18:23