abstract_laserscanner.h
Go to the documentation of this file.
1 
18 #ifndef ABSTRACT_LASERSCANNER_H
19 #define ABSTRACT_LASERSCANNER_H
20 #include <QObject>
21 #ifndef Q_MOC_RUN
22 #include <sensor_msgs/LaserScan.h>
23 #endif
24 
25 class Abstract_LaserScanner : public QObject
26 {
27  Q_OBJECT
28 public:
30  virtual void run() = 0;
31  virtual void stop() = 0;
35 
36 signals:
37  void newData(const sensor_msgs::LaserScan::ConstPtr& msg);
38 };
39 
40 #endif // ABSTRACT_LASERSCANNER_H
virtual void run()=0
void newData(const sensor_msgs::LaserScan::ConstPtr &msg)
virtual void stop()=0


asr_mild_calibration_tool
Author(s): Aumann Florian, Heller Florian, Meißner Pascal
autogenerated on Mon Dec 2 2019 03:11:43