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
qtv.h
QParser::parsed_laser_data
void parsed_laser_data(LDP ld)
QParser::new_line
void new_line(QString)
Definition: qparser.cpp:4
laser_data
Definition: laser_data.h:16
QParser
Definition: qparser.h:6


csm
Author(s): Andrea Censi
autogenerated on Wed Aug 17 2022 02:50:34